I'm trying to compile openmpi-1.4.1 on MacOSX 10.5.8 using Absoft Fortran 90 11.0 and gcc --version i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493). I get the following error:
make ... Making all in mca/io/romio Making all in romio Making all in include make[4]: Nothing to be done for `all'. Making all in adio Making all in common /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../adio/include -DOMPI_BUILDING=1 -I/Users/lichtner/petsc/openmpi-1.4.1/ompi/mca/io/romio/romio/../../../../.. -I/Users/lichtner/petsc/openmpi-1.4.1/ompi/mca/io/romio/romio/../../../../../opal/include -I../../../../../../../opal/include -I../../../../../../../ompi/include -I/Users/lichtner/petsc/openmpi-1.4.1/ompi/mca/io/romio/romio/include -I/Users/lichtner/petsc/openmpi-1.4.1/ompi/mca/io/romio/romio/adio/include -D_REENTRANT -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -DHAVE_ROMIOCONF_H -DHAVE_ROMIOCONF_H -I../../include -MT ad_aggregate.lo -MD -MP -MF .deps/ad_aggregate.Tpo -c -o ad_aggregate.lo ad_aggregate.c ../../libtool: line 460: CDPATH: command not found /Users/lichtner/petsc/openmpi-1.4.1/ompi/mca/io/romio/romio/libtool: line 460: CDPATH: command not found /Users/lichtner/petsc/openmpi-1.4.1/ompi/mca/io/romio/romio/libtool: line 1138: func_opt_split: command not found libtool: Version mismatch error. This is libtool 2.2.6b, but the libtool: definition of this LT_INIT comes from an older release. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b libtool: and run autoconf again. make[5]: *** [ad_aggregate.lo] Error 63 make[4]: *** [all-recursive] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 Any help appreciated. ...Peter