Hi Jalel,
* Jalel Chergui (LIMSI-CNRS) <Jalel.Chergui_at_[hidden]> wrote on Tue, May 09, 2006 at 05:14:03PM CEST:
>
> I would appreciate any hint to solve the following problem which has to do
> with some of the STL header files when trying to configure lam-7.1.2 on x86-64
> arch under linux gcc version 3.4.3 20050227 (Red Hat 3.4.3-22.1).
>
> ./configure CC=gcc CXX=g++ CFLAGS="-O2 -m64" CXXFLAGS="-O2 -m64" \
> FC=/opt/g95/64/g95-install/bin/g95 FFLAGS=-O2 \
> --build=x86_64-opteron-linux-gnu \
> --prefix=/opt/lam/g95/64 -with-rsh=/bin/ssh --with-rpi=sysv
>
> ...
> *** C++ compiler and preprocessor
> checking for g++... g++
> checking for unistd.h... yes
> checking map usability... no
> checking map presence... no
> checking for map... no
> configure: WARNING: *** Your C++ compiler does not seem to support the STL.
> configure: WARNING: *** STL support is necessary to compile LAM/MPI
> configure: error: cannot continue
Please look at config.log, search for "map usability" and find out why
the tests are failing. That will help you to proceed. If not, post the
excerpt of config.log (pack long attachments).
Cheers,
Rafl
|