Hello,

I have a question/problem with libtool and autoconf which I was hoping
someone here could help me with.

We've had this problem with earlier versions of libtool and autoconf and
I'm trying libtool-1.4.2 and autoconf-2.52 for our project. When working
on the SP3 machines (config.guess output: rs6000-ibm-aix4.3.3.0, and the
other being powerpc-ibm-aix4.3.3.0), the compiler would output "binaries"
which can't execute. That is, there's a problem during linking.

During linking, "-Wl,-b -Wl,libpath:..." flags get appended to the
compile line and cause the compiler (C for AIX Compiler, Version 5.0.2.0)
to produce code which can't execute.

Here's the errors we see (the result of running it through the libtool
--mode=execute commands)

rm -f .libs/H5detectS.c .libs/H5detect.nm .libs/H5detect.nmS
.libs/H5detect.nmT
mpicc .libs/H5detectS.o -o H5detect H5detect.o  -lm  -Wl,-bnolibpath
-Wl,-blibpath:/g/g21/wendling/v1.4/bin:/usr/lib:/lib
rm -f .libs/H5detectS.o
        LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo  | \
                sed -e 's/-L/:/g' -e 's/ //g'`"  ../libtool --mode=execute ./H5detect 
>H5Tinit.c
exec(): 0509-036 Cannot load program ./H5detect because of the following
errors:        0509-150   Dependent module libmpi.a(mpipoe.o) could not be loaded.
        0509-022 Cannot load module libmpi.a(mpipoe.o).
        0509-026 System error: A file or directory in the path name does not exist.

Have you seen this before? Is there a fix for it?

Thanks you.

(P.S., please include my email address in your replies as I'm not
subscribed to this list).

-- 
|| Bill Wendling                        [EMAIL PROTECTED]
|| Coding Simian

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to