quick DLL question

Charlebois, Cameron charlebois.cameron@syncrude.com
Mon Aug 20 10:03:00 GMT 2001


Every program compiled under Cygwin requires cygwin1.dll in order to run. Is
it possible to compile in that dll so that you have a stand alone program
without any external dependencies? I checked out
http://sources.redhat.com/cygwin/cygwin-ug-net/dll.html and when I tried 

echo EXPORTS > cygwin1.def
nm cygwin1.dll | grep ' T _' | sed 's/.* T _//' >> cygwin1.def

I got:
"No symbols in cygwin1.dll"

Thanks

-Cam


     Cameron Charlebois
 +-----------------------------+
 |         Extraction          |
 | Information Management Team |
 +-----------------------------+


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list