cURL / Mailing Lists / curl-library / Single Mail

curl-library

Mingw32 compile

From: jvp <jvp_at_compu-weigh.com.au>
Date: Wed, 10 Jun 2009 12:02:29 +1000

Hi all

After reading various help files etc, finding it difficult to conclude
what options
are needed to make the library using mingw32
The aim:
Develop and test functionality in FreeBasic on an XP machine.
This means that all (or most) of the routines called in the djgpp
version will be tested in Mingw32 version.
Is that possible, or is the library totally different.?

If it is, then what is the minimal compile in Mingw32.?
Without any options: mingw32-make -f Makefile.m32
produces this output.
----------------------------------------------
C:\Curl\src>mingw32-make -f Makefile.m32
gcc -I. -I.. -I../include -I../lib -g -O2 -DCURL_STATICLIB -c main.c
gcc: installation problem, cannot exec `cc1': Invalid argument
mingw32-make: *** [main.o] Error 1
----------------------------------------------
cc1 is in the path.

Regards
Jan van de Poll
Received on 2009-06-10