Ok... The other day I was testing a theory. I am on a G5 right now, but
using the newest XCode. I set it up to build for intel and not ppc. I
then built a bsd commandline tool.
main()
{
print("Test successful");
}
When compiled it runs perfectly on my G5. Odd since it was compiled for
intel.
The theory though was that a clu independant of the api's for
linux/windows/mac etc. would run on Redhat or other similar oses. but in
RH i get the unable to execute binary. So why, if I compile for intel
does it work on the ppc machine and not the intel box. or at least
attempt to run on the intel box?