I have a problem with GCC. I want to update it to a new version, from the 4.2.1, to program with parallel programming. However, in this version there is no library . How ca
According to this thread on apple's forums, try using gcc-4.9-bin.tar .
First install the gcc-4.9 and type "xcode-select --install" on your terminal.
"xcode-select --install"
Then, use "/usr/local/bin/gcc " as compiler.
"/usr/local/bin/gcc "