library isn't found in the GCC version (4.2.1) in Mavericks

后端 未结 4 1271
小鲜肉
小鲜肉 2020-12-15 17:46

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

4条回答
  •  孤街浪徒
    2020-12-15 18:31

    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.

    Then, use "/usr/local/bin/gcc " as compiler.

提交回复
热议问题