Re: [Bayes++] Question on Bayes++ compiling
Brought to you by:
mistevens
From: Michael S. <ma...@mi...> - 2007-01-26 16:13:32
|
On Thursday 25 January 2007 18:38, Nithya Nirmal Vijayakumar wrote: > Hello all, > > I am trying to install Bayes++ in RHEL 4. I am using gcc 3.4.6 > > I first download bjam and then installed boost_1_33_1 using the command: > bjam --prefix={install_dir} -sTOOLS=gcc install This is not needed. Bayes++ does not use use any compiled libraries from Boost. Everything that is used from Boost is header only template libraries. > > Then, when I try to compile Bayes++. I get the following error: > > /home/nvijayak/Bayes++> bjam --v2 -sBOOST_ROOT="../boost_1_33_1" > /home/nvijayak/boost_1_33_1_2/tools/build/v2/build/feature.jam:431: in > feature.validate-value-string from module feature > error: "gcc" is not a known value of feature <toolset> > error: legal values: Ok. You are now using Boost build version 2 to compile Bayes++ as I recommend. For Boost build version 2 to use the gcc toolset it needs a little configuration. Copy boost_1_33_1_2/tools/build/v2/user-config.jam to your home directory. Then edit it so the '#' comment before 'using gcc' is removed. That should get you going. -- ___________________________________ Michael Stevens Systems Engineering 34128 Kassel, Germany Phone/Fax: +49 561 5218038 Navigation Systems, Estimation and Bayesian Filtering http://bayesclasses.sf.net ___________________________________ |