LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Brian Barrett (brbarret_at_[hidden])
Date: 2005-05-09 09:24:39


On May 9, 2005, at 9:15 AM, Christophe Peyret wrote:

> Here is the config.log obtained with command
>
> ./configure --prefix=/usr/local/lam-7.1.1 --with-fc=g77

 From the config.log:

configure:9570: checking size of FORTRAN INTEGER
configure:9649: gcc -O3 -I. -c conftest.c
configure:9656: $? = 0
configure:9666: g77 -O conftestf.f conftest.o -o conftest
/usr/bin/ld: Undefined symbols:
_fprintf$LDBLStub
collect2: ld returned 1 exit status
configure:9673: $? = 1

For better or worse, the first Fortran test in LAM that actually
tries to compile a fortran application is the size of Fortran INTEGER
test. It looks like your fortran compiler is unable to produce
executables - I would guess that this is similar to the problem you
were seeing with XLF - you can not use the compilers from OS X 10.3
on OS X 10.4 -- you will have to install a compiler compiled for
10.4. If you did compile g77 or gfortran for 10.4, you should talk
to the packager - there is something wrong with the build.

Hope this helps,

Brian