Re: Recognising libraries.

2010-12-10 Thread Peter Lobsinger
On Fri, Dec 10, 2010 at 4:39 PM, Richard Hainsworth wrote: > On 12/09/10 21:43, yary wrote: >> >> I see a pattern - the libs not found have a version number. They >> should also be removed (along with the .so), let the linker determine >> the version. How it will decide between 4.7 and 4.8 when yo

Re: Recognising libraries.

2010-12-10 Thread Richard Hainsworth
On 12/09/10 21:43, yary wrote: I see a pattern - the libs not found have a version number. They should also be removed (along with the .so), let the linker determine the version. How it will decide between 4.7 and 4.8 when you tell it to load libdb is an exercise for someone else. I hate linkers.