Apple's special gcc and Pugs

brian_d_foy on 2007-01-10T21:16:01

If you see this error on a Mac while compiling Pugs, it means you're using the normal gcc instead of Apple's special gcc (look in /usr/bin for that one).

*** Building the 'fps' dependency.  Please wait...

Preprocessing library pugs-fps-0.7... Building pugs-fps-0.7... [1 of 1] Compiling FPS_Dummy ( FPS_Dummy.hs, dist/build/FPS_Dummy.o ) cc1: error: unrecognized command line option "-mdynamic-no-pic"


Apple's gcc doesn't do Java though, which is why I had install the real gcc.