Re: Unhelpful link error
Re: Unhelpful link error
- Subject: Re: Unhelpful link error
- From: Eric Albert <email@hidden>
- Date: Sun, 12 Dec 2004 13:21:11 -0800
On Dec 12, 2004, at 12:21 PM, David Niemeijer wrote:
The linker just reported the following error in my Carbon project on
10.3.5:
ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
So Apparently I have failed to define a symbol, but it won't tell me
which one ?
The linker does tell you which one; unfortunately, Xcode's build log
doesn't show it. You can find the extra lines from the linker in the
build transcript. To get to that, go to your build window
(Build->Detailed Build Results), then look at the buttons on the left
side of the horizontal scroll bar at the bottom of the main build log.
The third one from the left displays the build transcript. Click on
that button, resize the panel it opens to make it a usable size, then
click on the "Undefined symbols" line up top to jump to where that
occurred in the transcript. You'll see the list of undefined symbols
below that.
Hope this helps,
Eric
_______________________________________________
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