This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
quick DLL question
- To: "'cygwin at cygwin dot com'" <cygwin at cygwin dot com>
- Subject: quick DLL question
- From: "Charlebois, Cameron" <charlebois dot cameron at syncrude dot com>
- Date: Mon, 20 Aug 2001 10:58:07 -0600
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/