Re: universal binary compilation errors
Re: universal binary compilation errors
- Subject: Re: universal binary compilation errors
- From: Fritz Anderson <email@hidden>
- Date: Wed, 8 Jun 2005 09:36:47 -0500
On 8 Jun 2005, at 9:23 AM, Frank Ribitch wrote:
I am working on a very basic program. The only logic I have done
thus far is data formatting in the GUI. Everything was developed in
xcode 2.0, and brought over to 2.1. I tried to compile with the
universal binary and I get a undefined symbol error. If i turn off
the intel build, it compiles and runs. What am i doing wrong? I am
not a fulltime programmer. I just do stuff as our company needs it.
All my logic is very basic stuff, like date formatting.
/usr/bin/ld: Undefined symbols:
___keymgr_dwarf2_register_sections
__cthread_init_routine
_atexit
This is getting to be a more FA Q than the ZeroLink trap...
1) Did you remember to install the (optional) SDKs when you installed
Xcode 2.1?
2) Did you remember to compile against the 10.4 Universal SDK (which
contains libraries for i386 as well as ppc)?
-- F
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden