Christoph Bugel wrote:

> yes! I changed those compile instructions a little, and then it works.
> (my gcc does not recognize a 'soname' option. does yours?)

gcc recognises the -Wl option, and passes its argument to the linker,
replacing commas with spaces. So the `-Wl,-soname,libhello.so.0'
switch will result in it adding `-soname libhello.so.0' to the
linker's command line.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to