Hallo, ben@ekran.org hat gesagt: // ben@ekran.org wrote:
In order to compile miXed for OSX I needed to add a symlink from gcc2 to gcc-3.3 since gcc2 does not exist.
It's better to change the Makefile.common and just uncomment the line overwriting CC like: # CC = gcc2
Then the default $(CC) compiler is used which normally just is cc or gcc.
ciao