I just installed MinGW and Boost. The boost_1_34_0 folder I extracted from the downloaded zip did not contain a "lib" folder, which is referred to in the Getting Started for Windows guide (http://www.boost.org/more/getting_started/windows.html). I've already built all the Boost libraries, so I'm guessing that I need to copy the lib folder from the new stage folder into the boost root. Is that correct? Also, I built bjam with the "mingw" toolset, and Boost with "gcc". Is that a problem? Here are the commands I ran: *Building bjam*: c:\Program Files\boost_1_34_0\tools\jam\src\build mingw *Building Boost*: c:\Program Files\boost_1_34_0\bjam --build-dir=build --toolset=gcc stage Does that make sense? Am I doing everything right, so far?
Hi,
On 6/5/07, Mike Wyatt
*Building bjam*: c:\Program Files\boost_1_34_0\tools\jam\src\build mingw *Building Boost*: c:\Program Files\boost_1_34_0\bjam --build-dir=build --toolset=gcc stage
I guess you also need to invoke "bjam --toolset=gcc --prefix=path/to/install/boost install" is required. I have done that building BOOST using VC71 on Windows. Since "bjam" is used, IMO, you need to do the same irrespective of the tool set. with best regards, dhruva -- Dhruva Krishnamurthy Contents reflect my personal views only!
So the "install" is a separate step from the "build"? I'll give it a
try when I get home tonight.
Thanks!
On 6/5/07, dhruva
Hi,
On 6/5/07, Mike Wyatt
wrote: *Building bjam*: c:\Program Files\boost_1_34_0\tools\jam\src\build mingw *Building Boost*: c:\Program Files\boost_1_34_0\bjam --build-dir=build --toolset=gcc stage
I guess you also need to invoke "bjam --toolset=gcc --prefix=path/to/install/boost install" is required. I have done that building BOOST using VC71 on Windows. Since "bjam" is used, IMO, you need to do the same irrespective of the tool set.
with best regards, dhruva
-- Dhruva Krishnamurthy Contents reflect my personal views only! _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
dhruva
-
Mike Wyatt