Joseph H. Kang wrote:
> Hi,
>
> I've run into problems while running ./configure. In short, the
> configure exited with status 137. Details are included in the
> attachment. Any help would be greatly appreciated.
>
If the libstdc++ which your g++ compiler wants to use to link is missing,
you will need to fix your installation before you can configure with C++.
Maybe it's a question of failing to set LD_LIBRARY_PATH to match the g++
you are using to compile.
Your g++ is fairly old anyway, maybe it doesn't support bool correctly; I
don't know if lam can deal with that.
|