Hi Sven, * Sven Verdoolaege wrote on Wed, Jun 22, 2005 at 05:06:08PM CEST: > billie$ VERBOSE=yes sh tests/mdemo-make.test > mdemo-make.test: === Running mdemo-make.test > mdemo-make.test: === Running `make ' in mdemo > (cd ../../libltdl; make `echo ./../../libltdl/libltdlc.la | sed > 's,.*\.\./libltd > l/,,g'`) > make[1]: Entering directory `/tmp/libtool-2.1a/libltdl' > if /bin/bash ../libtool --tag=CC --mode=compile gcc > -DHAVE_CONFIG_H="<config.h>" > -DLTDL -I. -I. -I.. -DLTDLOPEN=libltdlc -I. -I. -I./libltdl -g -O2 -MT > liblt > dlc_la-preopen.lo -MD -MP -MF ".deps/libltdlc_la-preopen.Tpo" -c -o > libltdlc_la- > preopen.lo `test -f 'loaders/preopen.c' || echo './'`loaders/preopen.c; \ > then mv -f ".deps/libltdlc_la-preopen.Tpo" ".deps/libltdlc_la-preopen.Plo"; > else > rm -f ".deps/libltdlc_la-preopen.Tpo"; exit 1; fi > libtool: compile: gcc "-DHAVE_CONFIG_H=<config.h>" -DLTDL -I. -I. -I.. > -DLTDLOP > EN=libltdlc -I. -I. -I./libltdl -g -O2 -MT libltdlc_la-preopen.lo -MD -MP -MF > .d > eps/libltdlc_la-preopen.Tpo -c loaders/preopen.c -fPIC -DPIC -o > .libs/libltdlc_ > la-preopen.o > In file included from libltdl/lt__private.h:61, > from loaders/preopen.c:31: > libltdl/lt__glibc.h:54:18: argz.h: No such file or directory > make[1]: *** [libltdlc_la-preopen.lo] Error 1 > make[1]: Leaving directory `/tmp/libtool-2.1a/libltdl' > make: *** [../../libltdl/libltdlc.la] Error 2 > > billie$ uname -a > SunOS billie 5.8 Generic_117350-25 sun4u sparc > billie$ tail ChangeLog *snip* > > $Revision: 1.1966 $ $Date: 2005/06/18 16:49:49 $
Interesting. Please post $top_builddir/config.log (preferably bzip2 or gzip packed), and $top_builddir/config.h. Do you use the Autoconf CVS version from a couple of weeks ago for bootstrapping? It had a nasty issue that manifests itself in the limitations of Solaris `sed' when that does the substitutions for config.h during config.status runs. Current CVS Autoconf should be fixed. Regards, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool