libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MinGW & library_names


From: Peter O'Gorman
Subject: Re: MinGW & library_names
Date: Thu, 30 Sep 2004 12:54:42 +0900
User-agent: Mozilla Thunderbird 0.7.3 (Macintosh/20040803)

Albert Chin wrote:


Then how about we add dlopen_library_names to .la files on systems
where it is needed?


Isn't this what the dlname variable is for in the .la. Is the dlname being set incorrectly or not at all? Or is it being used incorrectly?

From looking at the code ltdl first tries to open the old_library, then if that fails it tries the dlname, you'd like it to stop opening old_library I guess? The problem seems to be that it tries to open old_library using all the available loaders, imo it should only be trying the preopen loader.

Peter
--
Peter O'Gorman - http://www.pogma.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]