ppc i386
ppc i386
- Subject: ppc i386
- From: Dalton Hamilton <email@hidden>
- Date: Fri, 24 Feb 2006 13:52:30 +0100
Hello -
I have a Cocoa application that compiles fine for PPC. However, I
now need to compile a Universal Binary. A quick search in XCode's
help points out that I need to set the Architectures check boxes to
both PPC and Intel -- which I did.
Everything compiled but at the linking phase I get an error:
X Undefined symbols:
< and then I get a long list of symbols>
most of these are unix system calls -- like: fopen, fread, fwrite,
usleep, semop, semget, getpid, close, getprotobyname, gethostbyname,
strncat, memset, inet_ntoa, recvfrom, sendto, setsockopt, socket,
etc, etc
however, there are other symbols like:
___keymgr_dwarf2_register_sections,
_mach_init_routine, .objc_class_name_NSMtableArray, .objc_class_name_NSM
utableDictionary, etc.
Can someone please tell me what XCode is looking for? I imagine it
can't find the intel library that has these symbols but that's just a
guess.
Many thanks
Dalton Hamilton
_______________________________________________
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