AMDG On 5/15/19 3:39 PM, Christopher Harrop - NOAA Affiliate via Boost-users wrote:
+./bootstrap.sh --with-toolset=pgi --prefix=/path/to/install/boost <snip> + ./b2 -j 12 install --build-type=complete --layout=versioned --target=shared,static
I think I know what the problem is. The pgi toolset inherits from gcc, but does it in a way that makes an unitialized gcc the default toolset. Try adding toolset=pgi the b2 command to work around this bug. Note that Boost.Context probably still won't build, because of its inherent non-portability.
Performing configuration checks
- default address-model : none - default architecture : none /scratch4/BMC/gsd-hpcs/Christopher.W.Harrop/bass-develop/build/boost/1.70.0/pgi/18.5/tools/build/src/tools/common.jam:977: in toolset-tag *** argument error * rule numbers.less ( n1 n2 ) * called with: ( 4 ) * missing argument n2
In Christ, Steven Watanabe