I have downloaded gretl-1.8.6.tar.bz2 from gretl home official site and after make the installation , but unfortunately gretl was not installed.

I run find / -name gretl  and this was the result
/usr/local/include/gretl
/usr/local/share/gretl

No bin at all :(

Bellow i show an installation. I run Ubuntu 8.04 with kernel 2.6.22-14-generic
  1)./configure
  2)make
  3)make check
  4)make install


#####################################################################
./configure
#####################################################################
[14:40]/media/sda5/gretl-1.8.6>./configure
configuring for gretl 1.8.6 (library version 0.0.56)
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install: setting permissions for `/media/sda5/gretl-1.8.6/conftest.dir/conftest.one': Operation not permitted
/usr/bin/install: setting permissions for `/media/sda5/gretl-1.8.6/conftest.dir/conftest.two': Operation not permitted
./tools/install-sh -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking whether NLS is requested... yes
chmod: changing permissions of `conf6757.file': Operation not permitted
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
chmod: changing permissions of `conf6757.file': Operation not permitted
checking for xgettext... /usr/bin/xgettext
chmod: changing permissions of `conf6757.file': Operation not permitted
checking for msgmerge... /usr/bin/msgmerge
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... /bin/bash: ./tools/config.rpath: No such file or directory
done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for a BSD-compatible install... ./tools/install-sh -c
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether ln -s works... yes
checking for sin in -lm... yes
checking for fopen in -lc... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for unistd.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for an ANSI C-conforming const... yes
checking for long double with more range or precision than double... yes
checking size of int... 4
checking return type of signal handlers... void
checking whether byte ordering is bigendian... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for struct sockaddr_in... yes
checking for struct in_addr... yes
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking for inet_addr in -lc... yes
checking for mmap... yes
checking for gzopen in -lz... yes
checking for GMP - version >= 4.0.1... no
*** Could not run GNU MP test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GNU MP was incorrectly installed
*** or that you have moved GNU MP since it was installed.
checking for MPFR - version >= 2.2.0... no
*** Could not run MPFR test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means MPFR was incorrectly installed
*** or that you have moved MPFR since it was installed.
checking for libgfortran... checking for _gfortran_abort in -lgfortran... no
checking for c_sqrt in -lg2c... yes
checking for LAPACK... yes
checking for dgejsv_ in -llapack... no
checking for gnuplot... yes
checking for PNG support in gnuplot... yes
checking for latex... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FFTW... yes
checking for GLIB... yes
checking for GTK... no
GTK not found
checking for re_compile_pattern... yes
checking for re_compile_fastmap... yes
checking for re_search... yes
checking for re_match... yes
checking for xml2-config... xml2-config
checking for RLIB... no
configure: creating ./config.status
chmod: changing permissions of `./config.status': Operation not permitted
config.status: creating Makefile
config.status: creating gretl_sh
config.status: creating gretl-config
config.status: creating gretl.pc
config.status: creating gui2/Makefile
config.status: creating gui2/debug
config.status: creating gui2/gtksourceview/Makefile
config.status: creating gnome/Makefile
config.status: creating gnome/gretl.keys
config.status: creating cli/Makefile
config.status: creating cli/debug
config.status: creating lib/Makefile
config.status: creating plugin/Makefile
config.status: creating po/Makefile.in
config.status: creating share/Makefile
config.status: creating share/bcih/Makefile
config.status: creating tests/Makefile
config.status: creating extra/Makefile
config.status: creating osx/Makefile
config.status: creating osx/fixlinks.sh
config.status: creating redhat/gretl.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing libtool commands
chmod: changing permissions of `libtool': Operation not permitted

Configuration:

  Installation path:                      /usr/local
  Use readline library:                   no
  Use gnuplot for graphs:                 yes
  Use PNG for gnuplot graphs:             yes
  Use LaTeX for typesetting output:       yes
  Gnu Multiple Precision support:         no
  MPFR support:                           no
  FFTW3 support:                          yes
  Build with GTK version:                 no
  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
  Experimental audio support:             no
  Experimental ODBC support:              no
  Experimental libR support:              no
  LAPACK libraries:
    -L/usr/lib -llapack -lblas -lg2c

Now type 'make' to build gretl.

######################################################################
make
#######################################################################
[14:41]/media/sda5/gretl-1.8.6>make
make -C lib
make[1]: Entering directory `/media/sda5/gretl-1.8.6/lib'
make[1]: `libgretl-1.0.la' is up to date.
make[1]: Leaving directory `/media/sda5/gretl-1.8.6/lib'
make -C cli
make[1]: Entering directory `/media/sda5/gretl-1.8.6/cli'
make[1]: `gretlcli' is up to date.
make[1]: Leaving directory `/media/sda5/gretl-1.8.6/cli'
make -C plugin
make[1]: Entering directory `/media/sda5/gretl-1.8.6/plugin'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/media/sda5/gretl-1.8.6/plugin'
make -C po
make[1]: Entering directory `/media/sda5/gretl-1.8.6/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/media/sda5/gretl-1.8.6/po'
make -C share
make[1]: Entering directory `/media/sda5/gretl-1.8.6/share'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/media/sda5/gretl-1.8.6/share'

#####################################################################
make check
######################################################################
[14:46]/media/sda5/gretl-1.8.6>make check
make -C tests check
make[1]: Entering directory `/media/sda5/gretl-1.8.6/tests'
./nistcheck ../tests

 *** Norris.dat ***
("Lower Level of Difficulty")
* libgretl results correct to at least 12 digits
  (worst-case log relative error = 12.824)

 *** Pontius.dat ***
("Lower Level of Difficulty")
* libgretl results correct to at least 11 digits
  (worst-case log relative error = 11.359)

 *** NoInt1.dat ***
("Average Level of Difficulty")
* libgretl results correct to at least 14 digits
  (worst-case log relative error = 14.651)

 *** NoInt2.dat ***
("Average Level of Difficulty")
* libgretl results correct to at least 14 digits
  (worst-case log relative error = 14.938)

 *** Filip.dat ***
("Higher Level of Difficulty")
cholbeta: test[6] = 3.77516e-09
gretl_matrix_QR_rank: rcond = 1.46848e-16
* libgretl results correct to at least 7 digits
  (worst-case log relative error = 7.359)

 *** Longley.dat ***
("Higher Level of Difficulty")
cholbeta: test[6] = 7.32916e-09
QR warning: rcond = 1.72673e-10
* libgretl results correct to at least 11 digits
  (worst-case log relative error = 11.528)

 *** Wampler1.dat ***
("Higher Level of Difficulty")
* libgretl results correct to at least 8 digits
  (worst-case log relative error = 8.207)

 *** Wampler2.dat ***
("Higher Level of Difficulty")
* libgretl results correct to at least 9 digits
  (worst-case log relative error = 9.730)

 *** Wampler3.dat ***
("Higher Level of Difficulty")
* libgretl results correct to at least 8 digits
  (worst-case log relative error = 8.265)

 *** Wampler4.dat ***
("Higher Level of Difficulty")
* libgretl results correct to at least 8 digits
  (worst-case log relative error = 8.265)

 *** Wampler5.dat ***
("Higher Level of Difficulty")
* libgretl results correct to at least 8 digits
  (worst-case log relative error = 8.265)

Summary of NIST test results:
  number of tests carried out: 11
  reference data files missing or corrupted: 0
  unexpected errors in estimation of models: 0
  models showing poor or unacceptable results: 0

You may run '/media/sda5/gretl-1.8.6/tests/.libs/lt-nistcheck -v' or '/media/sda5/gretl-1.8.6/tests/.libs/lt-nistcheck -vv' for details

make[1]: Leaving directory `/media/sda5/gretl-1.8.6/tests'
[14:46]/media/sda5/gretl-1.8.6>



#####################################################################
make install
#####################################################################

[14:47]/media/sda5/gretl-1.8.6>sudo make install
[sudo] password for gavriil:
make -C lib
make[1]: Entering directory `/media/sda5/gretl-1.8.6/lib'
make[1]: `libgretl-1.0.la' is up to date.
make[1]: Leaving directory `/media/sda5/gretl-1.8.6/lib'
make -C cli
make[1]: Entering directory `/media/sda5/gretl-1.8.6/cli'
make[1]: `gretlcli' is up to date.
make[1]: Leaving directory `/media/sda5/gretl-1.8.6/cli'
make -C plugin
make[1]: Entering directory `/media/sda5/gretl-1.8.6/plugin'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/media/sda5/gretl-1.8.6/plugin'
make -C po
make[1]: Entering directory `/media/sda5/gretl-1.8.6/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/media/sda5/gretl-1.8.6/po'
make -C share
make[1]: Entering directory `/media/sda5/gretl-1.8.6/share'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/media/sda5/gretl-1.8.6/share'
./tools/mkinstalldirs /usr/local/lib  /usr/local/bin
./tools/install_man ./tools /usr/local ./gretl.1
Installing ./gretl.1 in /usr/local/man/man1
./tools/install_man ./tools /usr/local ./gretl-config.1
Installing ./gretl-config.1 in /usr/local/man/man1
for d in lib cli  plugin po share ; do make -C $d install; done
make[1]: Entering directory `/media/sda5/gretl-1.8.6/lib'
../tools/mkinstalldirs /usr/local/lib /usr/local/include/gretl /usr/local/share/aclocal
./tools/install-sh -c -m 755 ../gretl-config /usr/local/bin
make[1]: ./tools/install-sh: Command not found
make[1]: *** [install-cfg-old] Error 127
make[1]: Leaving directory `/media/sda5/gretl-1.8.6/lib'
make[1]: Entering directory `/media/sda5/gretl-1.8.6/cli'
../tools/mkinstalldirs /usr/local/bin
../libtool --mode=install ./tools/install-sh -c -m 755 gretlcli /usr/local/bin/gretlcli
libtool: install: ./tools/install-sh -c -m 755 .libs/gretlcli /usr/local/bin/gretlcli
../libtool: line 944: ./tools/install-sh: No such file or directory
make[1]: *** [install] Error 127
make[1]: Leaving directory `/media/sda5/gretl-1.8.6/cli'
make[1]: Entering directory `/media/sda5/gretl-1.8.6/plugin'
../tools/mkinstalldirs /usr/local/lib/gretl-gtk2
../tools/mkinstalldirs /usr/local/lib/gretl-gtk2/data
../libtool --mode=install ./tools/install-sh -c -m 755 \
    arbond.la arma.la arma_x12.la eviews_import.la stata_import.la spss_import.la sas_import.la jmulti_import.la fractals.la garch.la johansen.la kernel.la lad.la nistcheck.la range-mean.la stats_tables.la sysest.la tobit.la urcdist.la vif.la poisson.la gretlzip.la heckit.la quantreg.la interval.la anova.la /usr/local/lib/gretl-gtk2
libtool: install: warning: relinking `arbond.la'
libtool: install: (cd /media/sda5/gretl-1.8.6/plugin; /bin/bash /media/sda5/gretl-1.8.6/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/local/lib/gretl-gtk2 -o arbond.la arbond.lo ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/arbond.o   -L/usr/local/lib -lgretl-1.0 -L/usr/lib -llapack -lblas -lg2c -ldl -lz -lxml2 -lglib-2.0 -lfftw3 -lm    -Wl,-soname -Wl,arbond.so -o .libs/arbond.so
libtool: install: ./tools/install-sh -c -m 755 .libs/arbond.soT /usr/local/lib/gretl-gtk2/arbond.so
../libtool: line 944: ./tools/install-sh: No such file or directory
make[1]: *** [install] Error 127
make[1]: Leaving directory `/media/sda5/gretl-1.8.6/plugin'
make[1]: Entering directory `/media/sda5/gretl-1.8.6/po'
../tools/mkinstalldirs /usr/local/share
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/gretl.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/gretl.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/gretl.mo
installing eu.gmo as /usr/local/share/locale/eu/LC_MESSAGES/gretl.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/gretl.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/gretl.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/gretl.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/gretl.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/gretl.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/gretl.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/gretl.mo
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/gretl.mo
if test "gretl" = "gettext"; then \
      ../tools/mkinstalldirs /usr/local/share/gettext/po; \
      for file in Makefile.in.in Makevars remove-potcdate.sin   ; do \
        .././tools/install-sh -c -m 644 ./$file \
                /usr/local/share/gettext/po/$file; \
      done; \
    else \
      : ; \
    fi
make[1]: Leaving directory `/media/sda5/gretl-1.8.6/po'
make[1]: Entering directory `/media/sda5/gretl-1.8.6/share'
../tools/mkinstalldirs /usr/local/share/gretl
../tools/mkinstalldirs /usr/local/share/gretl/data
../tools/mkinstalldirs /usr/local/share/gretl/data/greene
../tools/mkinstalldirs /usr/local/share/gretl/data/misc
../tools/mkinstalldirs /usr/local/share/gretl/data/nist
../tools/mkinstalldirs /usr/local/share/gretl/scripts
../tools/mkinstalldirs /usr/local/share/gretl/scripts/misc
../tools/mkinstalldirs /usr/local/share/gretl/db
../tools/mkinstalldirs /usr/local/share/gretl/functions
../tools/mkinstalldirs /usr/local/share/gretl/fonts
for f in ../share/data/*.gdt ; do \
    cp -fp $f /usr/local/share/gretl/data ; done
cp -fp ../share/data/descriptions /usr/local/share/gretl/data
cp -fp ../share/data/gretldata.dtd /usr/local/share/gretl/data
for f in ../share/data/greene/* ; do \
    cp -fp $f /usr/local/share/gretl/data/greene ; done
for f in ../share/data/misc/* ; do \
    cp -fp $f /usr/local/share/gretl/data/misc ; done
for f in ../tests/*.dat ; do \
    cp -fp $f /usr/local/share/gretl/data/nist ; done
for f in ../share/scripts/* ; do \
    cp -fp $f /usr/local/share/gretl/scripts ; done
cp: omitting directory `../share/scripts/misc'
for f in ../share/scripts/misc/* ; do \
    cp -fp $f /usr/local/share/gretl/scripts/misc ; done
cp -fp ../share/functions/gretlfunc.dtd /usr/local/share/gretl/functions
for f in ../share/fonts/*.ttf ; do \
    cp -fp $f /usr/local/share/gretl/fonts ; done
../tools/mkinstalldirs /usr/local/share/gretl
../tools/mkinstalldirs /usr/local/share/gretl/doc
../tools/mkinstalldirs /usr/local/share/gretl/helpfigs
for f in gretlgui.hlp gretlcmd.hlp gretlcli.hlp gretlgui.hlp.es gretlcmd.hlp.es gretlcli.hlp.es gretlgui.hlp.it gretlcmd.hlp.it gretlcli.hlp.it gretlgui.hlp.pt gretlcmd.hlp.pt gretlcli.hlp.pt genrcli.hlp genrgui.hlp genrcli.hlp.it genrgui.hlp.it genrcli.hlp.pt genrgui.hlp.pt ; do \
    if test -f ../share/$f ; then \
    cp -fp ../share/$f /usr/local/share/gretl ; fi ; done
for f in ../share/texfigs/*.png ; do \
    cp -fp $f /usr/local/share/gretl/helpfigs ; done
for f in ../doc/tex/gretl-ref.pdf ../doc/tex/gretl-guide.pdf ; do \
    if test -f $f ; then cp -fp $f /usr/local/share/gretl/doc ; fi ; done
for f in ../doc/tex/gretl-ref-a4.pdf ../doc/tex/gretl-guide-a4.pdf ; do \
    if test -f $f ; then cp -fp $f /usr/local/share/gretl/doc ; fi ; done
cp -fp ../share/gretl.stamp /usr/local/share/gretl/gretl.stamp
make -C bcih install
make[2]: Entering directory `/media/sda5/gretl-1.8.6/share/bcih'
cp -fp fedstl.bin /usr/local/share/gretl/db/fedstl.bin
cp -fp ../../share/bcih/fedstl.idx /usr/local/share/gretl/db/fedstl.idx
make[2]: Leaving directory `/media/sda5/gretl-1.8.6/share/bcih'
make[1]: Leaving directory `/media/sda5/gretl-1.8.6/share'
make -C share install
make[1]: Entering directory `/media/sda5/gretl-1.8.6/share'
../tools/mkinstalldirs /usr/local/share/gretl
../tools/mkinstalldirs /usr/local/share/gretl/data
../tools/mkinstalldirs /usr/local/share/gretl/data/greene
../tools/mkinstalldirs /usr/local/share/gretl/data/misc
../tools/mkinstalldirs /usr/local/share/gretl/data/nist
../tools/mkinstalldirs /usr/local/share/gretl/scripts
../tools/mkinstalldirs /usr/local/share/gretl/scripts/misc
../tools/mkinstalldirs /usr/local/share/gretl/db
../tools/mkinstalldirs /usr/local/share/gretl/functions
../tools/mkinstalldirs /usr/local/share/gretl/fonts
for f in ../share/data/*.gdt ; do \
    cp -fp $f /usr/local/share/gretl/data ; done
cp -fp ../share/data/descriptions /usr/local/share/gretl/data
cp -fp ../share/data/gretldata.dtd /usr/local/share/gretl/data
for f in ../share/data/greene/* ; do \
    cp -fp $f /usr/local/share/gretl/data/greene ; done
for f in ../share/data/misc/* ; do \
    cp -fp $f /usr/local/share/gretl/data/misc ; done
for f in ../tests/*.dat ; do \
    cp -fp $f /usr/local/share/gretl/data/nist ; done
for f in ../share/scripts/* ; do \
    cp -fp $f /usr/local/share/gretl/scripts ; done
cp: omitting directory `../share/scripts/misc'
for f in ../share/scripts/misc/* ; do \
    cp -fp $f /usr/local/share/gretl/scripts/misc ; done
cp -fp ../share/functions/gretlfunc.dtd /usr/local/share/gretl/functions
for f in ../share/fonts/*.ttf ; do \
    cp -fp $f /usr/local/share/gretl/fonts ; done
../tools/mkinstalldirs /usr/local/share/gretl
../tools/mkinstalldirs /usr/local/share/gretl/doc
../tools/mkinstalldirs /usr/local/share/gretl/helpfigs
for f in gretlgui.hlp gretlcmd.hlp gretlcli.hlp gretlgui.hlp.es gretlcmd.hlp.es gretlcli.hlp.es gretlgui.hlp.it gretlcmd.hlp.it gretlcli.hlp.it gretlgui.hlp.pt gretlcmd.hlp.pt gretlcli.hlp.pt genrcli.hlp genrgui.hlp genrcli.hlp.it genrgui.hlp.it genrcli.hlp.pt genrgui.hlp.pt ; do \
    if test -f ../share/$f ; then \
    cp -fp ../share/$f /usr/local/share/gretl ; fi ; done
for f in ../share/texfigs/*.png ; do \
    cp -fp $f /usr/local/share/gretl/helpfigs ; done
for f in ../doc/tex/gretl-ref.pdf ../doc/tex/gretl-guide.pdf ; do \
    if test -f $f ; then cp -fp $f /usr/local/share/gretl/doc ; fi ; done
for f in ../doc/tex/gretl-ref-a4.pdf ../doc/tex/gretl-guide-a4.pdf ; do \
    if test -f $f ; then cp -fp $f /usr/local/share/gretl/doc ; fi ; done
cp -fp ../share/gretl.stamp /usr/local/share/gretl/gretl.stamp
make -C bcih install
make[2]: Entering directory `/media/sda5/gretl-1.8.6/share/bcih'
cp -fp fedstl.bin /usr/local/share/gretl/db/fedstl.bin
cp -fp ../../share/bcih/fedstl.idx /usr/local/share/gretl/db/fedstl.idx
make[2]: Leaving directory `/media/sda5/gretl-1.8.6/share/bcih'
make[1]: Leaving directory `/media/sda5/gretl-1.8.6/share'
[14:47]/media/sda5/gretl-1.8.6>