--- Mark Cuss wrote:
> 
> For #1, if I build with --static, then no libraries
> can be linked in 
> dynamically at runtime...  I need to do this for
> some custom Qt libraries 
> and plugins, so I can't just make a completely
> static executable.  This is 
> unfortunate - the resulting binaries would be big,
> but they'd work on any 
> distro.

This is possible by using something like
-Wl,-Bdynamic, (insert list of libraries to be
dynamically linked),-Bstatic

For example, if you want to dynamically link against
Qt library and glibc and rest of it being static, you
can use -Wl,-Bdynamic,-lqt-mt,-lc,-Bstatic









        
        
                
___________________________________________________________ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com

Reply via email to