This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Latest mingw32 release has some problems


vischne@ibm.net writes:
> This is what happens while compiling the mingw32 version of libslang:
> 
> D:\Src\slang\src>gcc -o worm  worm.o  -L./ -lslang -ltermcap -lm
> d:\mingw32\i386-mingw32\lib\crt1.o: In function `mingw32_init_mainargs':
> /homes/src/tmp/mingw32-cdk/MINGW32/mingw/../../mingw/init.c:65: undefined
> reference to `__GetMainArgs'
> d:\mingw32\i386-mingw32\lib\crt1.o: In function `mingw32_init_fmode':
> /homes/src/tmp/mingw32-cdk/MINGW32/mingw/../../mingw/crt1.c:108: undefined
> reference to `__imp__fmode_dll'
> collect2: ld returned 1 exit status
> 

Did you change the default specs (one the uses CRTDLL) to one that uses
MSVCRT or MSVCRT20? If so, please copy the specs.crt top specs and retry.

Also, you might want to copy me on these type of messages since this
mailing list has a very long (upto 48 hours) delivery latency.

Mumit
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]