Changes between Initial Version and Version 1 of Ticket #30357
- Timestamp:
- Jul 25, 2011, 7:44:55 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30357
- Property Owner changed from macports-tickets@… to mww@…
- Property Port gcc46 added
-
Ticket #30357 – Description
initial v1 1 1 I have the following gcc46 version installed: 2 2 3 {{{ 3 4 gcc46 @4.6-20110325_1+gfortran 5 }}} 4 6 5 7 If I try to select gcc46 using the following command: 6 8 9 {{{ 7 10 sudo port select --set gcc mp-gcc46 11 }}} 8 12 9 13 Then I get the following error: 10 14 15 {{{ 11 16 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 }}} 12 18 13 19 I 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).