Re: programs crash when run through rosetta
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Hi I'd expect this to work too; I maintain a "small" (300,000 line) mixed Fortran + C application and I use the PowerPC version (built on a G5 running 10.3 with gcc/g77 3.3) running under Rosetta to make sure the version built with gfortran/gcc-4.0 on my macintel iMac (10.4.8) runs okay.
I'm not a exactly sure where a good place to post this problem is, but I need to start somewhere. As you read the problem below if you know of more appropriate places to seek advice please let me know.
Here's my issue. I'm trying to port a system of programs to work on the intel mac, unfortunately a number of them are crashing. ... I built the program on OSX 10.2.8 using g++ 3.1. ... I found that I do NOT have a problem using g++ 4.0 on OSX 10.4. But for now I've been tasked to getting this working with the earlier version.
Apple only supports building for Intel Macs using gcc 4.0.
That's for Intel binaries. PowerPC binaries running in Rosetta can be built with any version of gcc or CodeWarrior which can build binaries for Mac OS X.
Joe, I'd expect this to work. If it doesn't work, I'd suggest debugging it using the instructions from the Rosetta appendix of the Universal Binary Programming Guidelines, which you can find on developer.apple.com.
-Eric
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/hrp1000%40cam.ac.uk
This email sent to hrp1000@cam.ac.uk
Harry -- Dr Harry Powell, MRC Laboratory of Molecular Biology, MRC Centre, Hills Road, Cambridge, CB2 2QH _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Harry Powell