lazy symbol binding failed
lazy symbol binding failed
- Subject: lazy symbol binding failed
- From: Dix Lorenz <email@hidden>
- Date: Mon, 21 Nov 2005 16:10:36 +0100
Hi,
I have 2 projects which build a few BSD-Tools. I rebuilt the projects
for 2.1 and everything worked fine. Today I noticed that the tools I
build from the commandline don't work anymore, all I get is
dyld: lazy symbol binding failed: lazy pointer not found
dyld: lazy pointer not found
Trace/BPT trap
When I build the Release from XCode the resulting tools work as
normal. Zerolink is not enabled. The commands to build my tools are:
xcodebuild -project mmutils.xcodeproj clean -target complete -
configuration Release || exit
xcodebuild -project mmutils.xcodeproj INSTALL_ROOT=/ install -target
complete -configuration Release || exit
"-target complete" is just an aggregate target of all the tools. The
project themselves contain this aggregate target, one library target
and a couple of tool-Targets which link with the library.
I am sure everything worked fine before Xcode 2.2 but I have no idea
what in 2.2 should have changed to show this behaviour...
Any ideas what happened, why it happened and how I can fix it?
Dix
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden