Xcode v2.5 no longer compiles project without errors
Xcode v2.5 no longer compiles project without errors
- Subject: Xcode v2.5 no longer compiles project without errors
- From: "Thomas A. Creedon" <email@hidden>
- Date: Sun, 16 Dec 2007 13:55:38 -0800
Hello all,
I have recently installed Leopard and upgraded my Xcode v2.4
installation to v2.5. My project that compiled under v2.4 without
errors, doesn't compile under v2.5 and now has errors.
The problem is in a final Run Script Phase where some post linking
activity occurs via shell scripts. I have isolated this, now new,
error situation to a test case.
In Terminal at the shell prompt I run the command...
cc -o test test.c
...and the error returned is...
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: /usr/lib/gcc/powerpc-
apple-darwin8/4.0.1/../../../libSystem.dylib unknown flags (type) of
section 9 (__TEXT,__dof_plockstat) in load command 0
collect2: ld returned 1 exit status
test.c contains the following... ( although I'm pretty sure the error
isn't realted to the code )
int main () {
return 0;
}
Anyone have any thoughts how I can get cc working again or an
alternate means to compile my test case test.c from the command line?
Any information you need? Just ask!
Thank you,
Toodle-looooooooooo...........
Thomas
_______________________________________________
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