Boost logo

Boost-Build :

From: ianfasel (ianfasel_at_[hidden])
Date: 2005-11-19 23:30:17


When I do a normal bjam build of my application using gcc-4.0, I get this problem when
running the program:

% ./featureServer
dyld: lazy symbol binding failed: lazy pointer not found
dyld: lazy pointer not found
Trace/BPT trap
Exit 133

However, if I remove the "-s" option from the gcc.jam file, this problem goes away.

Is this a known problem? Has it been fixed in a more recent version/snapshot of bjam?
% bjam --version
Boost.Build V2 (Milestone 10)
Boost.Jam 03.01.11

Thanks
-Ian Fasel

P.S., This is the output when I build it:

% 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