[R-SIG-Mac] gcc4 R build for Panther

Bill Northcott w.northcott at unsw.edu.au
Tue Jul 5 07:46:28 CEST 2005


On 04/07/2005, at 8:00 PM, Joel Bremson wrote:
> After a successful compile of 2.1.1 on Tiger with gcc4 I want to do  
> it again
> on a G5 Panther system. I'm getting a strange error on the make.

Firstly, I don't think that is good idea.  If you want to build on  
Panther use gcc-3.3 and g77.  gcc-4.x is not really Panther  
compatible.  Why are you trying to do this?

> Here is what I'm doing:
>
> ............
> export FPICFLAGS=-fno-common

That should be autoconfigured if needed
>
> ./configure --with-aqua --with-blas='-framework vecLib' --with-lapack
> F77=gfortran FLIBS=~/usr/lib/libgfortran.a --with-readline=no
>
> Here is the error from the make:
............
> gcc -bundle -flat_namespace -undefined suppress -L/sw/lib -L/usr/ 
> local/lib
> -o internet.so Rsock.lo internet.lo nanoftp.lo nanohttp.lo sock.lo
> sockconn.lo -L../../../lib -lR
> gcc: couldn't run 'undle-gcc-4.1.0': No such file or directory
> make[4]: *** [internet.so] Error 1
> make[3]: *** [R] Error 2
> make[2]: *** [R] Error 1
> make[1]: *** [R] Error 1
> make: *** [R] Error 1

Your compiler appears to be broken, which does not surprise me.

Bill Northcott



More information about the R-SIG-Mac mailing list