bug-libtool
[Top][All Lists]
Advanced

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

Bug in libltdl / lt_dlopen() in libtool 1.4.2 and 1.4d


From: Laura Pearlman
Subject: Bug in libltdl / lt_dlopen() in libtool 1.4.2 and 1.4d
Date: Sat, 16 Mar 2002 15:07:52 -0800

The lt_dlopen() function fails to find libraries to open.  The problem is that 
find_handle_callback() tries to verify that a candidate file exists before 
opening it, but the sense of the test is reversed so that it only tries to 
dlopen a file if it does *not* exist.  I'm enclosing a patch.

                -- Laura


Attachment: ltdl.patch
Description: ltdl.patch


reply via email to

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