How can I link several static libraries into single shared library?

michael kapelko kornerr@gmail.com
Tue May 11 13:01:00 GMT 2010


Looks like i found the way to do it:

ld -shared -h libmj.so.1.0 -o libmj.so --whole-archive ./libalure.a 
./libOgreMainStatic.a

At least it grows in size. Thanks.



More information about the Binutils mailing list