I’m using MacOS X Lion with XCode 4.2.1. and I need gcc 2.4.6. to compile a CMake project. Therefor I build gcc 2.4.6. on my own in a local directory $HOME/mygcc/bin. Is there a way to influece the path to the compiler CMake uses?
I’m using MacOS X Lion with XCode 4.2.1. and I need gcc 2.4.6. to
Share
You can either use the GUI to set these variables:
Or you can run
cmakefrom the commandline: