In recent libtool version lt_dlforeach function was dropped as part of
deprecated API.
What function is able to replace the same functionality, now?
Trying to build gcc suite with new libltdl, it has such code:
lookup_data data;
data.symname = symname;
data.result = NULL;
lt_dlforeach
Hi,
>From quite long time in libtool 1.4 series I quite often have
problem with relinking. For example I'm trying to create rpm package
with subversion and I'm doing:
./configure --prefix=/usr --libdir=/usr/lib --bindir=/usr/bin
make
make install \
libdir=/tmp/qq/usr/lib \
bindi
Hi,
I have broken /usr/lib/libapr.la:
# The name that we can dlopen(3).
dlname='libapr.so.0'
# Names of this library.
library_names='libapr.so.0.0.0 libapr.so.0 libapr.so'
# The name of the static archive.
old_library='libapr.a'
# Libraries that this one depends upon.
dependency_libs=' -pthre