LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Thomas Dickerson (thomas_at_[hidden])
Date: 2008-07-24 11:20:40


I can run the lamtests suite on both Pathscale and GNU builds of LAM, but
when I try to build it with PGI, it fails during the configure stage with
the following message.

checking for Fortran libraries of mpif77... -L/opt/lam/7.1.3/pgi64/lib
> -llammpio -llamf77mpi -lmpi -llam -laio -lutil -lpthread -ldl' -ldl
> -L/opt/pgi/linux86-64/6.2/lib -L/usr/lib64
> -L/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/ -lpgf90 -lpgf90_rpm1 -lpgf902
> -lpgf90rtl -lpgftnrtl -lnspgc -lpgc -lm
> checking for dummy main to link with Fortran libraries... unknown
> configure: error: linking to Fortran libraries from C fails
> See `config.log' for more details.
>

the problem seems fairly obvious, there's a lone single quote after the
first instance of -ldl, and the fact that there are even two instances seems
a little odd. What's even odder is that the only place that actually occurs
in any of the files in the test directory is in the config.log describing
the problem.

-- 
~Thomas