Re: [boost] Building boost ignores GCC_ROOT_DIRECTORY etc.

2003-01-29 Thread John Maddock
The documentation on the site indicates I can use GXX or GCC_ROOT_DIRECTORY to specify which g++ binary to run. However, these settings are ignored, and the g++ in my path is used instead. GCC_ROOT_DIRECTORY=/usr/local/gcc-cvs/ TOOLS=gcc ~/bin/bjam and other variants show this behaviour.

Re: [boost] Building boost ignores GCC_ROOT_DIRECTORY etc.

2003-01-29 Thread David Abrahams
John Maddock [EMAIL PROTECTED] writes: The documentation on the site indicates I can use GXX or GCC_ROOT_DIRECTORY to specify which g++ binary to run. However, these settings are ignored, and the g++ in my path is used instead. GCC_ROOT_DIRECTORY=/usr/local/gcc-cvs/ TOOLS=gcc ~/bin/bjam