Search found 1 match

by ainis
Sat Feb 07, 2009 8:58 pm
Forum: General Discussion
Topic: How to run an executive file compiled in mac on linux?
Replies: 2
Views: 291

How to run an executive file compiled in mac on linux?

Hello all: I have compiled a C source code on my Mac OS X (Leopard) and I have the executive file now called foo. In mac normally I can run it by ./foo . But I cannot run it on a red hat linux. It says it is a binary file. Is there any way to transform foo in a way sothat I be able to run it on Linu...