Re: [Rd] LAPACK libraries improperly linked

2010-11-14 Thread Ron Burns
Thank you for your help. With help from Dirk Eddelbuettel we found that I needed to explicitly install libatlas-base-dev. After doing this everything worked with no further fuss. Best Regards, Ron On 11/14/2010 05:12 PM, Davor Cubranic wrote: On November 14, 2010 10:05:24 am Ron Burn

Re: [Rd] LAPACK libraries improperly linked

2010-11-14 Thread Davor Cubranic
On November 14, 2010 10:05:24 am Ron Burns wrote: > [ 41 ] (ron) ls /usr/lib/libatlas* > /usr/lib/libatlas.so.3gf@ > [ 42 ] (ron) ls /usr/lib/libf77blas* > /usr/lib/libf77blas.so.3gf@ > > so these are there and linked OK and there is no Rlapack. These are soft links. Could you do an 'l

Re: [Rd] LAPACK libraries improperly linked

2010-11-14 Thread Ron Burns
On 11/14/2010 12:05 PM, Dirk Eddelbuettel wrote: On 14 November 2010 at 10:05, Ron Burns wrote: | I am not sure if this is an R development problem or not. I am starting I think you were pretty close by looking at lapack-dev and blas-dev, but you missed atlas-dev. Simply do $ sudo apt-

Re: [Rd] LAPACK libraries improperly linked

2010-11-14 Thread Dirk Eddelbuettel
On 14 November 2010 at 10:05, Ron Burns wrote: | I am not sure if this is an R development problem or not. I am starting | with completely clean OS and and installing the latest version of R | without trying to anything special but I am having trouble with the | LAPACK library linking when I tr

[Rd] LAPACK libraries improperly linked

2010-11-14 Thread Ron Burns
I am not sure if this is an R development problem or not. I am starting with completely clean OS and and installing the latest version of R without trying to anything special but I am having trouble with the LAPACK library linking when I try to build packages that require them. I thought perhap