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