29 Apr
2008
29 Apr
'08
4:42 p.m.
On Apr 29, 2008, at 2:44 AM, Dheeraj Gautam wrote:
notice: will use 'g++' for gcc, condition <toolset>gcc-2.95.4 notice: using gcc libraries :: <toolset>gcc-2.95.4 :: /usr/bin /usr/ lib /usr/lib32 /usr/lib64 notice: using gcc archiver :: <toolset>gcc-2.95.4 :: /usr/bin/ar warning: toolset gcc initialization: can't find tool windres warning: initialized from notice: using rc compiler :: <toolset>gcc-2.95.4 :: /usr/bin/as [snip] Almost all compilations for MPI are failing with similar error. It seems some C++ support is not there. I am new to C++ and Boost.
GCC 2.95.x is far too old to be able to compile Boost.MPI. You will need a much newer compiler (GCC 3.4 or newer, certainly, although GCC 4.x would be better). - Doug