Hi, I'm developing an application for my thesis, beginning now my
XCode experience.
I'm using Mac OS X 10.3.7 with XCode 1.5.
I compile my GNU Make application
So, you're using a traditional Makefile? What happens if you compile
and run your code in Terminal? Which compiler do you use on both
systems ("man gcc_select") ?
-- I created it using the AutoTools with Suse Linux --
Should be fine as long as you add enough tests and code support
(#ifdef's) to honor all relevant differences between SuSE Linux and
Mac OS X.
and when I run it the first error is a BUS ERROR.
gdb, the debugger is your friend. From within Xcode, it's launched if
you click the yellow spraycan.
I understood that the problem is likely it does not read argc and argv
from the command line.
You should fix your app. It's bad coding practice not to check the
external prerequisites (CLI parameters, in this case) you assume. A
bus error in case of a missing parameter is just the logical result
of such practice.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden