This is the mail archive of the cygwin@cygwin.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: dllcrt2.o not found



> 1. Does it matter whether a DLL is linked in character or windows
> mode?  (It makes no GDI calls).

Shouldn't.

> 2. Should I use gcc -shared or gcc -mdll to build?

gcc -shared.  The "-mdll" option *only* sets the "I'm a dll" flag in
the PE header.  It doesn't do anything else different.

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


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