Hi Stephen, * Stephen More wrote on Tue, May 24, 2005 at 11:30:28PM CEST: > On 5/24/05, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > * Stephen More wrote on Tue, May 24, 2005 at 08:44:27PM CEST: > > > I built libtool-1.5.6 on a RHEL4 ( Red Hat Enterprise Linux Box ) > > > > > > $ ./config.guess > > > i686-pc-linux-gnu > > > > > *snip* > > > I then built libtool-1.5.18 on the same box and got: > > > > > 25 of 101 tests failed > > > > > Is there anything else you would like me to report ? > > > > Please rerun the test suite with VERBOSE=X and send the output, > > preferably packed (bzip2, gzip). > > > Here is the output.
Thanks a bunch! This looks like a reincarnation of a bug with ash I reported (and believed fixed) quite some time ago: | === Running demo-make.test | Making in ../demo *snip* | /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -o helldl -export-dynamic -dlpreopen libhello.la dlmain.o | rm -f .libs/helldl.nm .libs/helldl.nmS .libs/helldl.nmT | creating .libs/helldlS.c | extracting global C symbols from `./.libs/libhello.a' | (cd .libs && gcc -c -fno-builtin "helldlS.c") | helldlS.c:12: error: stray '\1' in program | helldlS.c:12: warning: useless keyword or type name in empty declaration | helldlS.c:12: warning: empty declaration | make[3]: *** [helldl] Error 1 Let me guess: Your /bin/sh is ash, and somehow libtool fails to find the proper $echo (which should be != "echo"). Could you please post the exact configure line you issued plus output, and config.log? Thanks, Ralf _______________________________________________ Bug-libtool mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-libtool
