|
From: Robert C. <rob...@it...> - 2002-04-28 05:42:29
|
> -----Original Message----- > From: Steven Edwards [mailto:Ste...@ya...]=20 > Sent: Sunday, April 28, 2002 2:35 PM > 2. run ./configure --host=3Dmingw32 --target=3Dmingw32=20 > --build=3Dmingw32 CFLAGS=3D"-D_MINGW_ -D_WINDOWS -DWINE_NOWINSOCK" You should probably add CC=3D"gcc -mno-cygwin" CXX=3D"gcc -mno-cygwin" to the configure line if = you don't have a mingw cross compiler installed. =20 > 4. add -liberty to the makefile for wrc and wmc. This is=20 > needed because of getopt and optarg Cygwin has a BSD licenced getopt.c that doesn't need libiberty to link, only mingw (AFAIK). Anyway worth investigating? =20 Rob |