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.

Probably a dumb question, but I assume that you exported those variables?

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm

___
Unsubscribe  other changes: http://lists.boost.org/mailman/listinfo.cgi/boost



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
 
 and other variants show this behaviour.

 Probably a dumb question, but I assume that you exported those variables?

I've verified that it's a bug.  It appears to have been caused by
these changes of Rene's from December:

1.57 (grafik   23-Dec-02): flags gcc GCC_ROOT_DIRECTORY : 
$(GCC_ROOT_DIRECTORY) ;
1.57 (grafik   23-Dec-02): flags gcc GCC_BIN_DIRECTORY : $(GCC_BIN_DIRECTORY) ;
1.57 (grafik   23-Dec-02): flags gcc GCC_INCLUDE_DIRECTORY : 
$(GCC_INCLUDE_DIRECTORY) ;
1.57 (grafik   23-Dec-02): flags gcc GCC_STDLIB_DIRECTORY : 
$(GCC_STDLIB_DIRECTORY) ;

Rene, can you comment please?

-- 
   David Abrahams
   [EMAIL PROTECTED] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution

___
Unsubscribe  other changes: http://lists.boost.org/mailman/listinfo.cgi/boost