I did this:./configure --enable-BLAS-shlib
--with-lapack=/YDL/Libraries/LAPACK_OSX/lapack_OSX.a
--with-blas=/GotoBLAS/libgoto.a

and I get this error:
gcc -std=gnu99 -dynamiclib -L/sw/lib -L/usr/local/lib -o libRblas.dylib
blas.o -install_name libRblas.dylib -headerpad_max_install_names
 -L/nfs/auts/sw/lib/gcc/powerpc-apple-darwin7.5.0/3.4.1
-L/nfs/auts/sw/lib/gcc -lg2c  cmplxblas.o
ld: Undefined symbols:
_xerbla_
_z_abs
/usr/bin/libtool: internal link edit command failed
make[4]: *** [libRblas.dylib] Error 1
make[3]: *** [R] Error 2
make[2]: *** [R] Error 1
make[1]: *** [R] Error 1
make: *** [R] Error 1
===============
Has anyone had this error?? Or can this only be solved by installing Xcode??
Thanks,
Vivek


On 6/25/07, Vivek Menon <[EMAIL PROTECTED]> wrote:
>
> I am trying to install this on a cluster where the head node is a Mac.
> Hence I am building it. However, I have just realized that Xcode is not
> available. This might be the problem.Thanks,
> Vivek
>
> On 6/25/07, D G Rossiter <[EMAIL PROTECTED] > wrote:
> >
> > Dear Vivekm
> >
> > Is there a reason you are installing from source rather than a pre-
> > compiled binary? Just download the .dmg and off you go.
> >
> > Another issue, if you are compiling from source, is that you need the
> > latest xCode tools. I had problems compiling rgdal from source (there
> > is no binary for this package); I downloaded the new xCode (93Mb!!)
> > and then everything worked smoothly.
> >
> > HTH
> >
> > D. G. Rossiter (ÂÞ´óÎÀ)
> > Senior University Lecturer
> > Department of Earth Systems Analysis
> > International Institute for Geo-Information Science and Earth
> > Observation (ITC)
> > Hengelosestraat 99
> > PO Box 6, 7500 AA Enschede, The Netherlands
> > Phone:  +31-(0)53 4874 499
> > Fax:    +31-(0)53 4874 336
> > mailto:[EMAIL PROTECTED],  Internet: http://www.itc.nl/personal/rossiter
> >
> > ______________________________ _________________
> > R-SIG-Mac mailing list
> > R-SIG-Mac@stat.math.ethz.ch
> > https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> >
>
>
>

        [[alternative HTML version deleted]]

_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to