I have an older chunk of C code (gcc 4.0) built on a PowerPC platform that runs on my PowerBook G4 w/ OSX 10.3.9 and my iMac G5 w/ OSX 10.4.8. Command line executable reads an input text file, runs a few calcs, then dumps the output to a new text file. I cut-pasted the executable off the G4 and onto the G5 and it ran without any issue. Subsequently and accidentally wiped make files etc from G4, so rebuilding executable could take me some serious time.
I am now looking at a new Intel machine. Can I do the same executable cut-paste onto and Intel Mac (assuming OSX 10.4.8) and have it run? Without recompiling would the code execute similarily on Intel?
<gaswerks>
I am now looking at a new Intel machine. Can I do the same executable cut-paste onto and Intel Mac (assuming OSX 10.4.8) and have it run? Without recompiling would the code execute similarily on Intel?
<gaswerks>