LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Tru Huynh (tru_at_[hidden])
Date: 2004-12-07 14:19:58


Hi,

I am trying to compile lam-7.1.1 or lam-7.1.2b10 with gcc 3.4.3 on a x86_64 machine.
Both trials fails during the configure run:

[tru_at_nao lam-7.1.1]$ ./configure
...

*** C++ compiler and preprocessor
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking if want C++ exception handling... no
checking whether g++ has new(std::nothrow)... yes
checking for C++ template repository directory... not used
checking for C++ compiler template parameters... none needed
checking for C++ optimization flags... -O3
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking map usability... yes
checking map presence... yes
checking for map... yes
checking for type bool... yes
checking for true/false... yes
checking size of bool... -1
configure: WARNING: *** Problem running configure test!
configure: WARNING: *** See config.log for details.
configure: error: *** Cannot continue.

[tru_at_nao lam]$ gcc -v
Reading specs from /opt/gnu/gcc-3.4.3/lib/gcc/x86_64-unknown-linux-gnu/3.4.3/specs
Configured with: /home/Bis/tru/src/gcc-3.4.3/configure --prefix=/opt/gnu/gcc-3.4.3
Thread model: posix
gcc version 3.4.3

On the other hand both 7.1.1 and 7.1.2b10 compile/run without problem
when compiled with gcc 3.2.3.
[tru_at_nao lam-7.1.1_gcc343]$ gcc -v
Reading specs from /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=x86_64-redhat-linux
Thread model: posix
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-42)

Tru