Hi Allin,

Sorry for the late reply. I was busy the last days.

Best,
Artur


Am 17.04.2011 15:25, schrieb Allin Cottrell:
> On Sun, 17 Apr 2011, Artur Tarassow wrote:
>
>> Since some time I got the impression that a previously installed version
>> using the package management system collides with a self-compiled
>> version to some extend. [...]
> OK, understood.
>
>> I followed Allin's recommendation to use "./configure --enable-build-doc
>> --prefix=/usr&&  make&&  sudo make install" after running "rm -f
>> ~/.gretl2rc" (deletes the respective file in my /home folder) as well.
>> The output is:
>> --------------------------------------------------------------
>> mkdir -p -- /usr/share/gretl/data
>> mkdir: kann Verzeichnis „/usr/share/gretl/data“ nicht anlegen: Die Datei
>> existiert bereits
>> make[1]: *** [installdirs] Fehler 1
>> make[1]: *** Warte auf noch nicht beendete Prozesse...
>> cp -fp ../share/data/descriptions /usr/share/gretl/data
>> cp -fp ../share/data/gretldata.dtd /usr/share/gretl/data
>> cp -fp ../share/data/plotbars/nber.txt /usr/share/gretl/data/plotbars
>> cp: Zugriff auf „/usr/share/gretl/data/plotbars“: Ist kein Verzeichnis
>> make[1]: *** [install_datafiles] Fehler 1
>> make[1]: Verlasse Verzeichnis '/home/artur/cvs/gretl/share'
>> make: *** [install] Fehler 2
>> ---------------------------------------------------------------
>> It cannot open a new folder name "/.../data" since there exists already
>> a FILE just named "data". Even if I rename this file or delete it, the
>> compilation re-builds it and hence the folder named "data" cannot be
>> build again.
> Truly weird. I think you're discovering bugs in the Ubuntu 11.04
> beta. However, I've just committed an update to the mkinstalldirs
> script in gretl CVS. (The old version works fine for me, but just
> in case...)
>
> If the problem with the "data" directory still occurs, could you
> remove the file "/usr/share/gretl/data" and then send the output
> from
>
> sudo make install>  install.log 2>&1
>
The issue remains - even after deleting the data file. I attached the 
install.log file.
>> Following Riccardo's entry, I ran "sudo ldconfig". For a second the
>> gretl window opens but closes immediately again with the error:
>> ---------------------------------------------------------------------
>> Couldn't read /home/artur/.gretl2rc
> That's OK, it will be re-created.
>
>> Speicherzugriffsfehler (Speicherabzug geschrieben) [This refers to a
>> segmentation fault - A.T.]
> Not too surprising since gretl seems to be half-installed at this
> point.
>
> Allin
>
> _______________________________________________
> Gretl-users mailing list
> Gretl-users(a)lists.wfu.edu
> http://lists.wfu.edu/mailman/listinfo/gretl-users
make -C lib
make[1]: Betrete Verzeichnis '/home/artur/cvs/gretl/lib'
make[1]: »libgretl-1.0.la« ist bereits aktualisiert.
make[1]: Verlasse Verzeichnis '/home/artur/cvs/gretl/lib'
make -C cli
make[1]: Betrete Verzeichnis '/home/artur/cvs/gretl/cli'
make[1]: »gretlcli« ist bereits aktualisiert.
make[1]: Verlasse Verzeichnis '/home/artur/cvs/gretl/cli'
./builddate
build.h is current
make -C gui2
make[1]: Betrete Verzeichnis '/home/artur/cvs/gretl/gui2'
make[1]: Für das Ziel »all« ist nichts zu tun.
make[1]: Verlasse Verzeichnis '/home/artur/cvs/gretl/gui2'
make -C plugin
make[1]: Betrete Verzeichnis '/home/artur/cvs/gretl/plugin'
make[1]: Für das Ziel »all« ist nichts zu tun.
make[1]: Verlasse Verzeichnis '/home/artur/cvs/gretl/plugin'
make -C po
make[1]: Betrete Verzeichnis '/home/artur/cvs/gretl/po'
/usr/bin/msgmerge --update fr.po gretl.pot
............................................................................................................................................................................................................................................................................................................................................................................ fertig.
make[1]: Verlasse Verzeichnis '/home/artur/cvs/gretl/po'
make -C share
make[1]: Betrete Verzeichnis '/home/artur/cvs/gretl/share'
make -C ../doc/commands help-all
make[2]: Betrete Verzeichnis '/home/artur/cvs/gretl/doc/commands'
make[2]: Für das Ziel »help-all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/artur/cvs/gretl/doc/commands'
make[1]: Verlasse Verzeichnis '/home/artur/cvs/gretl/share'
./tools/mkinstalldirs /usr/lib  /usr/bin
./tools/install_man ./tools /usr ./gretl.1 
Installing ./gretl.1 in /usr/share/man/man1
for d in lib cli gui2 plugin po share ; do make -C $d install; done
make[1]: Betrete Verzeichnis '/home/artur/cvs/gretl/lib'
../tools/mkinstalldirs /usr/lib /usr/include/gretl /usr/lib/pkgconfig
/usr/bin/install -c -m 644 ../gretl.pc /usr/lib/pkgconfig
for f in adf_kpss.h bhhh_max.h bootstrap.h boxplots.h calendar.h compare.h compat.h dataio.h dataset.h dbread.h describe.h discrete.h estimate.h forecast.h genmain.h genfuncs.h graphing.h gretl_bfgs.h gretl_bundle.h gretl_commands.h gretl_data_io.h gretl_errors.h gretl_f2c.h gretl_fft.h gretl_foreign.h gretl_func.h gretl_intl.h gretl_list.h gretl_matrix.h gretl_model.h gretl_panel.h gretl_paths.h gretl_prn.h gretl_restrict.h gretl_scalar.h gretl_string_table.h gretl_untar.h gretl_utils.h gretl_win32.h gretl_www.h gretl_xml.h interact.h johansen.h kalman.h libgretl.h libset.h matrix_extra.h missing.h modelprint.h monte_carlo.h nls.h nonparam.h objstack.h options.h plotspec.h plugins.h printout.h printscan.h pvalues.h qr_estimate.h random.h strutils.h subsample.h system.h texprint.h transforms.h tsls.h usermat.h var.h varprint.h vartest.h ; do \
	/usr/bin/install -c -m 644 ../lib/src/$f /usr/include/gretl ; done
../libtool --mode=install /usr/bin/install -c -m 755 libgretl-1.0.la /usr/lib/libgretl-1.0.la
libtool: install: /usr/bin/install -c -m 755 .libs/libgretl-1.0.so.0.0.62 /usr/lib/libgretl-1.0.so.0.0.62
libtool: install: (cd /usr/lib && { ln -s -f libgretl-1.0.so.0.0.62 libgretl-1.0.so.0 || { rm -f libgretl-1.0.so.0 && ln -s libgretl-1.0.so.0.0.62 libgretl-1.0.so.0; }; })
libtool: install: (cd /usr/lib && { ln -s -f libgretl-1.0.so.0.0.62 libgretl-1.0.so || { rm -f libgretl-1.0.so && ln -s libgretl-1.0.so.0.0.62 libgretl-1.0.so; }; })
libtool: install: /usr/bin/install -c -m 755 .libs/libgretl-1.0.lai /usr/lib/libgretl-1.0.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" ldconfig -n /usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[1]: Verlasse Verzeichnis '/home/artur/cvs/gretl/lib'
make[1]: Betrete Verzeichnis '/home/artur/cvs/gretl/cli'
../tools/mkinstalldirs /usr/bin
../libtool --mode=install /usr/bin/install -c -m 755 gretlcli /usr/bin/gretlcli
libtool: install: /usr/bin/install -c -m 755 .libs/gretlcli /usr/bin/gretlcli
make[1]: Verlasse Verzeichnis '/home/artur/cvs/gretl/cli'
make[1]: Betrete Verzeichnis '/home/artur/cvs/gretl/gui2'
../tools/mkinstalldirs /usr/bin 
../tools/mkinstalldirs /usr/share/gretl
../tools/mkinstalldirs /usr/share/gretl/gtksourceview
../tools/mkinstalldirs /usr/share/gretl/ui
../libtool --mode=install /usr/bin/install -c -m 755 gretl_x11 /usr/bin/gretl_x11
libtool: install: /usr/bin/install -c -m 755 .libs/gretl_x11 /usr/bin/gretl_x11
/usr/bin/install -c -m 644 ../gui2/gretlmain.xml /usr/share/gretl/ui
/usr/bin/install -c -m 755 ../gretl_sh /usr/bin/gretl
/usr/bin/install -c -m 644 ../pixmaps/gretl-logo.xpm /usr/share/gretl
/usr/bin/install -c -m 644 ../COPYING /usr/share/gretl
/usr/bin/install -c -m 644 ../gui2/R.lang /usr/share/gretl/gtksourceview
/usr/bin/install -c -m 644 ../gui2/cpp.lang /usr/share/gretl/gtksourceview
/usr/bin/install -c -m 644 ../gui2/octave.lang /usr/share/gretl/gtksourceview
/usr/bin/install -c -m 644 gretl.lang /usr/share/gretl/gtksourceview/gretl.lang
/usr/bin/install -c -m 644 ../gui2/gnuplot.lang /usr/share/gretl/gtksourceview/gnuplot.lang
make[1]: Verlasse Verzeichnis '/home/artur/cvs/gretl/gui2'
make[1]: Betrete Verzeichnis '/home/artur/cvs/gretl/plugin'
../tools/mkinstalldirs /usr/lib/gretl-gtk2
../tools/mkinstalldirs /usr/lib/gretl-gtk2/data
../libtool --mode=install /usr/bin/install -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 nistcheck.la range-mean.la stats_tables.la sysest.la urcdist.la vif.la poisson.la duration.la gretlzip.la heckit.la quantreg.la interval.la anova.la mp_ols.la interpolate.la biprobit.la panurc.la arma_x12.la excel_import.la gnumeric_import.la leverage.la mailer.la ods_import.la pca.la progress_bar.la tramo-x12a.la  mailer.la /usr/lib/gretl-gtk2
libtool: install: warning: relinking `arbond.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o arbond.la arbond.lo ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/arbond.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm    -pthread -Wl,-soname -Wl,arbond.so -o .libs/arbond.so
libtool: install: /usr/bin/install -c -m 755 .libs/arbond.soT /usr/lib/gretl-gtk2/arbond.so
libtool: install: /usr/bin/install -c -m 755 .libs/arbond.lai /usr/lib/gretl-gtk2/arbond.la
libtool: install: warning: relinking `arma.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o arma.la arma.lo arma_cml.lo arma_init.lo ../lib/libgretl-1.0.la -L/usr/lib -llapack -lblas -lgfortran )
libtool: relink: gcc -shared  .libs/arma.o .libs/arma_cml.o .libs/arma_init.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm -llapack -lblas -lgfortran    -pthread -Wl,-soname -Wl,arma.so -o .libs/arma.so
libtool: install: /usr/bin/install -c -m 755 .libs/arma.soT /usr/lib/gretl-gtk2/arma.so
libtool: install: /usr/bin/install -c -m 755 .libs/arma.lai /usr/lib/gretl-gtk2/arma.la
libtool: install: warning: relinking `arma_x12.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o arma_x12.la arma_x12.lo -pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../lib/libgretl-1.0.la -L/usr/lib -llapack -lblas -lgfortran )
libtool: relink: gcc -shared  .libs/arma_x12.o   -L/usr/lib/x86_64-linux-gnu -L/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lgretl-1.0 -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm -llapack -lblas -lgfortran  -pthread   -pthread -Wl,-soname -Wl,arma_x12.so -o .libs/arma_x12.so
libtool: install: /usr/bin/install -c -m 755 .libs/arma_x12.soT /usr/lib/gretl-gtk2/arma_x12.so
libtool: install: /usr/bin/install -c -m 755 .libs/arma_x12.lai /usr/lib/gretl-gtk2/arma_x12.la
libtool: install: warning: relinking `eviews_import.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o eviews_import.la eviews_import.lo ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/eviews_import.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm    -pthread -Wl,-soname -Wl,eviews_import.so -o .libs/eviews_import.so
libtool: install: /usr/bin/install -c -m 755 .libs/eviews_import.soT /usr/lib/gretl-gtk2/eviews_import.so
libtool: install: /usr/bin/install -c -m 755 .libs/eviews_import.lai /usr/lib/gretl-gtk2/eviews_import.la
libtool: install: warning: relinking `stata_import.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o stata_import.la stata_import.lo ../lib/libgretl-1.0.la -L/usr/lib/x86_64-linux-gnu -lglib-2.0 )
libtool: relink: gcc -shared  .libs/stata_import.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lgmp -lfftw3 -lm -lglib-2.0    -pthread -Wl,-soname -Wl,stata_import.so -o .libs/stata_import.so
libtool: install: /usr/bin/install -c -m 755 .libs/stata_import.soT /usr/lib/gretl-gtk2/stata_import.so
libtool: install: /usr/bin/install -c -m 755 .libs/stata_import.lai /usr/lib/gretl-gtk2/stata_import.la
libtool: install: warning: relinking `spss_import.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o spss_import.la spss_import.lo ../lib/libgretl-1.0.la -L/usr/lib/x86_64-linux-gnu -lglib-2.0 )
libtool: relink: gcc -shared  .libs/spss_import.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lgmp -lfftw3 -lm -lglib-2.0    -pthread -Wl,-soname -Wl,spss_import.so -o .libs/spss_import.so
libtool: install: /usr/bin/install -c -m 755 .libs/spss_import.soT /usr/lib/gretl-gtk2/spss_import.so
libtool: install: /usr/bin/install -c -m 755 .libs/spss_import.lai /usr/lib/gretl-gtk2/spss_import.la
libtool: install: warning: relinking `sas_import.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o sas_import.la sas_import.lo ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/sas_import.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm    -pthread -Wl,-soname -Wl,sas_import.so -o .libs/sas_import.so
libtool: install: /usr/bin/install -c -m 755 .libs/sas_import.soT /usr/lib/gretl-gtk2/sas_import.so
libtool: install: /usr/bin/install -c -m 755 .libs/sas_import.lai /usr/lib/gretl-gtk2/sas_import.la
libtool: install: warning: relinking `jmulti_import.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o jmulti_import.la jmulti_import.lo ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/jmulti_import.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm    -pthread -Wl,-soname -Wl,jmulti_import.so -o .libs/jmulti_import.so
libtool: install: /usr/bin/install -c -m 755 .libs/jmulti_import.soT /usr/lib/gretl-gtk2/jmulti_import.so
libtool: install: /usr/bin/install -c -m 755 .libs/jmulti_import.lai /usr/lib/gretl-gtk2/jmulti_import.la
libtool: install: warning: relinking `fractals.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o fractals.la fractals.lo ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/fractals.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm    -pthread -Wl,-soname -Wl,fractals.so -o .libs/fractals.so
libtool: install: /usr/bin/install -c -m 755 .libs/fractals.soT /usr/lib/gretl-gtk2/fractals.so
libtool: install: /usr/bin/install -c -m 755 .libs/fractals.lai /usr/lib/gretl-gtk2/fractals.la
libtool: install: warning: relinking `garch.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o garch.la garch.lo fcp.lo mod_garch.lo ../lib/libgretl-1.0.la -L/usr/lib -llapack -lblas -lgfortran )
libtool: relink: gcc -shared  .libs/garch.o .libs/fcp.o .libs/mod_garch.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm -llapack -lblas -lgfortran    -pthread -Wl,-soname -Wl,garch.so -o .libs/garch.so
libtool: install: /usr/bin/install -c -m 755 .libs/garch.soT /usr/lib/gretl-gtk2/garch.so
libtool: install: /usr/bin/install -c -m 755 .libs/garch.lai /usr/lib/gretl-gtk2/garch.la
libtool: install: warning: relinking `johansen.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o johansen.la johansen.lo jrestrict.lo jalpha.lo ../lib/libgretl-1.0.la -L/usr/lib -llapack -lblas -lgfortran )
libtool: relink: gcc -shared  .libs/johansen.o .libs/jrestrict.o .libs/jalpha.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm -llapack -lblas -lgfortran    -pthread -Wl,-soname -Wl,johansen.so -o .libs/johansen.so
libtool: install: /usr/bin/install -c -m 755 .libs/johansen.soT /usr/lib/gretl-gtk2/johansen.so
libtool: install: /usr/bin/install -c -m 755 .libs/johansen.lai /usr/lib/gretl-gtk2/johansen.la
libtool: install: warning: relinking `kernel.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o kernel.la kernel.lo ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/kernel.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm    -pthread -Wl,-soname -Wl,kernel.so -o .libs/kernel.so
libtool: install: /usr/bin/install -c -m 755 .libs/kernel.soT /usr/lib/gretl-gtk2/kernel.so
libtool: install: /usr/bin/install -c -m 755 .libs/kernel.lai /usr/lib/gretl-gtk2/kernel.la
libtool: install: warning: relinking `nistcheck.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o nistcheck.la nistcheck.lo ../lib/libgretl-1.0.la -L/usr/lib -llapack -lblas -lgfortran )
libtool: relink: gcc -shared  .libs/nistcheck.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm -llapack -lblas -lgfortran    -pthread -Wl,-soname -Wl,nistcheck.so -o .libs/nistcheck.so
libtool: install: /usr/bin/install -c -m 755 .libs/nistcheck.soT /usr/lib/gretl-gtk2/nistcheck.so
libtool: install: /usr/bin/install -c -m 755 .libs/nistcheck.lai /usr/lib/gretl-gtk2/nistcheck.la
libtool: install: warning: relinking `range-mean.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o range-mean.la range-mean.lo ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/range-mean.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm    -pthread -Wl,-soname -Wl,range-mean.so -o .libs/range-mean.so
libtool: install: /usr/bin/install -c -m 755 .libs/range-mean.soT /usr/lib/gretl-gtk2/range-mean.so
libtool: install: /usr/bin/install -c -m 755 .libs/range-mean.lai /usr/lib/gretl-gtk2/range-mean.la
libtool: install: warning: relinking `stats_tables.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o stats_tables.la stats_tables.lo ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/stats_tables.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm    -pthread -Wl,-soname -Wl,stats_tables.so -o .libs/stats_tables.so
libtool: install: /usr/bin/install -c -m 755 .libs/stats_tables.soT /usr/lib/gretl-gtk2/stats_tables.so
libtool: install: /usr/bin/install -c -m 755 .libs/stats_tables.lai /usr/lib/gretl-gtk2/stats_tables.la
libtool: install: warning: relinking `sysest.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o sysest.la sysest.lo fiml.lo liml.lo ../lib/libgretl-1.0.la -L/usr/lib -llapack -lblas -lgfortran )
libtool: relink: gcc -shared  .libs/sysest.o .libs/fiml.o .libs/liml.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm -llapack -lblas -lgfortran    -pthread -Wl,-soname -Wl,sysest.so -o .libs/sysest.so
libtool: install: /usr/bin/install -c -m 755 .libs/sysest.soT /usr/lib/gretl-gtk2/sysest.so
libtool: install: /usr/bin/install -c -m 755 .libs/sysest.lai /usr/lib/gretl-gtk2/sysest.la
libtool: install: warning: relinking `urcdist.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o urcdist.la urcdist.lo ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/urcdist.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm    -pthread -Wl,-soname -Wl,urcdist.so -o .libs/urcdist.so
libtool: install: /usr/bin/install -c -m 755 .libs/urcdist.soT /usr/lib/gretl-gtk2/urcdist.so
libtool: install: /usr/bin/install -c -m 755 .libs/urcdist.lai /usr/lib/gretl-gtk2/urcdist.la
libtool: install: warning: relinking `vif.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o vif.la vif.lo ../lib/libgretl-1.0.la -L/usr/lib -llapack -lblas -lgfortran )
libtool: relink: gcc -shared  .libs/vif.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm -llapack -lblas -lgfortran    -pthread -Wl,-soname -Wl,vif.so -o .libs/vif.so
libtool: install: /usr/bin/install -c -m 755 .libs/vif.soT /usr/lib/gretl-gtk2/vif.so
libtool: install: /usr/bin/install -c -m 755 .libs/vif.lai /usr/lib/gretl-gtk2/vif.la
libtool: install: warning: relinking `poisson.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o poisson.la poisson.lo ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/poisson.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm    -pthread -Wl,-soname -Wl,poisson.so -o .libs/poisson.so
libtool: install: /usr/bin/install -c -m 755 .libs/poisson.soT /usr/lib/gretl-gtk2/poisson.so
libtool: install: /usr/bin/install -c -m 755 .libs/poisson.lai /usr/lib/gretl-gtk2/poisson.la
libtool: install: warning: relinking `duration.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o duration.la duration.lo ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/duration.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm    -pthread -Wl,-soname -Wl,duration.so -o .libs/duration.so
libtool: install: /usr/bin/install -c -m 755 .libs/duration.soT /usr/lib/gretl-gtk2/duration.so
libtool: install: /usr/bin/install -c -m 755 .libs/duration.lai /usr/lib/gretl-gtk2/duration.la
libtool: install: warning: relinking `gretlzip.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o gretlzip.la gretlzip.lo zfileio.lo zsystem.lo zipfile.lo zipmain.lo zipwork.lo -L/usr/lib/x86_64-linux-gnu -lglib-2.0 -lz ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/gretlzip.o .libs/zfileio.o .libs/zsystem.o .libs/zipfile.o .libs/zipmain.o .libs/zipwork.o   -L/usr/lib/x86_64-linux-gnu -L/usr/lib -lgretl-1.0 -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm    -pthread -Wl,-soname -Wl,gretlzip.so -o .libs/gretlzip.so
libtool: install: /usr/bin/install -c -m 755 .libs/gretlzip.soT /usr/lib/gretl-gtk2/gretlzip.so
libtool: install: /usr/bin/install -c -m 755 .libs/gretlzip.lai /usr/lib/gretl-gtk2/gretlzip.la
libtool: install: warning: relinking `heckit.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o heckit.la heckit.lo ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/heckit.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm    -pthread -Wl,-soname -Wl,heckit.so -o .libs/heckit.so
libtool: install: /usr/bin/install -c -m 755 .libs/heckit.soT /usr/lib/gretl-gtk2/heckit.so
libtool: install: /usr/bin/install -c -m 755 .libs/heckit.lai /usr/lib/gretl-gtk2/heckit.la
libtool: install: warning: relinking `quantreg.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o quantreg.la quantreg.lo rqfnb.lo rqbr.lo ../lib/libgretl-1.0.la -L/usr/lib -llapack -lblas -lgfortran )
libtool: relink: gcc -shared  .libs/quantreg.o .libs/rqfnb.o .libs/rqbr.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm -llapack -lblas -lgfortran    -pthread -Wl,-soname -Wl,quantreg.so -o .libs/quantreg.so
libtool: install: /usr/bin/install -c -m 755 .libs/quantreg.soT /usr/lib/gretl-gtk2/quantreg.so
libtool: install: /usr/bin/install -c -m 755 .libs/quantreg.lai /usr/lib/gretl-gtk2/quantreg.la
libtool: install: warning: relinking `interval.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o interval.la interval.lo ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/interval.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm    -pthread -Wl,-soname -Wl,interval.so -o .libs/interval.so
libtool: install: /usr/bin/install -c -m 755 .libs/interval.soT /usr/lib/gretl-gtk2/interval.so
libtool: install: /usr/bin/install -c -m 755 .libs/interval.lai /usr/lib/gretl-gtk2/interval.la
libtool: install: warning: relinking `anova.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o anova.la anova.lo ../lib/libgretl-1.0.la -L/usr/lib/x86_64-linux-gnu -lglib-2.0 )
libtool: relink: gcc -shared  .libs/anova.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lgmp -lfftw3 -lm -lglib-2.0    -pthread -Wl,-soname -Wl,anova.so -o .libs/anova.so
libtool: install: /usr/bin/install -c -m 755 .libs/anova.soT /usr/lib/gretl-gtk2/anova.so
libtool: install: /usr/bin/install -c -m 755 .libs/anova.lai /usr/lib/gretl-gtk2/anova.la
libtool: install: warning: relinking `mp_ols.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o mp_ols.la mp_ols.lo ../lib/libgretl-1.0.la -lgmp -lmpfr )
libtool: relink: gcc -shared  .libs/mp_ols.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lfftw3 -lm -lmpfr -lgmp    -pthread -Wl,-soname -Wl,mp_ols.so -o .libs/mp_ols.so
libtool: install: /usr/bin/install -c -m 755 .libs/mp_ols.soT /usr/lib/gretl-gtk2/mp_ols.so
libtool: install: /usr/bin/install -c -m 755 .libs/mp_ols.lai /usr/lib/gretl-gtk2/mp_ols.la
libtool: install: warning: relinking `interpolate.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o interpolate.la interpolate.lo ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/interpolate.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm    -pthread -Wl,-soname -Wl,interpolate.so -o .libs/interpolate.so
libtool: install: /usr/bin/install -c -m 755 .libs/interpolate.soT /usr/lib/gretl-gtk2/interpolate.so
libtool: install: /usr/bin/install -c -m 755 .libs/interpolate.lai /usr/lib/gretl-gtk2/interpolate.la
libtool: install: warning: relinking `biprobit.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o biprobit.la biprobit.lo ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/biprobit.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm    -pthread -Wl,-soname -Wl,biprobit.so -o .libs/biprobit.so
libtool: install: /usr/bin/install -c -m 755 .libs/biprobit.soT /usr/lib/gretl-gtk2/biprobit.so
libtool: install: /usr/bin/install -c -m 755 .libs/biprobit.lai /usr/lib/gretl-gtk2/biprobit.la
libtool: install: warning: relinking `panurc.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o panurc.la panurc.lo ../lib/libgretl-1.0.la -L/usr/lib/x86_64-linux-gnu -lglib-2.0 )
libtool: relink: gcc -shared  .libs/panurc.o   -L/usr/lib -lgretl-1.0 -L/usr/lib/x86_64-linux-gnu -llapack -lblas -lgfortran -ldl -lz -lxml2 -lgmp -lfftw3 -lm -lglib-2.0    -pthread -Wl,-soname -Wl,panurc.so -o .libs/panurc.so
libtool: install: /usr/bin/install -c -m 755 .libs/panurc.soT /usr/lib/gretl-gtk2/panurc.so
libtool: install: /usr/bin/install -c -m 755 .libs/panurc.lai /usr/lib/gretl-gtk2/panurc.la
libtool: install: warning: relinking `arma_x12.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o arma_x12.la arma_x12.lo -pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../lib/libgretl-1.0.la -L/usr/lib -llapack -lblas -lgfortran )
libtool: relink: gcc -shared  .libs/arma_x12.o   -L/usr/lib/x86_64-linux-gnu -L/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lgretl-1.0 -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm -llapack -lblas -lgfortran  -pthread   -pthread -Wl,-soname -Wl,arma_x12.so -o .libs/arma_x12.so
libtool: install: /usr/bin/install -c -m 755 .libs/arma_x12.soT /usr/lib/gretl-gtk2/arma_x12.so
libtool: install: /usr/bin/install -c -m 755 .libs/arma_x12.lai /usr/lib/gretl-gtk2/arma_x12.la
libtool: install: warning: relinking `excel_import.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o excel_import.la excel_import.lo workbook.lo ms-ole.lo -pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/excel_import.o .libs/workbook.o .libs/ms-ole.o   -L/usr/lib/x86_64-linux-gnu -L/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lgretl-1.0 -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm  -pthread   -pthread -Wl,-soname -Wl,excel_import.so -o .libs/excel_import.so
libtool: install: /usr/bin/install -c -m 755 .libs/excel_import.soT /usr/lib/gretl-gtk2/excel_import.so
libtool: install: /usr/bin/install -c -m 755 .libs/excel_import.lai /usr/lib/gretl-gtk2/excel_import.la
libtool: install: warning: relinking `gnumeric_import.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o gnumeric_import.la gnumeric_import.lo -pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../lib/libgretl-1.0.la -lxml2 )
libtool: relink: gcc -shared  .libs/gnumeric_import.o   -L/usr/lib/x86_64-linux-gnu -L/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lgretl-1.0 -llapack -lblas -lgfortran -ldl -lz -lglib-2.0 -lgmp -lfftw3 -lm -lxml2  -pthread   -pthread -Wl,-soname -Wl,gnumeric_import.so -o .libs/gnumeric_import.so
libtool: install: /usr/bin/install -c -m 755 .libs/gnumeric_import.soT /usr/lib/gretl-gtk2/gnumeric_import.so
libtool: install: /usr/bin/install -c -m 755 .libs/gnumeric_import.lai /usr/lib/gretl-gtk2/gnumeric_import.la
libtool: install: warning: relinking `leverage.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o leverage.la leverage.lo -pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../lib/libgretl-1.0.la -L/usr/lib -llapack -lblas -lgfortran )
libtool: relink: gcc -shared  .libs/leverage.o   -L/usr/lib/x86_64-linux-gnu -L/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lgretl-1.0 -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm -llapack -lblas -lgfortran  -pthread   -pthread -Wl,-soname -Wl,leverage.so -o .libs/leverage.so
libtool: install: /usr/bin/install -c -m 755 .libs/leverage.soT /usr/lib/gretl-gtk2/leverage.so
libtool: install: /usr/bin/install -c -m 755 .libs/leverage.lai /usr/lib/gretl-gtk2/leverage.la
libtool: install: warning: relinking `mailer.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o mailer.la mailer.lo codes.lo encode.lo md5c.lo -pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/mailer.o .libs/codes.o .libs/encode.o .libs/md5c.o   -L/usr/lib/x86_64-linux-gnu -L/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lgretl-1.0 -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm  -pthread   -pthread -Wl,-soname -Wl,mailer.so -o .libs/mailer.so
libtool: install: /usr/bin/install -c -m 755 .libs/mailer.soT /usr/lib/gretl-gtk2/mailer.so
libtool: install: /usr/bin/install -c -m 755 .libs/mailer.lai /usr/lib/gretl-gtk2/mailer.la
libtool: install: warning: relinking `ods_import.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o ods_import.la ods_import.lo -pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../lib/libgretl-1.0.la -lxml2 )
libtool: relink: gcc -shared  .libs/ods_import.o   -L/usr/lib/x86_64-linux-gnu -L/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lgretl-1.0 -llapack -lblas -lgfortran -ldl -lz -lglib-2.0 -lgmp -lfftw3 -lm -lxml2  -pthread   -pthread -Wl,-soname -Wl,ods_import.so -o .libs/ods_import.so
libtool: install: /usr/bin/install -c -m 755 .libs/ods_import.soT /usr/lib/gretl-gtk2/ods_import.so
libtool: install: /usr/bin/install -c -m 755 .libs/ods_import.lai /usr/lib/gretl-gtk2/ods_import.la
libtool: install: warning: relinking `pca.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o pca.la pca.lo -pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../lib/libgretl-1.0.la -L/usr/lib -llapack -lblas -lgfortran )
libtool: relink: gcc -shared  .libs/pca.o   -L/usr/lib/x86_64-linux-gnu -L/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lgretl-1.0 -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm -llapack -lblas -lgfortran  -pthread   -pthread -Wl,-soname -Wl,pca.so -o .libs/pca.so
libtool: install: /usr/bin/install -c -m 755 .libs/pca.soT /usr/lib/gretl-gtk2/pca.so
libtool: install: /usr/bin/install -c -m 755 .libs/pca.lai /usr/lib/gretl-gtk2/pca.la
libtool: install: /usr/bin/install -c -m 755 .libs/progress_bar.so /usr/lib/gretl-gtk2/progress_bar.so
libtool: install: /usr/bin/install -c -m 755 .libs/progress_bar.lai /usr/lib/gretl-gtk2/progress_bar.la
libtool: install: warning: relinking `tramo-x12a.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o tramo-x12a.la tramo-x12a.lo tramo_options.lo -pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/tramo-x12a.o .libs/tramo_options.o   -L/usr/lib/x86_64-linux-gnu -L/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lgretl-1.0 -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm  -pthread   -pthread -Wl,-soname -Wl,tramo-x12a.so -o .libs/tramo-x12a.so
libtool: install: /usr/bin/install -c -m 755 .libs/tramo-x12a.soT /usr/lib/gretl-gtk2/tramo-x12a.so
libtool: install: /usr/bin/install -c -m 755 .libs/tramo-x12a.lai /usr/lib/gretl-gtk2/tramo-x12a.la
libtool: install: warning: relinking `mailer.la'
libtool: install: (cd /home/artur/cvs/gretl/plugin; /bin/bash /home/artur/cvs/gretl/libtool  --mode=relink gcc -module -avoid-version -rpath /usr/lib/gretl-gtk2 -o mailer.la mailer.lo codes.lo encode.lo md5c.lo -pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ../lib/libgretl-1.0.la )
libtool: relink: gcc -shared  .libs/mailer.o .libs/codes.o .libs/encode.o .libs/md5c.o   -L/usr/lib/x86_64-linux-gnu -L/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lgretl-1.0 -llapack -lblas -lgfortran -ldl -lz -lxml2 -lglib-2.0 -lgmp -lfftw3 -lm  -pthread   -pthread -Wl,-soname -Wl,mailer.so -o .libs/mailer.so
libtool: install: /usr/bin/install -c -m 755 .libs/mailer.soT /usr/lib/gretl-gtk2/mailer.so
libtool: install: /usr/bin/install -c -m 755 .libs/mailer.lai /usr/lib/gretl-gtk2/mailer.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" ldconfig -n /usr/lib/gretl-gtk2
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gretl-gtk2

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/install -c -m 644 ../plugin/data/urcdata.gz /usr/lib/gretl-gtk2/data
/usr/bin/install -c -m 644 ../plugin/data/dwdata.gz /usr/lib/gretl-gtk2/data
make[1]: Verlasse Verzeichnis '/home/artur/cvs/gretl/plugin'
make[1]: Betrete Verzeichnis '/home/artur/cvs/gretl/po'
/usr/bin/msgmerge --update fr.po gretl.pot
................................................................................................................................................................................................................................................................................................................................................................... fertig.
../tools/mkinstalldirs /usr/share
installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gretl.mo
installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gretl.mo
installing el.gmo as /usr/share/locale/el/LC_MESSAGES/gretl.mo
installing es.gmo as /usr/share/locale/es/LC_MESSAGES/gretl.mo
installing eu.gmo as /usr/share/locale/eu/LC_MESSAGES/gretl.mo
installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gretl.mo
installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gretl.mo
installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gretl.mo
installing tr.gmo as /usr/share/locale/tr/LC_MESSAGES/gretl.mo
installing pt.gmo as /usr/share/locale/pt/LC_MESSAGES/gretl.mo
installing pt_BR.gmo as /usr/share/locale/pt_BR/LC_MESSAGES/gretl.mo
installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/gretl.mo
installing sq.gmo as /usr/share/locale/sq/LC_MESSAGES/gretl.mo
installing zh_TW.gmo as /usr/share/locale/zh_TW/LC_MESSAGES/gretl.mo
if test "gretl" = "gettext"; then \
	  ../tools/mkinstalldirs /usr/share/gettext/po; \
	  for file in Makefile.in.in Makevars remove-potcdate.sin   ; do \
	    /usr/bin/install -c -m 644 ./$file \
			    /usr/share/gettext/po/$file; \
	  done; \
	else \
	  : ; \
	fi
make[1]: Verlasse Verzeichnis '/home/artur/cvs/gretl/po'
make[1]: Betrete Verzeichnis '/home/artur/cvs/gretl/share'
../tools/mkinstalldirs /usr/share/gretl 
../tools/mkinstalldirs /usr/share/gretl/data 
../tools/mkinstalldirs /usr/share/gretl/data/greene
../tools/mkinstalldirs /usr/share/gretl/data/misc
../tools/mkinstalldirs /usr/share/gretl/data/nist
../tools/mkinstalldirs /usr/share/gretl/data/plotbars
../tools/mkinstalldirs /usr/share/gretl/scripts
../tools/mkinstalldirs /usr/share/gretl/scripts/misc 
../tools/mkinstalldirs /usr/share/gretl/db
../tools/mkinstalldirs /usr/share/gretl/functions
../tools/mkinstalldirs /usr/share/gretl/fonts
for f in ../share/data/*.gdt ; do \
	cp -fp $f /usr/share/gretl/data ; done
cp -fp ../share/data/descriptions /usr/share/gretl/data 
cp -fp ../share/data/gretldata.dtd /usr/share/gretl/data 
cp -fp ../share/data/plotbars/nber.txt /usr/share/gretl/data/plotbars
for f in ../share/data/greene/* ; do \
	cp -fp $f /usr/share/gretl/data/greene ; done
cp: Verzeichnis „../share/data/greene/CVS“ ausgelassen
for f in ../share/data/misc/* ; do \
	cp -fp $f /usr/share/gretl/data/misc ; done
cp: Verzeichnis „../share/data/misc/CVS“ ausgelassen
for f in ../tests/*.dat ; do \
	cp -fp $f /usr/share/gretl/data/nist ; done
for f in ../share/scripts/* ; do \
	cp -fp $f /usr/share/gretl/scripts ; done
cp: Verzeichnis „../share/scripts/CVS“ ausgelassen
cp: Verzeichnis „../share/scripts/misc“ ausgelassen
for f in ../share/scripts/misc/* ; do \
	cp -fp $f /usr/share/gretl/scripts/misc ; done
cp: Verzeichnis „../share/scripts/misc/CVS“ ausgelassen
cp -fp ../share/functions/gretlfunc.dtd /usr/share/gretl/functions 
cp -fp ../share/functions/criteria.gfn /usr/share/gretl/functions 
for f in ../share/fonts/*.ttf ; do \
	cp -fp $f /usr/share/gretl/fonts ; done
make -C ../doc/commands help-all
make[2]: Betrete Verzeichnis '/home/artur/cvs/gretl/doc/commands'
make[2]: Für das Ziel »help-all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/artur/cvs/gretl/doc/commands'
../tools/mkinstalldirs /usr/share/gretl
../tools/mkinstalldirs /usr/share/gretl/doc
../tools/mkinstalldirs /usr/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 gretlhelp.refs ; do \
	if test -f ../share/$f ; then \
	cp -fp ../share/$f /usr/share/gretl ; fi ; done
for f in ../share/texfigs/*.png ; do \
	cp -fp $f /usr/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/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/share/gretl/doc ; fi ; done
cp -fp ../share/gretl.stamp /usr/share/gretl/gretl.stamp
make -C bcih install
make[2]: Betrete Verzeichnis '/home/artur/cvs/gretl/share/bcih'
gcc -o mkbin mkbin.c
./mkbin ../../share/bcih 
cp -fp fedstl.bin /usr/share/gretl/db/fedstl.bin
cp -fp ../../share/bcih/fedstl.idx /usr/share/gretl/db/fedstl.idx
make[2]: Verlasse Verzeichnis '/home/artur/cvs/gretl/share/bcih'
make[1]: Verlasse Verzeichnis '/home/artur/cvs/gretl/share'
make -C share install
make[1]: Betrete Verzeichnis '/home/artur/cvs/gretl/share'
../tools/mkinstalldirs /usr/share/gretl 
../tools/mkinstalldirs /usr/share/gretl/data 
../tools/mkinstalldirs /usr/share/gretl/data/greene
../tools/mkinstalldirs /usr/share/gretl/data/misc
../tools/mkinstalldirs /usr/share/gretl/data/nist
../tools/mkinstalldirs /usr/share/gretl/data/plotbars
../tools/mkinstalldirs /usr/share/gretl/scripts
../tools/mkinstalldirs /usr/share/gretl/scripts/misc 
../tools/mkinstalldirs /usr/share/gretl/db
../tools/mkinstalldirs /usr/share/gretl/functions
../tools/mkinstalldirs /usr/share/gretl/fonts
for f in ../share/data/*.gdt ; do \
	cp -fp $f /usr/share/gretl/data ; done
cp -fp ../share/data/descriptions /usr/share/gretl/data 
cp -fp ../share/data/gretldata.dtd /usr/share/gretl/data 
cp -fp ../share/data/plotbars/nber.txt /usr/share/gretl/data/plotbars
for f in ../share/data/greene/* ; do \
	cp -fp $f /usr/share/gretl/data/greene ; done
cp: Verzeichnis „../share/data/greene/CVS“ ausgelassen
for f in ../share/data/misc/* ; do \
	cp -fp $f /usr/share/gretl/data/misc ; done
cp: Verzeichnis „../share/data/misc/CVS“ ausgelassen
for f in ../tests/*.dat ; do \
	cp -fp $f /usr/share/gretl/data/nist ; done
for f in ../share/scripts/* ; do \
	cp -fp $f /usr/share/gretl/scripts ; done
cp: Verzeichnis „../share/scripts/CVS“ ausgelassen
cp: Verzeichnis „../share/scripts/misc“ ausgelassen
for f in ../share/scripts/misc/* ; do \
	cp -fp $f /usr/share/gretl/scripts/misc ; done
cp: Verzeichnis „../share/scripts/misc/CVS“ ausgelassen
cp -fp ../share/functions/gretlfunc.dtd /usr/share/gretl/functions 
cp -fp ../share/functions/criteria.gfn /usr/share/gretl/functions 
for f in ../share/fonts/*.ttf ; do \
	cp -fp $f /usr/share/gretl/fonts ; done
make -C ../doc/commands help-all
make[2]: Betrete Verzeichnis '/home/artur/cvs/gretl/doc/commands'
make[2]: Für das Ziel »help-all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis '/home/artur/cvs/gretl/doc/commands'
../tools/mkinstalldirs /usr/share/gretl
../tools/mkinstalldirs /usr/share/gretl/doc
../tools/mkinstalldirs /usr/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 gretlhelp.refs ; do \
	if test -f ../share/$f ; then \
	cp -fp ../share/$f /usr/share/gretl ; fi ; done
for f in ../share/texfigs/*.png ; do \
	cp -fp $f /usr/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/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/share/gretl/doc ; fi ; done
cp -fp ../share/gretl.stamp /usr/share/gretl/gretl.stamp
make -C bcih install
make[2]: Betrete Verzeichnis '/home/artur/cvs/gretl/share/bcih'
cp -fp fedstl.bin /usr/share/gretl/db/fedstl.bin
cp -fp ../../share/bcih/fedstl.idx /usr/share/gretl/db/fedstl.idx
make[2]: Verlasse Verzeichnis '/home/artur/cvs/gretl/share/bcih'
make[1]: Verlasse Verzeichnis '/home/artur/cvs/gretl/share'

Reply via email to