$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Cho-Kuen Ng (nckwcq_at_[hidden])
Date: 2023-04-26 04:36:11
I tried to build under nvidia environment and got the following b2 error:
../boost_1_73_0/tools/build/share/boost-build/src/build/toolset.jam:44: in
toolset.using
ERROR: rule "nvc.init" unknown in module "toolset".
I put the following line in the site-config file
using nvc : : CC ;
What compiler toolset should I use under nvidia?
Thanks.