Changes between Initial Version and Version 2 of Ticket #48659


Ignore:
Timestamp:
Aug 21, 2015, 7:32:10 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Your "gcc-4.2" is actually clang. That's not normal. On OS X Yosemite, which it appears is what you have, /usr/bin/gcc-4.2 should not exist at all. I'm guessing it is a symlink to clang. If so, remove it.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48659

    • Property Priority changed from High to Normal
  • Ticket #48659 – Description

    initial v2  
    11I got the following error during upgrade.
    22
     3{{{
    34ShimMBA:~ DanShim$ sudo port upgrade outdated
    45
     
    67To report a bug, follow the instructions in the guide:
    78    http://guide.macports.org/#project.tickets
     9}}}
    810
    911Then I try to check the version of gcc.  It seems fine, I am unsure.
    1012
     13{{{
    1114ShimMBA:~ DanShim$ gcc-4.2 -v
    1215Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
     
    1417Target: x86_64-apple-darwin14.5.0
    1518Thread model: posix
     19}}}
    1620
    1721I reinstalled command line tools but it did not help.