dllcrt2.o not found

Earnie Boyd earnie_boyd@yahoo.com
Wed Mar 21 15:10:00 GMT 2001


Nate Lawson wrote:
> 
> Thanks for the help getting the dll to compile.  It worked.  However, I'm
> still having linking problems.
> 
> 1. Does it matter whether a DLL is linked in character or windows
> mode?  (It makes no GDI calls).
> 2. Should I use gcc -shared or gcc -mdll to build?
> 3. Why can't it find dllcrt2.o?  I've tried adding -lmsvcrt or -ldllcrt
> but no luck.
> 
> Here is my linking line:
> gcc -mwindows -mno-cygwin -DDBG -s -Wl,--out-implib,Packet.a
> -mdll -o Packet.dll Packet.def Packet32.o -L /usr/lib/mingw
> /usr/lib/gcc-lib/i686-pc-cygwin/gcc-2.95.2-9/../../../../i686-pc-cygwin/bin/ld:
> cannot open dllcrt2.o: No such file or directory
> collect2: ld returned 1 exit status
> make: *** [main] Error 1
> 

Did you install the mingw package?  The -mno-cygwin indicates to gcc
that you want to build mingw programs.  

Earnie.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list