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]

Re: Problems with generating kde2 dlls under cygwin


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/


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