Here is some more info:
When I create two very simple apps (Carbon
app and Command Line Utility, I tried both) and have them check errno, and they
link fine.
I can’t seem to make a project that *can’t* find __error, even though
their main.o files show it as “U ___error()” with nm.
My next step would be to re-create my project
from scratch and see if it still has the problem, but that would be quite a
work and I was hoping someone might have a clue as to how my project might be having
trouble finding this symbol…
Thanks,
David Litwin
BigFix
From:
xcode-users-bounces+david_litwin=email@hidden
[mailto:xcode-users-bounces+david_litwin=email@hidden] On Behalf Of David Litwin
I am having trouble
getting my project to link. The undefined symbol is __error().
I have added the System
framework, as I found the definition of this symbol in System:errno.So, but it
still comes up undefined.
Does anyone know why this might be?
Xcode 2.2 on both PPC and
DTK.
David Litwin
BigFix