View Single Post
 
Old 08-01-2009, 09:20 PM
tham50 tham50 is offline
Panther
 
Join Date: Jul 2009
Posts: 110
xcode 3.2 gcc terminal

hi,

everything i build in the terminal with xcode 3.2 under snow leo does not run under 10.5. i tried gcc 4.2 and 4.0. also different options like -arch i386 etc.
-isysroot as a CFLAG doesn't seem to work at all.

no matter what i do i always get:

Code:
dyld: unknown required load command 0x80000022
Trace/BPT trap

and it's the same no matter which app i try.

how can i get the apps built under 10.6 via terminal to run under 10.5?


any hints are welcome

Last edited by tham50; 08-01-2009 at 11:49 PM.
Reply With Quote