LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Tim Prince (timothyprince_at_[hidden])
Date: 2006-09-12 22:24:40


Jos? Sereno wrote:
> Hi,
>
>
>
> Your Makefile has small bug! When trying to configure using the intel
> C++ and FORTRAN (version 9.0) compilers, the library
>
> libstdc++ is not passed to the linker, even when setting
> CXXLDFLAGS=-lstdc++. This can be solved by using the CXXFLAGS.
>
> This problem concerns the directory ?/tools, where the flag CXXLDFLAGS
> is passed to the makefile but it is not used anywhere.
Why don't you configure, using icpc as the C++ compiler, so that
-lstdc++ will be included in the list of libraries passed by the compiler?