Hi Chun ping Wang, you seem to understand my problem. You say to run build.bat (see bjam.qbk), it's ok. Then you say to configure my environment. I've set the variables BOOST_ROOT and BOOST_BUILD_PATH but I get the message again. So I ask you what do you mean exactly by "configuring my environment"? Be very clear.(Step by step) Thank You Chun Ping Wang Date: Mon, 25 Jun 2007 07:49:14 -0700From: cablepuff@gmail.comTo: boost-users@lists.boost.orgSubject: Re: [Boost-users] QuestionYou need to build boost most likely with bjam. If your under windows go to tools/jam/src and type build.bat or if under unix ./build.sh and it should automatically build bjam.exe . You might need to configure your enviornment though. On 6/25/07, question boost <question.boost@hotmail.fr> wrote: Hi, using Code Blocks i get the folowing message.ld.exe "Cannot find -lboost_filesystem-mgw-mt-s-l_33_l"How and where can I get this file?Thank You Besoin d'un e-mail ? Créez gratuitement un compte Windows Live Hotmail et bénéficiez d'un filtre antiphishing gratuit ! Windows Live Hotmail_______________________________________________Boost-users mailing listBoost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users _________________________________________________________________ Besoin d'un e-mail ? Créez gratuitement un compte Windows Live Hotmail, plus sûr, plus simple et plus complet ! http://www.windowslive.fr/hotmail/default.asp
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" ; I reread your question again. So step 2. get 1.34.0 it has lot better fixes for filesystem. do bjam --toolset=gcc (optional: -sPYTON_VERSION=..." -sHAVE_ICU=..." ) install it should install in C:/boost on windows. (copyng files and everything..) after its done go to C:/boost/lib (you will find a bunch of static library build). ...thats where the files resides... add -L"${INSTALL_BOOST_DIR}/lib" to your library path that should fix it. On 7/12/07, question boost <question.boost@hotmail.fr> wrote:
Hi Chun ping Wang, you seem to understand my problem. You say to run build.bat (see bjam.qbk), it's ok. Then you say to configure my environment. I've set the variables BOOST_ROOT and BOOST_BUILD_PATH but I get the message again. So I ask you what do you mean exactly by "configuring my environment"? Be very clear.(Step by step)
Thank You Chun Ping Wang
------------------------------ Date: Mon, 25 Jun 2007 07:49:14 -0700 From: cablepuff@gmail.com To: boost-users@lists.boost.org Subject: Re: [Boost-users] Question
You need to build boost most likely with bjam. If your under windows go to tools/jam/src and type build.bat or if under unix ./build.sh and it should automatically build bjam.exe . You might need to configure your enviornment though.
On 6/25/07, *question boost* <question.boost@hotmail.fr> wrote:
Hi, using Code Blocks i get the folowing message. ld.exe "Cannot find -lboost_filesystem-mgw-mt-s-l_33_l" How and where can I get this file? Thank You
------------------------------ Besoin d'un e-mail ? Créez gratuitement un compte Windows Live Hotmail et bénéficiez d'un filtre antiphishing gratuit ! Windows Live Hotmail<http://www.windowslive.fr/hotmail/default.asp>
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
------------------------------ Besoin d'un e-mail ? Créez gratuitement un compte Windows Live Hotmail et bénéficiez d'un filtre antivirus gratuit ! Windows Live Hotmail<http://www.windowslive.fr/hotmail/default.asp>
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
on Thu Jul 12 2007, "chun ping wang" <cablepuff-AT-gmail.com> wrote:
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
participants (2)
-
chun ping wang -
David Abrahams -
question boost