On Tue, 30 Nov 2004, Nils Wagner wrote: >> Also, if your lapack libraries are built with -O3 then rebuilding them with >> -O2 should fix the segmentation faults. >> > This is my make.inc. So, I will replace > > OPTS = -funroll-all-loops -fno-f2c -O3 > > with > > OPTS = -funroll-all-loops -fno-f2c -O2 > > Is that o.k. ? Yes. Pearu