Changes between Initial Version and Version 1 of Ticket #44871


Ignore:
Timestamp:
Sep 3, 2014, 8:14:50 PM (10 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please use WikiFormatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44871

    • Property Owner changed from macports-tickets@… to kjell.konis@…
    • Property Cc kjell.konis@… removed
    • Property Keywords powerpc added; PPC removed
  • Ticket #44871 – Description

    initial v1  
    11R-3.1.1, with default variants,  builds on a PPC provided: (1) the Apple compiler is used for compiling ObjectiveC code,  and (2) the gcc48 suite of compilers is used for everything else:
    22
     3{{{
    34     sudo port install R configure.compiler=macports-gcc-4.8 configure.objc=/usr/bin/gcc-4.2
     5}}}
    46
    57The Apple compiler is necessary to properly compile the one .m file
    68
     9{{{
    710     ./src/library/grDevices/src/qdCocoa.m
     11}}}
    812
    913If gcc-mp-4.8 is used instead, the quartz graphic device will fail to launch, causing R to exit because of an error.