Is it possible to compile for OSX? ``` gcc -W -Wall -std=c99 -O2 -s -m64 -DLINUX -o pp64.bin pp.c mpz_int128.h clang: error: cannot specify -o when generating multiple output files make: *** [pp64.bin] Error 1 ```