Re: [Rd] calling Lapack and BLAS routines from C

2009-09-04 Thread Prof Brian Ripley
On Fri, 4 Sep 2009, Marcin Hitczenko wrote: Hi, I am working on a UNIX machine and I am interfacing R and C with the .C function. I am trying to call LAPACK and BLAS routines, but am running into a problem where, while I am able to run the BLAS routines, I cannot run the LAPACK routines. I com

[Rd] calling Lapack and BLAS routines from C

2009-09-04 Thread Marcin Hitczenko
Hi, I am working on a UNIX machine and I am interfacing R and C with the .C function. I am trying to call LAPACK and BLAS routines, but am running into a problem where, while I am able to run the BLAS routines, I cannot run the LAPACK routines. I compile my .c file (at end of email) in the follow