Re: [Bayes++] bjam Build question
Brought to you by:
mistevens
|
From: Michael S. <ma...@mi...> - 2007-09-18 17:35:51
|
On Monday 17 September 2007 21:31, yon wrote:
> Hello,
>
> I am trying to rebuild Bayes++ using bjam (on my intel based mac
> running OS X 10.4.8), however I get the error below. Is bjam failing
> to find gcc? Can you provide any other advice?
Correct. You have to tell the build system that you have the 'gcc' toolset and
any option that is requires.
You have set BOOST_ROOT to I think you need to look in
../boost_1_33_1/tools/build/v2/user-config.jam
You can also have a user-config.jam file in your home directory (whatever that
may be on OS X).
There is a short paragraph that direct you to do this in the Boost Build (v2)
documentation...
Configure Boost.Build to recognize the build resources (such as compilers and
libraries) you have installed on your system. Open the user-config.jam file
in the Boost.Build root directory and follow the instructions there to
describe your toolsets and libraries, and, if necessary, where they are
located.
Michael
--
___________________________________
Michael Stevens Systems Engineering
34128 Kassel, Germany
Phone/Fax: +49 561 5218038
Navigation Systems, Estimation and
Bayesian Filtering
http://bayesclasses.sf.net
___________________________________
|