23 Oct
2010
23 Oct
'10
17:13
On Sat, 23 Oct 2010, 18:35:12 +0200, Dave Plater wrote:
Hi, I'm trying to package openCOLLADA shared libraries for linux, upstream don't build for linux only mac and windows. How does one build the soname into the libraries?
gcc -shared -o libtest.so.1.0 -Wl,-soname,libtest.so.1 foo.o bar.o ...
Is there any reference to doing this somewhere?
info ld
Thanks Dave P
HTH, cheers. l8er manfred -- To unsubscribe, e-mail: opensuse-programming+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-programming+help@opensuse.org