Mailing List Archive

Windows only - how to generate make file
Hello guys,

I've only a windows station. Could you please tell me how to generate
the makefile for windows because I've only a windows machine. I saw
that you have a w32-dll folder but there is no makefile for Windows. I
presently working under Visual C++, version 7.1, under Windows 2000. Or
do you have some binaries version, ready to use ?
Thanks in advance !
Jean A. - Canada
Re: Windows only - how to generate make file [ In reply to ]
On Tue, 21 Dec 2004 01:52:38 +0500, Jean ANDRE said:

> I've only a windows station. Could you please tell me how to generate
> the makefile for windows because I've only a windows machine. I saw
> that you have a w32-dll folder but there is no makefile for Windows.

That one is outdated; we have not yet agreend on a final definition
for the W32 ABI.

As of now you may only use a cross compiler: The latest CVS
LIBGCRYPT-1-2-BRANCH simply needs:

./autogen.sh --build-w32 && make

this should also work on a mingw/MSYS installation (www.mingw.org).

Werner