gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnutls-dev] Re: gnutls 1.2.8 and mingw32


From: Werner Koch
Subject: Re: [gnutls-dev] Re: gnutls 1.2.8 and mingw32
Date: Mon, 24 Oct 2005 17:31:22 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (gnu/linux)

On Mon, 24 Oct 2005 16:09:13 +0200, Enrico Tassi said:

> there is no dll for wsock32.dll so I had to hack the libtool/configure
> just to add the proper -l option  (I'm not an autotools guru, so maybe
> the solution was cleaner). In mingw I have only wsock32.a that, if

Put this into configure.ac:

case "${host}" in
    *-mingw32*)
        W32LIBS="-lwsock32"
        ;;
    *)
       ;;
esac
AC_SUBST(W32LIBS)

and this:

LDADD = $(other_libs) $(W32LIBS)

into the Makefile.am.

We use this in gpg and other software for years.  The Debian mingw32
packages works just fine - you are using Sid, right? 


Shalom-Salam,

   Werner






reply via email to

[Prev in Thread] Current Thread [Next in Thread]