Changes between Initial Version and Version 1 of Ticket #31664


Ignore:
Timestamp:
Oct 18, 2011, 6:29:05 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You could try building g95 with llvm-gcc-4.2 instead of the default clang:

sudo port clean g95
sudo port install g95 configure.compiler=llvm-gcc-4.2

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31664

    • Property Owner changed from macports-tickets@… to takeshi@…
    • Property Port g95 added
  • Ticket #31664 – Description

    initial v1  
    11Building g95 on OSX Lion and Xcode 4.2 fails with the following error messages:
    22
     3{{{
    34../../gcc/toplev.c:539:1: error: redefinition of a 'extern inline' function 'floor_log2' is not supported in C99 mode
    45../../gcc/toplev.c:574:1: error: redefinition of a 'extern inline' function 'exact_log2' is not supported in C99 mode
     6}}}
    57
    68main.log attached