gcc -shared under 2.95.3-5, unable to convert .o to .dll via -shared flag

Robert Collins robert.collins@itdomain.com.au
Sun Dec 30 10:41:00 GMT 2001


----- Original Message -----
From: "Gregory Lampshire" <gregory_lampshire@hotmail.com>
>  I am looking for some insight into the issues about what is going on
and a
>  work around.

Win32 is one (not the only) platform that does not support unresolved
symbols in shared libraries. The command works on linux because
unresolved symbols in shared libraries are permitted.

Fix your link line to ensure there are no unresolved symbols.

Rob


--
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