[Gpg4win-devel] Adding openssl to gpg4win (as a dep for claws-mail)

Marcus Brinkmann marcus.brinkmann at ruhr-uni-bochum.de
Fri Oct 26 19:51:30 CEST 2007


At Fri, 26 Oct 2007 18:41:32 +0200,
Marcus Brinkmann wrote:
> ftp://ftp.g10code.com/g10code/scratch/libetpan-0.52-dev-20071026.tar.gz

I replaced this with a version that supports VPATH builds.
 
> pthread-w32 is needed.  I configure it like this:
> 
>  ./configure --enable-maintainer-mode \
>    --build=i686-linux --host=i586-mingw32msvc \
>   CFLAGS="-I/path/to/pthread-w32/include \
>           -L/path/to/pthread-w32/lib"

I recommend now:
  ./configure --enable-maintainer-mode \
    --build=i686-linux --host=i586-mingw32msvc \
   CPPFLAGS="-I/path/to/pthread-w32/include" \
   LIBS="-L/path/to/pthread-w32/lib"

which seems to work a bit better.  No real replacement for proper
checks, but oh well.

Thanks,
Marcus




More information about the Gpg4win-devel mailing list