alexachucarro
I'm 1/4 Basque you know?...
Please can anyone tell me how to recompile UNIX and Linux apps for OS X.
I'd like to know exactly how to do this.
Ta
I'd like to know exactly how to do this.
Ta
Originally posted by jmaynard
I'm the maintainer of Hercules, an open source emulator for IBM mainframe systems that currently runs on Linux and Windows, and, with some work, on *BSD. Since I got an iMac, I'd like to make it run on OS X, too. I'm running into lots of little issues having to do with the port. Where do I find out how to do things like printf() formats portably? (OS X uses q to designate a quadword/long long format, while everyone else uses ll; q is explicitly deprecated in C99.)