23 Apr
2009
23 Apr
'09
2:43 a.m.
AMDG Ruediger Berlich wrote:
I am trying to port my heavily Boost-based application to different compiler(-versions) . I was successful with Intel and various Linux-based gcc versions so far. Now I am trying my luck with the Portland group compiler in version 8. Corresponding compiler support seems to be available in Boost:
./tools/build/v2/tools/pgi.jam ./boost/config/compiler/pgi.hpp
A "./configure --with-toolset=pgi" succeeds.
The subsequent make, however, results in a plethora of error messages such as the following:
gcc.compile.c++
--with-toolset=pgi is clearly not working. Try running bjam directly. In Christ, Steven Watanabe