Changes between Initial Version and Version 1 of Ticket #44871
- Timestamp:
- Sep 3, 2014, 8:14:50 PM (10 years ago)
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 1 1 R-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: 2 2 3 {{{ 3 4 sudo port install R configure.compiler=macports-gcc-4.8 configure.objc=/usr/bin/gcc-4.2 5 }}} 4 6 5 7 The Apple compiler is necessary to properly compile the one .m file 6 8 9 {{{ 7 10 ./src/library/grDevices/src/qdCocoa.m 11 }}} 8 12 9 13 If gcc-mp-4.8 is used instead, the quartz graphic device will fail to launch, causing R to exit because of an error.