No subject


Wed Jan 30 00:01:40 CET 2008


       -Bstatic
       -dn
       -non_shared
       -static
           Do  not  link against shared libraries.  This is only meaningful on
           platforms for which shared libraries are supported.  The  different
           variants of this option are for compatibility with various systems.
           You may use this option multiple times  on  the  command  line:  it
           affects  library  searching  for  -l options which follow it.  This
           option also implies --unresolved-symbols=report-all.   This  option
           can  be used with -shared.  Doing so means that a shared library is
           being created but that all of  the  library's  external  references
           must be resolved by pulling in entries from static libraries.

Should I do something about this?


More information about the Kdelibs-bugs mailing list