Similar results to AIX 4.3, including the same error during configure. ---------------------------------------------------- Configuring libtool 1.3e (1.910 2001/04/23 00:34:53) ---------------------------------------------------- checking host system type... rs6000-ibm-aix4.2.1.0 checking build system type... rs6000-ibm-aix4.2.1.0 checking for ld used by GCC... /usr/pubsw/lib/gcc-lib/rs6000-ibm-aix4.2.1.0/2.8.1/ld checking if the linker (/usr/pubsw/lib/gcc-lib/rs6000-ibm-aix4.2.1.0/2.8.1/ld) is GNU ld... no Using gcc 2.8.1 with a symlink to the AIX ld in the gcc library directory, which is why the weird output above. This error message showed up during configure: checking whether the linker (/usr/pubsw/lib/gcc-lib/rs6000-ibm-aix4.2.1.0/2.8.1/ld) supports shared libraries... ../../configure[3572]: shared: not found yes and the test results were: ==================== 9 of 55 tests failed ==================== FAIL: demo-make.test FAIL: depdemo-make.test FAIL: mdemo-make.test FAIL: dryrun.test FAIL: demo-make.test FAIL: demo-make.test FAIL: demo-make.test FAIL: depdemo-make.test FAIL: mdemo-make.test When I run demo-make.test by hand, though, it seems to work (?): === Running demo-make.test Making in ../demo /bin/sh ./libtool --mode=link gcc -O2 -o hell main.o libhello.la libtool: link: warning: this platform does not like uninstalled shared libraries libtool: link: `hell' will be relinked during installation gcc -O2 -o .libs/hell main.o -L./.libs -lhello -lm -Wl,-bnolibpath -Wl,-blibpath:/afs/ir/src/pubsw/development/libtool/build/rs_aix42/demo/.libs:/usr/lib:/lib -Wl,-bnolibpath -Wl,-blibpath:/afs/ir/src/pubsw/development/libtool/build/@sys/tests/_inst/lib:/usr/lib:/lib creating hell /bin/sh ./libtool --mode=link gcc -O2 -o hell.static main.o libhello.la libtool: link: warning: this platform does not like uninstalled shared libraries libtool: link: `hell.static' will be relinked during installation gcc -O2 -o .libs/hell.static main.o -L./.libs -lhello -lm -Wl,-bnolibpath -Wl,-blibpath:/afs/ir/src/pubsw/development/libtool/build/rs_aix42/demo/.libs:/usr/lib:/lib -Wl,-bnolibpath -Wl,-blibpath:/afs/ir/src/pubsw/development/libtool/build/@sys/tests/_inst/lib:/usr/lib:/lib creating hell.static gcc -DPACKAGE=\"hell\" -DVERSION=\"1.0\" -DHAVE_DLFCN_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -I. -I/afs/ir/src/pubsw/development/libtool/tests/../demo -O2 -c /afs/ir/src/pubsw/development/libtool/tests/../demo/dlmain.c /bin/sh ./libtool --mode=link gcc -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.so.2' (cd .libs && gcc -c -fno-builtin -fno-rtti -fno-exceptions "helldlS.c") rm -f .libs/helldlS.c .libs/helldl.nm .libs/helldl.nmS .libs/helldl.nmT libtool: link: warning: this platform does not like uninstalled shared libraries libtool: link: `helldl' will be relinked during installation gcc -O2 -o .libs/helldl .libs/helldlS.o dlmain.o -L./.libs -lhello -lm -Wl,-bnolibpath -Wl,-blibpath:/afs/ir/src/pubsw/development/libtool/build/rs_aix42/demo/.libs:/usr/lib:/lib -Wl,-bnolibpath -Wl,-blibpath:/afs/ir/src/pubsw/development/libtool/build/@sys/tests/_inst/lib:/usr/lib:/lib creating helldl -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
