I'm running the latest CVS source of the multi-language-branch of libtool on my IBM AIX 4.3.3 machine with gcc 2.95.2. I don't seem to be able to create shared libraries with this configuration, but the only test that fails is "hardcode.test". I'm not up to speed on what libtool does internally, so could someone comment on what is happening here? === Running hardcode.test = Running make hardcode in ../demo make[3]: Entering directory `/boreas/libtool/demo' You may ignore any linking errors from the following command: gcc -g -O2 -o hc-direct main.o ./.libs/libhello.a -lm -L/boreas/libtool/tests/_inst/lib || echo unsupported > hc-direct gcc -g -O2 -o hc-libflag main.o -L/boreas/libtool/demo/.libs -L/boreas/libtool/tests/_inst/lib -lhello -lm You may ignore any linking errors from the following command: LIBPATH=./.libs gcc -g -O2 -o hc-libpath main.o -lhello -lm -L/boreas/libtool/tests/_inst/lib || echo unsupported > hc-libpath gcc -g -O2 -o hc-minusL main.o -L./.libs -lhello -lm -L/boreas/libtool/tests/_inst/lib || echo unsupported > hc-minusL make[3]: Leaving directory `/boreas/libtool/demo' = Finding ltconfig's guesses at hardcoding values = Searching for hardcoded library directories in each program .libs was hardcoded in `hc-direct', which fooled libtool .libs was hardcoded in `hc-libflag', as libtool expected .libs was not hardcoded in `hc-libpath', which fooled libtool .libs was hardcoded in `hc-minusL', as libtool expected FAIL: hardcode.test -- Robert Boehne Software Engineer Ricardo Software Chicago Technical Center TEL: (630)789-0003 x. 238 FAX: (630)789-0127 email: [EMAIL PROTECTED]
