#44871: Building R-3.1.1 on a PPC requires using a compiler that can properly handle ObjectiveC code --------------------------+--------------------------- Reporter: drjesacco@… | Owner: kjell.konis@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: powerpc Port: R | --------------------------+--------------------------- Comment (by drjesacco@…): There is one other issue that I have noticed. The file /opt/local/Library/Frameworks/R.framework/Resources/etc/Makeconf requires modification to correct a library search path issue. See below. -Joseph ---------------------------------------------------------------------- --- Makeconf~ 2014-10-10 11:48:00.000000000 -0400 +++ Makeconf 2014-10-10 12:47:53.000000000 -0400 @@ -62,7 +62,7 @@ LIBINTL= -Wl,-framework -Wl,CoreFoundation LIBM = LIBR = -F/opt/local/Library/Frameworks/R.framework/.. -framework R -LIBS = -llzma -lm -liconv -licuuc -licui18n +LIBS = $(LDFLAGS) -llzma -lm -liconv -licuuc -licui18n ## needed by R CMD config LIBnn = lib LIBTOOL = $(SHELL) "$(R_HOME)/bin/libtool" -- Ticket URL: <https://trac.macports.org/ticket/44871#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X