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
cd /usr/lib ln -s libblas.so.3gf libblas.so ln -s liblapack.so.3gf liblapack.so