Changes between Initial Version and Version 1 of Ticket #51744, comment 4


Ignore:
Timestamp:
Jul 4, 2016, 11:00:36 PM (8 years ago)
Author:
simon@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51744, comment 4

    initial v1  
    11You are all absolutely correct. It looks like I had some older versions of gcc hanging out in /usr/local/bin — and my PATH was set so that /usr/local/bin came before /usr/bin.
    22
    3 Once I edited my .bashrc to fix the export PATH statement, macports was able to use the new versions of gcc, and valgrind installed without a hitch. I actually ended up doing a total migration, since I wasn't sure how long the system had been using those ancient compilers.
     3Once I (1) upgraded XCode, and (2) edited my .bashrc to fix the export PATH statement, macports was able to use the new versions of gcc, and valgrind installed without a hitch. I actually ended up doing a total migration, since I wasn't sure how long the system had been using those ancient compilers.
    44
    55Thank you for your help, ryandesign. I would not have noticed how out of date my compilers were without your pointing them out. Perhaps there could be a "recommended" PATH variable to help newcomers?