[Gambas-user] bugs - installation - libqt-mt.so.3

Carlo Malfatti carlo.m at ...120...
Fri Apr 25 11:58:12 CEST 2003


Hi all,
I've tried to compile Gambas-0.54 and it stopped during installation
(after configure and make) with the following error:

/opt/gambas/lib/lib.gb.qt.editor.la: /usr/lib/qt-3.1/lib/libqt-mt.so.3:
undefined symbol: _ZNSs4_Rep11_S_terminalE
make[2]: *** [install-exec-local] Error 1
make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/carlo/downloads/gambas-0.54'

trying running gambas reports:

ERROR: #27: Cannot load library '/opt/gambas/lib/lib.gb.qt.la':
/usr/lib/qt-3.1/
lib/libqt-mt.so.3: undefined symbol: _ZNSs4_Rep11_S_terminalE

I've a RH9 system, configure completed after adding postgresql and mysql
path (using --with-pgsql-libraries=...).

The output.txt file generated as per troubleshotting page on gambas site
is herewith attached.

Any ideas I can try or any other detail I should submit?

Thanks in advance and best regards,
Carlo
-------------- next part --------------
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/carlo/downloads/gambas-0.54/missing: Unknown `--run' option
Try `/home/carlo/downloads/gambas-0.54/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... 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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... 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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for strings.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working alloca.h... yes
checking for alloca... yes
checking return type of signal handlers... void
checking for working strcoll... yes
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for wait3 that fills in rusage... yes
checking for getcwd... yes
checking for gettimeofday... yes
checking for mkdir... yes
checking for rmdir... yes
checking for select... yes
checking for strdup... yes
checking for strerror... yes
checking for strtod... yes
checking for strtol... yes
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 /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC 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.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for main in -lm... yes
checking for main in -lz... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XOpenDisplay in -lX11... yes
checking for XShmAttach in -lXext... yes
checking for QT 3.x libraries... /usr/lib/qt-3.1/lib
checking for QT 3.x includes... /usr/lib/qt-3.1/include/
checking for moc... /usr/lib/qt-3.1/include//../bin/moc
checking for KDE 3.x includes... /usr/include/kde/
checking for KDE 3.x libraries... /usr/lib
checking for Postgresql includes... /usr/include/
checking for Postgresql libraries... /usr/lib/mysql
checking for MySql includes... /usr/include/mysql/
checking for MySql libraries... /usr/lib/mysql/
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/share/Makefile
config.status: creating src/comp/Makefile
config.status: creating src/exec/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/lib/eval/Makefile
config.status: creating src/lib/example/Makefile
config.status: creating src/lib/qt/Makefile
config.status: creating src/lib/qt/editor/Makefile
config.status: creating src/lib/qt/ext/Makefile
config.status: creating src/lib/qt/kde/Makefile
config.status: creating src/lib/db/Makefile
config.status: creating src/lib/db/mysql/Makefile
config.status: creating src/lib/db/postgresql/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in libltdl
configure: running /bin/sh './configure' --prefix=/opt/gambas  '--with-pgsql-libraries=/usr/lib/pqsql/' '--with-pgsql-libraries=/usr/lib/mysql' --enable-ltdl-convenience --cache-file=/dev/null --srcdir=.
loading cache /dev/null
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for working const... yes
checking for inline... inline
checking for Cygwin environment... no
checking for mingw32 environment... no
checking how to run the C preprocessor... gcc -E
checking host system type... i686-pc-linux-gnu
checking build 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 /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC 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.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking whether gcc supports assert without backlinking... 
checking which extension is used for shared libraries... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for objdir... .libs
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for dlopen in -ldl... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dld_link in -ldld... no
checking for dlerror... yes
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_append... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking for errno.h... yes
checking for malloc.h... yes
checking for memory.h... yes
checking for stdlib.h... yes
checking for stdio.h... yes
checking for ctype.h... yes
checking for unistd.h... yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for string.h... yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
updating cache /dev/null
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
make  all-recursive
make[1]: Entering directory `/home/carlo/downloads/gambas-0.54'
Making all in libltdl
make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/libltdl'
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -c ltdl.c
rm -f .libs/ltdl.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c  -fPIC -DPIC -o .libs/ltdl.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -o ltdl.o >/dev/null 2>&1
mv -f .libs/ltdl.lo ltdl.lo
/bin/sh ./libtool --mode=link gcc  -g -O2  -o libltdlc.la   ltdl.lo -ldl 
rm -fr .libs/libltdlc.la .libs/libltdlc.* .libs/libltdlc.*
ar cru .libs/libltdlc.al ltdl.lo
ranlib .libs/libltdlc.al
creating libltdlc.la
(cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la)
make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/libltdl'
Making all in src
make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src'
Making all in share
make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/share'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/share'
Making all in comp
make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/comp'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/comp'
Making all in exec
make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/exec'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/exec'
Making all in lib
make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib'
Making all in eval
make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/eval'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/eval'
Making all in example
make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/example'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/example'
Making all in db
make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db'
Making all in mysql
make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql'
Making all in postgresql
make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql'
make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db'
make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db'
Making all in qt
make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt'
Making all in editor
make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/editor'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/editor'
Making all in ext
make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/ext'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/ext'
Making all in kde
make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde'
make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt'
make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt'
make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib'
make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib'
make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src'
make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src'
make[2]: Entering directory `/home/carlo/downloads/gambas-0.54'
make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54'
make[1]: Leaving directory `/home/carlo/downloads/gambas-0.54'
Making install in libltdl
make[1]: Entering directory `/home/carlo/downloads/gambas-0.54/libltdl'
make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/libltdl'
/bin/sh ./../mkinstalldirs /opt/gambas/lib
/bin/sh ./../mkinstalldirs /opt/gambas/include
make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/libltdl'
make[1]: Leaving directory `/home/carlo/downloads/gambas-0.54/libltdl'
Making install in src
make[1]: Entering directory `/home/carlo/downloads/gambas-0.54/src'
Making install in share
make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src/share'
make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/share'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /opt/gambas/include
 /usr/bin/install -c -m 644 gambas.h /opt/gambas/include/gambas.h
make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/share'
make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/share'
Making install in comp
make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src/comp'
make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/comp'
/bin/sh ../../mkinstalldirs /opt/gambas/bin
  /bin/sh ../../libtool --mode=install /usr/bin/install -c gbc /opt/gambas/bin/gbc
/usr/bin/install -c gbc /opt/gambas/bin/gbc
  /bin/sh ../../libtool --mode=install /usr/bin/install -c gba /opt/gambas/bin/gba
/usr/bin/install -c gba /opt/gambas/bin/gba
  /bin/sh ../../libtool --mode=install /usr/bin/install -c gbi /opt/gambas/bin/gbi
/usr/bin/install -c gbi /opt/gambas/bin/gbi
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/comp'
make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/comp'
Making install in exec
make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src/exec'
make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/exec'
/bin/sh ../../mkinstalldirs /opt/gambas/lib
 /bin/sh ../../libtool --mode=install /usr/bin/install -c  lib.gb.la /opt/gambas/lib/lib.gb.la
/usr/bin/install -c .libs/lib.gb.so.0.0.0 /opt/gambas/lib/lib.gb.so.0.0.0
(cd /opt/gambas/lib && rm -f lib.gb.so.0 && ln -s lib.gb.so.0.0.0 lib.gb.so.0)
(cd /opt/gambas/lib && rm -f lib.gb.so && ln -s lib.gb.so.0.0.0 lib.gb.so)
/usr/bin/install -c .libs/lib.gb.lai /opt/gambas/lib/lib.gb.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/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.
----------------------------------------------------------------------
/bin/sh ../../mkinstalldirs /opt/gambas/bin
  /bin/sh ../../libtool --mode=install /usr/bin/install -c gbx /opt/gambas/bin/gbx
/usr/bin/install -c gbx /opt/gambas/bin/gbx
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/exec'
make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/exec'
Making install in lib
make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib'
Making install in eval
make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/eval'
make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/eval'
/bin/sh ../../../mkinstalldirs /opt/gambas/lib
 /bin/sh ../../../libtool --mode=install /usr/bin/install -c  lib.gb.eval.la /opt/gambas/lib/lib.gb.eval.la
/usr/bin/install -c .libs/lib.gb.eval.so.0.0.0 /opt/gambas/lib/lib.gb.eval.so.0.0.0
(cd /opt/gambas/lib && rm -f lib.gb.eval.so.0 && ln -s lib.gb.eval.so.0.0.0 lib.gb.eval.so.0)
(cd /opt/gambas/lib && rm -f lib.gb.eval.so && ln -s lib.gb.eval.so.0.0.0 lib.gb.eval.so)
/usr/bin/install -c .libs/lib.gb.eval.lai /opt/gambas/lib/lib.gb.eval.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/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[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/eval'
make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/eval'
Making install in example
make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/example'
make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/example'
/bin/sh ../../../mkinstalldirs /opt/gambas/lib
 /bin/sh ../../../libtool --mode=install /usr/bin/install -c  lib.gb.example.la /opt/gambas/lib/lib.gb.example.la
/usr/bin/install -c .libs/lib.gb.example.so.0.0.0 /opt/gambas/lib/lib.gb.example.so.0.0.0
(cd /opt/gambas/lib && rm -f lib.gb.example.so.0 && ln -s lib.gb.example.so.0.0.0 lib.gb.example.so.0)
(cd /opt/gambas/lib && rm -f lib.gb.example.so && ln -s lib.gb.example.so.0.0.0 lib.gb.example.so)
/usr/bin/install -c .libs/lib.gb.example.lai /opt/gambas/lib/lib.gb.example.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/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[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/example'
make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/example'
Making install in db
make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db'
Making install in mysql
make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql'
make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql'
/bin/sh ../../../../mkinstalldirs /opt/gambas/lib
 /bin/sh ../../../../libtool --mode=install /usr/bin/install -c  lib.gb.db.mysql.la /opt/gambas/lib/lib.gb.db.mysql.la
/usr/bin/install -c .libs/lib.gb.db.mysql.so.0.0.0 /opt/gambas/lib/lib.gb.db.mysql.so.0.0.0
(cd /opt/gambas/lib && rm -f lib.gb.db.mysql.so.0 && ln -s lib.gb.db.mysql.so.0.0.0 lib.gb.db.mysql.so.0)
(cd /opt/gambas/lib && rm -f lib.gb.db.mysql.so && ln -s lib.gb.db.mysql.so.0.0.0 lib.gb.db.mysql.so)
/usr/bin/install -c .libs/lib.gb.db.mysql.lai /opt/gambas/lib/lib.gb.db.mysql.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/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[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql'
make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/mysql'
Making install in postgresql
make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql'
make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql'
/bin/sh ../../../../mkinstalldirs /opt/gambas/lib
 /bin/sh ../../../../libtool --mode=install /usr/bin/install -c  lib.gb.db.postgresql.la /opt/gambas/lib/lib.gb.db.postgresql.la
/usr/bin/install -c .libs/lib.gb.db.postgresql.so.0.0.0 /opt/gambas/lib/lib.gb.db.postgresql.so.0.0.0
(cd /opt/gambas/lib && rm -f lib.gb.db.postgresql.so.0 && ln -s lib.gb.db.postgresql.so.0.0.0 lib.gb.db.postgresql.so.0)
(cd /opt/gambas/lib && rm -f lib.gb.db.postgresql.so && ln -s lib.gb.db.postgresql.so.0.0.0 lib.gb.db.postgresql.so)
/usr/bin/install -c .libs/lib.gb.db.postgresql.lai /opt/gambas/lib/lib.gb.db.postgresql.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/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[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql'
make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db/postgresql'
make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db'
make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/db'
/bin/sh ../../../mkinstalldirs /opt/gambas/lib
 /bin/sh ../../../libtool --mode=install /usr/bin/install -c  lib.gb.db.la /opt/gambas/lib/lib.gb.db.la
/usr/bin/install -c .libs/lib.gb.db.so.0.0.0 /opt/gambas/lib/lib.gb.db.so.0.0.0
(cd /opt/gambas/lib && rm -f lib.gb.db.so.0 && ln -s lib.gb.db.so.0.0.0 lib.gb.db.so.0)
(cd /opt/gambas/lib && rm -f lib.gb.db.so && ln -s lib.gb.db.so.0.0.0 lib.gb.db.so)
/usr/bin/install -c .libs/lib.gb.db.lai /opt/gambas/lib/lib.gb.db.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/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[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db'
make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db'
make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/db'
Making install in qt
make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt'
Making install in editor
make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/editor'
make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/editor'
/bin/sh ../../../../mkinstalldirs /opt/gambas/lib
 /bin/sh ../../../../libtool --mode=install /usr/bin/install -c  lib.gb.qt.editor.la /opt/gambas/lib/lib.gb.qt.editor.la
/usr/bin/install -c .libs/lib.gb.qt.editor.so.0.0.0 /opt/gambas/lib/lib.gb.qt.editor.so.0.0.0
(cd /opt/gambas/lib && rm -f lib.gb.qt.editor.so.0 && ln -s lib.gb.qt.editor.so.0.0.0 lib.gb.qt.editor.so.0)
(cd /opt/gambas/lib && rm -f lib.gb.qt.editor.so && ln -s lib.gb.qt.editor.so.0.0.0 lib.gb.qt.editor.so)
/usr/bin/install -c .libs/lib.gb.qt.editor.lai /opt/gambas/lib/lib.gb.qt.editor.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/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[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/editor'
make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/editor'
Making install in ext
make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/ext'
make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/ext'
/bin/sh ../../../../mkinstalldirs /opt/gambas/lib
 /bin/sh ../../../../libtool --mode=install /usr/bin/install -c  lib.gb.qt.ext.la /opt/gambas/lib/lib.gb.qt.ext.la
/usr/bin/install -c .libs/lib.gb.qt.ext.so.0.0.0 /opt/gambas/lib/lib.gb.qt.ext.so.0.0.0
(cd /opt/gambas/lib && rm -f lib.gb.qt.ext.so.0 && ln -s lib.gb.qt.ext.so.0.0.0 lib.gb.qt.ext.so.0)
(cd /opt/gambas/lib && rm -f lib.gb.qt.ext.so && ln -s lib.gb.qt.ext.so.0.0.0 lib.gb.qt.ext.so)
/usr/bin/install -c .libs/lib.gb.qt.ext.lai /opt/gambas/lib/lib.gb.qt.ext.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/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[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/ext'
make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/ext'
Making install in kde
make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde'
make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde'
/bin/sh ../../../../mkinstalldirs /opt/gambas/lib
 /bin/sh ../../../../libtool --mode=install /usr/bin/install -c  lib.gb.qt.kde.la /opt/gambas/lib/lib.gb.qt.kde.la
/usr/bin/install -c .libs/lib.gb.qt.kde.so.0.0.0 /opt/gambas/lib/lib.gb.qt.kde.so.0.0.0
(cd /opt/gambas/lib && rm -f lib.gb.qt.kde.so.0 && ln -s lib.gb.qt.kde.so.0.0.0 lib.gb.qt.kde.so.0)
(cd /opt/gambas/lib && rm -f lib.gb.qt.kde.so && ln -s lib.gb.qt.kde.so.0.0.0 lib.gb.qt.kde.so)
/usr/bin/install -c .libs/lib.gb.qt.kde.lai /opt/gambas/lib/lib.gb.qt.kde.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/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[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde'
make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt/kde'
make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt'
make[5]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib/qt'
/bin/sh ../../../mkinstalldirs /opt/gambas/lib
 /bin/sh ../../../libtool --mode=install /usr/bin/install -c  lib.gb.qt.la /opt/gambas/lib/lib.gb.qt.la
/usr/bin/install -c .libs/lib.gb.qt.so.0.0.0 /opt/gambas/lib/lib.gb.qt.so.0.0.0
(cd /opt/gambas/lib && rm -f lib.gb.qt.so.0 && ln -s lib.gb.qt.so.0.0.0 lib.gb.qt.so.0)
(cd /opt/gambas/lib && rm -f lib.gb.qt.so && ln -s lib.gb.qt.so.0.0.0 lib.gb.qt.so)
/usr/bin/install -c .libs/lib.gb.qt.lai /opt/gambas/lib/lib.gb.qt.la
PATH="$PATH:/sbin" ldconfig -n /opt/gambas/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/gambas/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[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt'
make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt'
make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib/qt'
make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib'
make[4]: Entering directory `/home/carlo/downloads/gambas-0.54/src/lib'
Installing component description file.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib'
make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib'
make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src/lib'
make[2]: Entering directory `/home/carlo/downloads/gambas-0.54/src'
make[3]: Entering directory `/home/carlo/downloads/gambas-0.54/src'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/carlo/downloads/gambas-0.54/src'
make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54/src'
make[1]: Leaving directory `/home/carlo/downloads/gambas-0.54/src'
make[1]: Entering directory `/home/carlo/downloads/gambas-0.54'
make[2]: Entering directory `/home/carlo/downloads/gambas-0.54'
Making symbolic links in /usr/bin...
Compiling and installing the development environment...
OK
Creating the library info files...
/opt/gambas/lib/lib.gb.qt.editor.la: /usr/lib/qt-3.1/lib/libqt-mt.so.3: undefined symbol: _ZNSs4_Rep11_S_terminalE
/opt/gambas/lib/info/gb.info
/opt/gambas/lib/info/gb.eval.info
/opt/gambas/lib/info/gb.example.info
/opt/gambas/lib/info/gb.db.info
make[2]: *** [install-exec-local] Error 1
make[2]: Leaving directory `/home/carlo/downloads/gambas-0.54'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/carlo/downloads/gambas-0.54'
make: *** [install-recursive] Error 1


More information about the User mailing list