View Single Post
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#21
Originally Posted by jwshale View Post
4.) Make some symlinks (Octave looks for these libraries with ".so" at the end, not ".so.3gf" so it can't find them - I think... I'm sure someone will correct me if I'm wrong!).
Code:
cd /usr/lib
ln -s libblas.so.3gf libblas.so
ln -s liblapack.so.3gf liblapack.so
I'm not the maintainer of those am I? I have a nasty feeling I once was. If so I ought to sort them out so they install correctly.....

In any case, thanks for the nice installation explanation
 

The Following 2 Users Say Thank You to lardman For This Useful Post: