On Sun, Nov 21, 2010 at 04:10:16AM -0800, Ilya Leoshkevich wrote:
> This would allow to cross-build Win32 DLL for PipLib.
>
> diff --git a/
configure.in b/
configure.in> index 78021d1..460eb30 100644
> --- a/
configure.in> +++ b/
configure.in> @@ -49,6 +49,7 @@ dnl Configure needs an empty install.sh file with
> this, i HATE that...
> AC_PROG_INSTALL
> AC_CANONICAL_HOST
> AC_PROG_LIBTOOL
> +AC_LIBTOOL_WIN32_DLL
Apparently, this macro has been deprecated. and the win32-dll
documentation mentions that you need to actually port
the package first. Have you checked that no changes are needed
and that you can actually use the resulting dll?
Also, are you a new user to piplib? If so, you may want
to consider using a more modern implementation that is
still supported.
skimo