Boost logo

Boost-Build :

Subject: Re: [Boost-build] changing file output suffixes
From: McLemon, Sean (Sean.McLemon_at_[hidden])
Date: 2009-06-26 08:31:15


> Try adding
>
> target-os=linux
>
> to command line.
Thanks! It's good that my objects are now building - but supplying
target-os=linux does seem a little strange as I'm not really building
for any OS. Another target may be an idea, but it's not a huge deal:
target-os=none, or target-os=bare_metal perhaps.

Also, even though the object files are being created correctly I'm
getting "the system cannot find the path specified", eg:
  
    /c/analog/tools5.0_andromeda/ccblkfn -c -DBOOST_ALL_NO_LIB=1
-DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -O -always-inline -threads -eh
-I"." -o
"bin.v2\libs\math\build\bfin-8.0.7.1\release\target-os-linux\threading-m
ulti\acosh.doj" "libs\math\build\..\src\tr1\acosh.cpp"
-D_LITTLE_ENDIAN -c++ -full-cpplib

...failed bfin.compile.c++
bin.v2\libs\math\build\bfin-8.0.7.1\release\target-os-linux\threading-mu
lti\acosh.doj...
bfin.compile.c++
bin.v2\libs\math\build\bfin-8.0.7.1\release\target-os-linux\threading-mu
lti\asinh.doj
The system cannot find the path specified.

... etc

Afterwards I manually verified that the files exist, and they do.

- Sean


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk