Changes between Initial Version and Version 1 of Ticket #32321


Ignore:
Timestamp:
Nov 29, 2011, 6:19:22 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Sounds like just as I already told libtool to not look for gfortran in r86790, we need to tell libtool not to look for gcj either.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32321

    • Property Cc ryandesign@… added
    • Property Owner changed from macports-tickets@… to ram@…
    • Property Port libtool added
    • Property Keywords mp-gcc45 libtool removed
  • Ticket #32321 – Description

    initial v1  
    11buiding on ox10.5 dual g5 macpro
    22
    3 checking for gcj... gcj[[BR]]
    4 
    5 checking if gcj supports -fno-rtti -fno-exceptions... (cached) no[[BR]]
    6 
    7 checking for gcj option to produce PIC... -fno-common[[BR]]
    8 
     3{{{
     4checking for gcj... gcj
     5checking if gcj supports -fno-rtti -fno-exceptions... (cached) no
     6checking for gcj option to produce PIC... -fno-common
     7}}}
    98
    109hung on this for over a day. switching to gcc42 fixed the problem, as gcj was not detected.
    1110
     11{{{
    1212sudo port select --set  gcc gcc42
     13}}}