12 Jul
2007
12 Jul
'07
9:46 p.m.
on Thu Jul 12 2007, "chun ping wang"
You need to configure the environment if you can't run build.bat because gcc can't be found. So in user-config.jam set the path of gcc by using gcc : : "$PATH_TO_GCC/gcc" ;
user-config.jam has **no effect** on what build.bat does. The former is a Boost.Build configuration file. build.bat is for building bjam itself (without which Boost.Build does not exist), so it doesn't look at the Boost.Build configuration. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com The Astoria Seminar ==> http://www.astoriaseminar.com