I have recently installed Pardus2011 and I have problem getting gretl
to run after compiling it from cvs. Below is what I have done (a few
times with no luck). There was no other gretl version installed.
1)- I issue the build commands as usual:
make clean (after the first try)
./configure --prefix=/opt/gretl
make
sudo make install
2)- Here is the output after configure:
Configuration:
Installation path: /opt/gretl
Use readline library: yes
Use gnuplot for graphs: yes
Use LaTeX for typesetting output: yes
MPFR support: yes
sse2 support for RNG: yes
openMP support: no
Build with GTK version: none
Use GTK printing apparatus: no
Use installed gtksourceview: no
Build with gnome support: no
Build gretl documentation: no
Use Lucida fonts: no
Build message catalogs: yes
Gnome installation prefix: NA
X-12-ARIMA support: yes
TRAMO/SEATS support: yes
libR support: no
ODBC support: no
Experimental audio support: no
LAPACK libraries:
-L/usr/lib -llapack -lblas -lgfortran
Now type 'make' to build gretl.
3)- Here is the final lines after the make command:
make[1]: `/home/talhayalta/cvs/gretl/plugin' dizininden çıkılıyor
make -C po
make[1]:`/home/talhayalta/cvs/gretl/po' dizinine giriliyor
make[1]: `all' için hiçbir şey yapılmadı.
make[1]: `/home/talhayalta/cvs/gretl/po' dizininden çıkılıyor
make -C share
make[1]:`/home/talhayalta/cvs/gretl/share' dizinine giriliyor
make[1]: `all' için hiçbir şey yapılmadı.
make[1]: `/home/talhayalta/cvs/gretl/share' dizininden çıkılıyor
4)- Here is the final lines after the make install command:
make -C bcih install
make[2]:`/home/talhayalta/cvs/gretl/share/bcih' dizinine giriliyor
cp -fp fedstl.bin /opt/gretl/share/gretl/db/fedstl.bin
cp -fp ../../share/bcih/fedstl.idx /opt/gretl/share/gretl/db/fedstl.idx
make[2]: `/home/talhayalta/cvs/gretl/share/bcih' dizininden çıkılıyor
make[1]: `/home/talhayalta/cvs/gretl/share' dizininden çıkılıyor
5)- After what seems to be a normal install, I also do the following:
cd /usr/bin
sudo ln -s /opt/gretl/bin/gretl
and open: "/etc/ld.so.conf"
and append to the end of the file "/opt/gretl/lib"
and save and run:
sudo /sbin/ldconfig
I get no error messages. But now when I run "gretl" I get:
"bash: gretl: komut yok" (which means "no command")
Any ideas what I should do at this point?
Regards
Talha
--
"An expert is a person who has made all the mistakes that can be made
in a very narrow field." - Niels Bohr (1885-1962)
--