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]
Other format: [Raw text]

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


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


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