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]>
- best (fastest) way to parse text files ? Novak Elliott
- Re: best (fastest) way to parse text files ? Karlis Peisenieks
- Re: best (fastest) way to parse text files ? Glynn Clements
- Re: best (fastest) way to parse text files ? James
- Shared Library Construction and Use. R. Brock Lynn
- Monolithic vs Micro-kernel arch. K.HARI.KRISHNAN
- Re: Shared Library Construction and Use. Christoph Bugel
- Re: Shared Library Construction and Use... Glynn Clements
- Re: Shared Library Construction and Use. Novak Elliott