Changes between Initial Version and Version 1 of Ticket #47727, comment 9


Ignore:
Timestamp:
May 31, 2015, 7:16:19 PM (9 years ago)
Author:
newsoft@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47727, comment 9

    initial v1  
    11I got the same problem today while updating packages.
    2 
    32My system: OS 10.10.3, XCode 6.3.2, SDK 10.9 and 10.10 installed.
    4 
     3{{{
    54$ which cc
    65/usr/bin/cc
    76$ which gcc
    87/opt/local/bin/gcc
    9 
     8}}}
    109"cc" is a symlink to "/usr/bin/gcc", which is actually Apple LLVM:
    11 
     10{{{
    1211$ /usr/bin/gcc -v
    1312Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
     
    1514Target: x86_64-apple-darwin14.3.0
    1615Thread model: posix
    17 
     16}}}
    1817'''I replaced the original "cc" symlink by a symlink to "/opt/local/bin/gcc" and it worked.'''