Changes between Initial Version and Version 1 of Ticket #30357


Ignore:
Timestamp:
Jul 25, 2011, 7:44:55 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30357

    • Property Owner changed from macports-tickets@… to mww@…
    • Property Port gcc46 added
  • Ticket #30357 – Description

    initial v1  
    11I have the following gcc46 version installed:
    22
     3{{{
    34    gcc46 @4.6-20110325_1+gfortran
     5}}}
    46
    57If I try to select gcc46 using the following command:
    68
     9{{{
    710    sudo port select --set gcc mp-gcc46
     11}}}
    812
    913Then I get the following error:
    1014
     15{{{
    1116    Selecting 'mp-gcc46' for 'gcc' failed: could not create new link "/opt/local/bin/gcj": target "/opt/local/bin/gcj-mp-4.6" doesn't exist
     17}}}
    1218
    1319I assume that the problem occurs because I don't have the 4.6 version of GCC java installed. This is partly because the +gfortran and +java variants are incompatible (according to macports).