Re: ppc i386
Re: ppc i386
- Subject: Re: ppc i386
- From: Dalton Hamilton <email@hidden>
- Date: Fri, 24 Feb 2006 14:26:22 +0100
Alex -
Thanks, that did the trick. I do appreciate it.
Dalton
On Feb 24, 2006, at 2:00 PM, Alexander von Below wrote:
Very probably, you have not set your SDK to 10.4 Universal.
The Apple Documentation has all the necessary steps:
http://developer.apple.com/documentation/MacOSX/Conceptual/
universal_binary/universal_binary_compiling/
chapter_2_section_3.html#//apple_ref/doc/uid/TP40002217-CH206-
TPXREF141
Alex
Am 24.02.2006 um 13:52 schrieb Dalton Hamilton:
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_
NSMutableDictionary, 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
_______________________________________________
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
References: | |
| >ppc i386 (From: Dalton Hamilton <email@hidden>) |
| >Re: ppc i386 (From: Alexander von Below <email@hidden>) |