[R] installing mgcv (Knoppix/Debian unstable)

Ben Bolker bolker at zoo.ufl.edu
Tue May 11 17:57:40 CEST 2004


  Just in case anyone cares or is hitting the same problem:

to install current mgcv (1.0-5) on 1.9.0 on Knoppix/Debian unstable I had 
to:

# cd /usr/lib
# ln -s /usr/lib/atlas/libblas.so.3 libblas-3.so
# ln -s /usr/lib/atlas/liblapack.so.3 liblapack-3.so

Otherwise compilation couldn't find -lblas-3 or -llapack-3
 
(I could have gotten away with the links in /usr/lib/atlas instead of
/usr/lib, as /usr/lib/atlas was listed in /etc/ld.so.conf)


-- 
620B Bartram Hall                            bolker at zoo.ufl.edu
Zoology Department, University of Florida    http://www.zoo.ufl.edu/bolker
Box 118525                                   (ph)  352-392-5697
Gainesville, FL 32611-8525                   (fax) 352-392-3704




More information about the R-help mailing list