Can I run a binary file that is Mach-O executable i386 on linux?
I have a program t开发者_如何学Pythonhat is Mach-O executable i386 and I was hoping to run it on a linux server. Is this possible?? If so, how? I can't see, to figure this out.
Thanks!
There is currently no working Mach-O loader for Linux.
精彩评论