Hi, I'm trying to compile R-2.1.1 on a Tiger/G5 - Darwin 8.2.0 - XCode 2.1. The gcc is: powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 (Apple Computer, Inc. build 5026)
The gfortran is: GNU Fortran 95 (GCC 4.0.0 (Apple Computer, Inc. build 5202)) My configure line is: ./configure F77=gfortran FLIBS=/usr/lib/libgfortran.a The make runs for a long while and then crashes out with this output: gfortran -fno-common -g -O2 -c cmplxblas.f -o cmplxblas.lo gcc -dynamiclib -L/sw/lib -L/usr/local/lib -install_name /Library/Frameworks/R.framework/Version s/2.1.1/Resources/lib/libRlapack.dylib -o libRlapack.dylib dlamc.lo dlapack0.lo dlapack1.lo dlap ack2.lo dlapack3.lo cmplx.lo cmplxblas.lo /usr/lib/libgfortran.a ld: Undefined symbols: _dasum_ _daxpy_ _dcopy_ ... _dsyr_ _dtbmv_ _zgemm_ /usr/bin/libtool: internal link edit command failed make[4]: *** [libRlapack.dylib] Error 1 make[3]: *** [R] Error 2 make[2]: *** [R] Error 1 make[1]: *** [R] Error 1 make: *** [R] Error 1 --EOF-- Any idea how to fix this? Best, Joel -- Joel Bremson Graduate Student Institute for Transportation Studies - UC Davis http://etrans.blogspot.com [[alternative HTML version deleted]] _______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
