libtool
[Top][All Lists]
Advanced

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

libltdl and Windows


From: Bob Friesenhahn
Subject: libltdl and Windows
Date: Wed, 29 Sep 2004 16:12:28 -0500 (CDT)

Currently libltdl will attempt to load any file you request it to (and some you did not) under Windows. Libltdl is currently trying to load .dll.a files when it loads a .la file. This causes problems.

While there are valid reasons for *Windows* programmers to load .exe files and possibly some other types, it doesn't seem to me that libtool (the *portable* library/loader tool) should encourage loading anything but DLLs so attempting to load anything but a DLL should fail. Does anyone know of a reason that libtool should be willing to load anything but DLLs?

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




reply via email to

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