[OMPI users] configure problem

2013-04-04 Thread Alan Sayre
I'm trying to build v 1.6.4 with a local install of gcc 4.7.2. I am trying to use the following script OWD=$PWD GMPD=$OWD/gmp-4.3.2 MPFRD=$OWD/mpfr-2.4.2 MPCD=$OWD/mpc-0.8.1 PPLD=$OWD/ppl-0.11 CLOOG=$OWD/cloog-ppl-0.15.9 GCC=$OWD/gcc-4.7.2-rhel5 export LD_LIBRARY_PATH=$GCC/lib64:$GMPD/lib:$MPFR

Re: [OMPI users] configure problem

2013-04-05 Thread Reuti
AFAICS problem is in the middle of (it's often not directly at the end): Am 05.04.2013 um 03:21 schrieb Alan Sayre: > configure:17615: g++ -o conftest -O3 -DNDEBUG -finline-functions conftest.cpp >&5 In file included from /usr/include/stdio.h:929:0, from conftest.cpp:141: /

[OMPI users] configure problem using g77 on OSX 10.4

2006-12-07 Thread Thomas Spraggins
Not a lot of description I can provide. I'm trying to configure under OSX 10.4, using the g77 fortran compiler. Any hints will be most appreciated. Tom Spraggins t...@virginia.edu ompi-output.tar.gz Description: GNU Zip compressed data

Re: [OMPI users] configure problem using g77 on OSX 10.4

2006-12-08 Thread Jeff Squyres
The problem appears to be that your g77 compiler is not properly cross-linking against your gcc compiler. Specifically, the following test failed in configure: configure:23709: g77 conftestf.f conftest.o -o conftest /usr/bin/ld: Undefined symbols: _fprintf$LDBLStub collect2: ld returned 1 e