Boost logo

Boost-Build :

From: ianfasel (ianfasel_at_[hidden])
Date: 2005-11-19 23:33:12


Sorry, that example output was after I had removed the "-s" from gcc.jam.

The following were commented out:
flags $(toolset).link ST_OPTIONS $(condition)/<debug-symbols>off : -s
: unchecked ;

Normally it uses -s in the link stage and this causes the lazy symbol binding problem.

-Ian

>
> % bjam -d2 toolset=darwin-4.0 G4
> ...patience......found 1418 targets...
> ...updating 3 targets...
> darwin.compile.c++ FeatureLearning/Applications/WeaklySupervised/
FeaturesMemmap/
> bin/darwin-4.0/darwin-4.0/G4/featureServer.o
>
> "g++-4.0" -Wall -ftemplate-depth-100 -fast -mtune=G4 -mcpu=G4 -O3 -finline-
> functions -Wno-inline -fPIC -dynamic -Wno-long-double -no-cpp-precomp -
DNDEBUG
> -I"/usr/local/include/boost-1_33_1" -c -o "FeatureLearning/Applications/
> WeaklySupervised/FeaturesMemmap/bin/darwin-4.0/darwin-4.0/G4/featureServer.o"
> "FeatureLearning/Applications/WeaklySupervised/FeaturesMemmap/featureServer.cpp"
>
> darwin.link FeatureLearning/Applications/WeaklySupervised/FeaturesMemmap/bin/
> darwin-4.0/darwin-4.0/G4/featureServer
>
> g++-4.0 -L"/usr/local/lib" -o "FeatureLearning/Applications/WeaklySupervised/
> FeaturesMemmap/bin/darwin-4.0/darwin-4.0/G4/featureServer" "FeatureLearning/
> Applications/WeaklySupervised/FeaturesMemmap/bin/darwin-4.0/darwin-4.0/G4/
> featureServer.o" -lboost_program_options-1_33_1 -lboost_filesystem-1_33_1 -
lSystem
> -framework Accelerate
>
> darwin.link FeatureLearning/Applications/WeaklySupervised/FeaturesMemmap/
> featureServer
>
> g++-4.0 -L"/usr/local/lib" -o "FeatureLearning/Applications/WeaklySupervised/
> FeaturesMemmap/featureServer" "FeatureLearning/Applications/WeaklySupervised/
> FeaturesMemmap/bin/darwin-4.0/darwin-4.0/G4/featureServer.o" -
> lboost_program_options-1_33_1 -lboost_filesystem-1_33_1 -lSystem -framework
> Accelerate
>

 


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