[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RH#127816] libtool should grok new ld.so.conf syntax
From: |
Daniel Reed |
Subject: |
[RH#127816] libtool should grok new ld.so.conf syntax |
Date: |
Thu, 19 Aug 2004 23:47:04 -0400 (EDT) |
[From https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=127816]
It might be a good idea for libtool to know about the new fc3
/etc/ld.so.conf syntax: libtool is picking up the "include" path now:
# Run-time system search path for libraries
sys_lib_dlsearch_path_spec="/lib /usr/lib include ld.so.conf.d/*.conf
/usr/X11R6/lib /usr/lib/qt-3.3/lib /usr/lib/mysql "
This appears to be a glibc extension. The above-mentioned behavior exists in
branch-1-5 as of earlier today.
Fedora Core 3's glibc-2.3.3-43's /etc/ld.so.conf is:
include ld.so.conf.d/*.conf
/usr/lib/mysql
/usr/X11R6/lib
/etc/ld.so.conf.d/ includes files like qt.conf, which lists
/usr/lib/qt-3.3/lib as an additional directory to search.
--
Daniel Reed <address@hidden> http://people.redhat.com/djr/ Desktop and
Cygwin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [RH#127816] libtool should grok new ld.so.conf syntax,
Daniel Reed <=