On Mon, 16 Apr 2007, Ignacio Diaz-Emparanza wrote:
El Lunes, 16 de Abril de 2007 17:58, Riccardo (Jack) Lucchetti
escribió:
> > but when I try to run gretl (in a console) I get the error:
> >
> > etpdihei@ataul:~$ gretl
> > /opt/gretl/bin/gretl_x11: error while loading shared libraries:
> > libgretl-1.0.so.0: cannot open shared object file: No such file or
> > directory
>
> [snip]
>
> Did you run ./configure before make?
Yes I usually build gretl from a script that executes
./configure --prefix=/opt/gretl --without-gnome --enable-build-doc
make
make check
sudo make install
I don't think the problem is with the fftw3 version, since ./configure
shows "FFTW3 support: yes" in the output.
Ignacio, could you try doing "make clean" followed by
make 2>errs
and see what's in the "errs" file? Thanks.
Allin.