Re: Fix bindir and dlopen tests for C++ compilers (CC=g++).

2009-11-29 Thread Ralf Wildenhues
Hi Peter, * Peter O'Gorman wrote on Mon, Nov 30, 2009 at 05:15:25AM CET: > On 11/29/2009 04:12 PM, Ralf Wildenhues wrote: > >I've built Libtool and run the testsuites with CC=g++ on GNU/Linux, > >the following patch fixes the fallout. Pushed as obvious. > > You did 'make check CC=g++'? or './con

Re: Fix bindir and dlopen tests for C++ compilers (CC=g++).

2009-11-29 Thread Peter O'Gorman
On 11/29/2009 04:12 PM, Ralf Wildenhues wrote: I've built Libtool and run the testsuites with CC=g++ on GNU/Linux, the following patch fixes the fallout. Pushed as obvious. You did 'make check CC=g++'? or './configure CC=g++; make; make check'? IIRC libltdl itself did not built for me with ma

abs-bindir support + tests

2009-11-29 Thread Roumen Petrov
Hi All, Please find attached - libtool-origin-abs_bindir.patch.gz : path for absolute bindir support including tests - libtool-origin-abs_bindir-tests.gz : result of my tests Roumen libtool-origin-abs_bindir.patch.gz Description: GNU Zip compressed data libtool-origin-abs_bindir-tests.g

Fix bindir and dlopen tests for C++ compilers (CC=g++).

2009-11-29 Thread Ralf Wildenhues
I've built Libtool and run the testsuites with CC=g++ on GNU/Linux, the following patch fixes the fallout. Pushed as obvious. Thanks, Ralf Fix bindir and dlopen tests for C++ compilers (CC=g++). * tests/bindir.at (bindir basic lib test, bindir install tests): Include stdlib.h ra

Re: [libtool] Says that binutils-gold doesn't support -version-script

2009-11-29 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Tue, Nov 24, 2009 at 12:22:54PM CET: > Enable symbol versioning with the GNU gold linker. > > * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS): Accept 'GNU gold' > in the version string. > * NEWS, THANKS: Update. > Report by Peter Fritzsche. I've push

Coverage for libltdl/slist.c and fallout

2009-11-29 Thread Ralf Wildenhues
A first step at more libltdl coverage: better coverage for the slist API. Notes: - I did find bugs in slist.c, albeit serious ones only in code not used elsewhere in libltdl. - slist_foreach and slist_find are redundant, as they have the same semantics. - slist_remove should IMVHO return an SLi