BLAS and LAPACK libraries required for compiling
问题 I recently downloaded the latest stable release of Gnu Octave, and was attempting to build and install it on my machine (Ubuntu 10.0.4 LTS 64bit). When I run ./configure, I got this error message: configure: error: You are required to have BLAS and LAPACK libraries Does anyone know Where do I obtain these libraries from? 回答1: Try to run this apt-get install libblas-dev libatlas-dev liblapack-dev All libraries, required by octave package in ubuntu are listed here: http://packages.ubuntu.com