libtool-patches
[Top][All Lists]
Advanced

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

Re: MinGW & library_names


From: Charles Wilson
Subject: Re: MinGW & library_names
Date: Wed, 29 Sep 2004 16:17:36 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 MultiZilla/1.6.4.0b

Albert Chin wrote:

If *.dll.a is still needed in library_names in the .la file, I guess
there is no choice. Seems icky though.


It's because library_names is used for multiple purposes by the libtool machinery and by libltdl. One is the names that can be linked against (.a, .dll.a, and .dll), while the other is the names that can be dlopen/LoadLibrary'ed (.a, .dll).

On (all?) other platforms, those two sets are identical; on cygwin/windows, they are not.

--
Chuck





reply via email to

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