lt_dlforeach replacement

2008-06-13 Thread Arkadiusz Miskiewicz
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

famous relinking problem

2002-04-09 Thread Arkadiusz Miskiewicz
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

too little information provided by libtool

2002-04-10 Thread Arkadiusz Miskiewicz
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