On Mon, 2003-01-27 at 00:04, Frank Heckenbach wrote:
Richard D. Jackson wrote:
<snip>
That's done using a symlink to libgpc.so (so `-lgpc' will just work if it's found) and `-Wl,-soname=...' (so at runtime the correct one will be used) -- the latter option might not work everywhere, I'm not sure ...
Frank
Yes a symlink will do the job but when you update the libgpc.so will point to the new lib which will be wrong for old code. I will have to look at the '-Wl,-soname=...' option as didn't know about that one. If it makes the runtime use the correct lib verses just libgpc.so then that will be great.
Richard