Problems with generating kde2 dlls under cygwin

Alan Modra amodra@bigpond.net.au
Sat Jul 21 02:49:00 GMT 2001


On Sat, Jul 21, 2001 at 11:32:36AM +0200, Ralf Habacker wrote:
> g++ -shared <flags> -Wl,--whole-archive <objs> -Wl,-no-whole-archive
> <deplibs>
> 
> and if <deplib> are import libs of other shared libraries.
> If <deplib> contains a static lib, the used symbols of this lib are always
> exported.

Why do you think they should not be exported?  A static lib is just an
archive of object files.  When object files are retrieved from a static
lib to satisfy undefined syms, they are treated the same as if you had
specified the individual object files on the command line.

Alan


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