libtool-patches
[Top][All Lists]
Advanced

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

Re: MinGW & library_names


From: Bob Friesenhahn
Subject: Re: MinGW & library_names
Date: Thu, 30 Sep 2004 09:54:05 -0500 (CDT)

On Thu, 30 Sep 2004, Peter O'Gorman wrote:


So it is clear that libltdl attempts to load essentially anything that looks like a library from the .la file.

Well, yeah, if lt_cv_sys_dlopen_deplibs is not yes then it will try and load every library in dependency_libs, I don't suppose that LoadLibrary() loads dependency libs?

Since LoadLibrary() is a Windows API, there is very little documentation, and in fact, behavior may actually be different across Windows versions. It doesn't seem to bother Windows XP any to explicitly load the dependency libs.

Which file/line should I look at in order to expediently implement a solution to only pass the .a file to the correct loader?

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

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