configure -prefix=/usr/local/openmpi --disable-mpi-cxx --disable-mpi- f90 --without-xgrid FC=gfortran | tee config.out
... config.status: executing depfiles commands config.status: executing libtool commands cloverm:~/bin/openmpi-1.2.4:[22]>make -j 4 |& tee make.out Makefile:602: *** missing separator. Stop. cloverm:~/bin/openmpi-1.2.4:[23]>ls *.out config.out make.outcloverm:~/bin/openmpi-1.2.4:[24]>tar -zcvf ompi-output.tar.gz *.log *.out
config.log config.out make.out cloverm:~/bin/openmpi-1.2.4:[25]>ld -v Apple Computer, Inc. version cctools-622.5.obj~13
I have copied lines 599-609 from Makefile, so you can see that Make is trying to run gcc, in a way that doesn't look correct
OMPI_AS_GLOBAL = OMPI_AS_LABEL_SUFFIX = OMPI_CC_ABSOLUTE = DISPLAY known /usr/bin/gcc OMPI_CONFIGURE_DATE = Sat Oct 6 16:05:59 PDT 2007 OMPI_CONFIGURE_HOST = michael-clovers-computer.local OMPI_CONFIGURE_USER = mrc OMPI_CXX_ABSOLUTE = DISPLAY known /usr/bin/g++ OMPI_F77_ABSOLUTE = none OMPI_F90_ABSOLUTE = noneI am also attaching the tee'd results, the config.log, and the Makefile that doesn't work:
cloverm:~/bin/openmpi-1.2.4:[27]>tar -zcvf ompi-output.tar.gz *.log *.out Makefile
config.log config.out make.out Makefile
ompi-output.tar.gz
Description: GNU Zip compressed data
Michael Clover mclo...@san.rr.com