Boost logo

Boost Users :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-04-12 09:37:40


Naeem ahmad wrote:
>
>
> Cd /usr/local/boost_1_32_0/libs/filesystem/test
>
>
>
> When I try to buld using below command
>
> /usr/local/boost_1_32_0/bjam "-sBUILD=g++"

There is no toolset named "g++", and you don't specify the toolset with
the "BUILD" variable. If you look in the list of toolsets supported:

http://www.boost.org/more/getting_started.html#step3

You'll see that the toolset name is "gcc". And if you look at the
example invocations:

http://www.boost.org/more/getting_started.html#step5

You'll see that "TOOLS" variable is how you specify which toolset to
compile with. Hence you should do:

/usr/local/boost_1_32_0/bjam "-sTOOLS=gcc"

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - Grafik/jabber.org

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net