Hi,
Trying to install gretl 1.9.5 from source due to the known seg faults
in the downstream ubuntu 11.04 repositories. I have all the
dependencies installed, except my lapack (3.2.2) was built with ATLAS
(3.9.2) with the same version of gcc I have installed. The lapack
stuff seems to be giving me troubles, though I'm not too sure why. It
works fine for numpy/scipy and R.
|2 $ pwd
/home/skipper/built/atlas_files
|3 $ ls lib/
libamd.2.2.1.a libcblas.a liblapack.a libptf77blas.a
libamd.a libcblas.so liblapack.so libptf77blas.so
libatlas.a libf77blas.a libptcblas.a libumfpack.5.5.0.a
libatlas.so libf77blas.so libptcblas.so libumfpack.a
So I change lblas to lcblas in configure. This is my config.log
http://pastebin.com/3GR4yCH6
Any ideas?
Skipper