[Gambas-user] problem on installing gambas - debian SID

Christoph Schmid georgy_81 at ...18...
Fri Mar 19 17:21:36 CET 2004


i'm running gambas-0.91 on a Debian Sid-machine, with KDE 3.2 and the 
latest libs from sid repository !

to install gambas, i had also to install the "libqt3-compat-headers" - 
package!

perhaps the FAQ should be updated to inform others about this!
actually the missing headers were qlist.h and sone others, i don't know 
if this is debian-specific or a general thing with new libs...

at second i want to say, i like gambas very much! great work...
surely it's not perfect, but nothing human-made is that ;)

i will play a bit more with it and tell you, when i believe to have 
discovered a bug :)

so there folks, i wish you all much fun with gambas! :)

greets
Chris


M Sulchan Darmawan schrieb:

>Dear all,
>
>I'm new to the list and trying to install gambas-0.90.
>Forgive  me  if  I  had to ask this silly question. I tried to install
>gambas-0.90 on my linux machine, but there are some warnings displayed
>during compilation and installation (see output.txt).
>
>also, I already try to install gambas-0.91 but with the same result.
>
>As  I'm  new to linux and gambas, please guide me step by step. I have
>download rpm file from kudla.org but don't know how to install it :(
>
>For your information, I use Mandrake 9.1 on AMD Athlon.
>
>Best regards,
>M Sulchan Darmawan
>
>------------------------------------------------------------------------
>
>loading cache ./config.cache
>checking whether to enable maintainer-specific portions of Makefiles... no
>checking for a BSD compatible install... (cached) /usr/bin/install -c
>checking whether build environment is sane... yes
>checking whether make sets ${MAKE}... (cached) yes
>checking for working aclocal-1.4... found
>checking for working autoconf... found
>checking for working automake-1.4... found
>checking for working autoheader... found
>checking for working makeinfo... found
>checking host system type... i686-pc-linux-gnu
>checking for gcc... (cached) 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... (cached) yes
>checking whether gcc accepts -g... (cached) yes
>checking how to run the C preprocessor... (cached) gcc -E
>checking for c++... (cached) c++
>checking whether the C++ compiler (c++  ) works... yes
>checking whether the C++ compiler (c++  ) is a cross-compiler... no
>checking whether we are using GNU C++... (cached) yes
>checking whether c++ accepts -g... (cached) yes
>checking for a BSD compatible install... /usr/bin/install -c
>checking whether ln -s works... (cached) yes
>checking whether make sets ${MAKE}... (cached) yes
>checking for dirent.h that defines DIR... (cached) yes
>checking for opendir in -ldir... (cached) no
>checking for ANSI C header files... (cached) yes
>checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
>checking for fcntl.h... (cached) yes
>checking for limits.h... (cached) yes
>checking for malloc.h... (cached) yes
>checking for strings.h... (cached) yes
>checking for sys/ioctl.h... (cached) yes
>checking for sys/time.h... (cached) yes
>checking for unistd.h... (cached) yes
>checking for working const... (cached) yes
>checking for pid_t... (cached) yes
>checking for size_t... (cached) yes
>checking whether time.h and sys/time.h may both be included... (cached) yes
>checking whether struct tm is in sys/time.h or time.h... (cached) time.h
>checking for working alloca.h... (cached) yes
>checking for alloca... (cached) yes
>checking whether gcc needs -traditional... (cached) no
>checking return type of signal handlers... (cached) void
>checking for working strcoll... (cached) yes
>checking for strftime... (cached) yes
>checking for vprintf... (cached) yes
>checking for wait3 that fills in rusage... (cached) yes
>checking for getcwd... (cached) yes
>checking for gettimeofday... (cached) yes
>checking for mkdir... (cached) yes
>checking for rmdir... (cached) yes
>checking for select... (cached) yes
>checking for socket... (cached) yes
>checking for strdup... (cached) yes
>checking for strerror... (cached) yes
>checking for strtod... (cached) yes
>checking for strtol... (cached) yes
>checking for setenv... (cached) yes
>checking for unsetenv... (cached) yes
>checking for Cygwin environment... (cached) no
>checking for mingw32 environment... (cached) no
>checking build system type... i686-pc-linux-gnu
>checking for ld used by GCC... (cached) /usr/bin/ld
>checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
>checking for /usr/bin/ld option to reload object files... (cached) -r
>checking for BSD-compatible nm... (cached) /usr/bin/nm -B
>checking how to recognise dependant libraries... (cached) pass_all
>checking for object suffix... (cached) o
>checking for executable suffix... (cached) no
>checking command to parse /usr/bin/nm -B output... (cached) ok
>checking for dlfcn.h... (cached) yes
>checking for ranlib... (cached) ranlib
>checking for strip... (cached) strip
>checking for objdir... .libs
>checking for gcc option to produce PIC... (cached)       -fPIC
>checking if gcc PIC flag       -fPIC works... (cached) yes
>checking if gcc static flag  works... (cached) no
>checking if gcc supports -c -o file.o... (cached) yes
>checking if gcc supports -c -o file.lo... (cached) 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 for shl_load... (cached) no
>checking for shl_load in -ldld... (cached) no
>checking for dlopen... (cached) no
>checking for dlopen in -ldl... (cached) yes
>checking whether a program can dlopen itself... (cached) yes
>checking whether a statically linked program can dlopen itself... (cached) yes
>checking whether -lc should be explicitly linked in... (cached) no
>creating libtool
>checking for main in -lm... (cached) yes
>checking for main in -lz... (cached) yes
>checking for main in -lgcc_s... (cached) yes
>checking for main in -lstdc++... (cached) yes
>checking which extension is used for shared libraries... .so
>checking for threading compiler options... -D_REENTRANT
>checking for threading linker options... -lpthread
>checking for internationalization library (if not present in C library) headers... (cached) /usr/include/
>checking for internationalization library (if not present in C library) libraries... (cached) /usr/lib/
>checking for charset conversion library (if not present in C library) headers... (cached) /usr/include/
>checking for charset conversion library (if not present in C library) libraries... (cached) no
>configure: warning: *** charset conversion library (if not present in C library) is disabled
>checking for QT component headers... (cached) /usr/lib/qt3/include/
>checking for QT component libraries... (cached) /usr/lib/qt3/lib/
>checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
>checking for dnet_ntoa in -ldnet... (cached) no
>checking for dnet_ntoa in -ldnet_stub... (cached) no
>checking for gethostbyname... (cached) yes
>checking for connect... (cached) yes
>checking for remove... (cached) yes
>checking for shmat... (cached) yes
>checking for IceConnectionNumber in -lICE... (cached) yes
>checking for XOpenDisplay in -lX11... (cached) yes
>checking for XShmAttach in -lXext... (cached) yes
>checking for moc... (cached) /usr/lib/qt3/lib//../bin/moc
>checking for KDE 3.x component headers... (cached) /usr/include/
>checking for KDE 3.x component libraries... (cached) /usr/lib/
>checking for Networking component headers... (cached) 
>checking for Networking component libraries... (cached) 
>checking for Advanced networking component headers... (cached) no
>checking for Advanced networking component libraries... (cached) no
>configure: warning: *** Advanced networking component is disabled
>checking for PostgreSQL driver headers... (cached) no
>checking for PostgreSQL driver libraries... (cached) no
>configure: warning: *** PostgreSQL driver is disabled
>checking for MySQL driver headers... (cached) no
>checking for MySQL driver libraries... (cached) no
>configure: warning: *** MySQL driver is disabled
>checking for SDL component headers... (cached) no
>checking for SDL component libraries... (cached) no
>configure: warning: *** SDL component is disabled
>checking for Visual Basic compatibility component headers... (cached) 
>checking for Visual Basic compatibility component libraries... (cached) 
>updating cache ./config.cache
>creating ./config.status
>creating Makefile
>creating src/Makefile
>creating src/share/Makefile
>creating src/comp/Makefile
>creating src/exec/Makefile
>creating src/lib/Makefile
>creating src/lib/eval/Makefile
>creating src/lib/example/Makefile
>creating src/lib/qt/Makefile
>creating src/lib/qt/editor/Makefile
>creating src/lib/qt/ext/Makefile
>creating src/lib/qt/kde/Makefile
>creating src/lib/qt/kde/html/Makefile
>creating src/lib/db/Makefile
>creating src/lib/db/mysql/Makefile
>creating src/lib/db/postgresql/Makefile
>creating src/lib/sdl/Makefile
>creating src/lib/net/Makefile
>creating src/lib/net/curl/Makefile
>creating src/lib/vb/Makefile
>creating config.h
>config.h is unchanged
>configuring in libltdl
>running /bin/sh ./configure  --enable-ltdl-convenience --cache-file=.././config.cache --srcdir=.
>loading cache .././config.cache
>checking for a BSD compatible install... (cached) /usr/bin/install -c
>checking whether build environment is sane... yes
>checking whether make sets ${MAKE}... (cached) yes
>checking for working aclocal-1.4... found
>checking for working autoconf... found
>checking for working automake-1.4... found
>checking for working autoheader... found
>checking for working makeinfo... found
>checking whether to enable maintainer-specific portions of Makefiles... no
>checking for gcc... (cached) 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... (cached) yes
>checking whether gcc accepts -g... (cached) yes
>checking for working const... (cached) yes
>checking for inline... (cached) inline
>checking for Cygwin environment... (cached) no
>checking for mingw32 environment... (cached) no
>checking how to run the C preprocessor... (cached) gcc -E
>checking host system type... i686-pc-linux-gnu
>checking build system type... i686-pc-linux-gnu
>checking for ld used by GCC... (cached) /usr/bin/ld
>checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
>checking for /usr/bin/ld option to reload object files... (cached) -r
>checking for BSD-compatible nm... (cached) /usr/bin/nm -B
>checking whether ln -s works... (cached) yes
>checking how to recognise dependant libraries... (cached) pass_all
>checking for object suffix... (cached) o
>checking for executable suffix... (cached) no
>checking command to parse /usr/bin/nm -B output... (cached) ok
>checking for dlfcn.h... (cached) yes
>checking for ranlib... (cached) ranlib
>checking for strip... (cached) strip
>checking for objdir... .libs
>checking for gcc option to produce PIC... (cached)        -fPIC
>checking if gcc PIC flag        -fPIC works... (cached) yes
>checking if gcc static flag  works... (cached) no
>checking if gcc supports -c -o file.o... (cached) yes
>checking if gcc supports -c -o file.lo... (cached) 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... (cached) no
>creating libtool
>checking for ANSI C header files... (cached) yes
>checking for dirent.h that defines DIR... (cached) yes
>checking for opendir in -ldir... (cached) no
>checking whether gcc supports assert without backlinking... 
>checking which extension is used for shared libraries... (cached) .so
>checking which variable specifies run-time library path... (cached) LD_LIBRARY_PATH
>checking for the default library search path... (cached) /lib /usr/lib /usr/X11R6/lib
>checking for objdir... (cached) .libs
>checking whether libtool supports -dlopen/-dlpreopen... (cached) yes
>checking for dlopen in -ldl... (cached) yes
>checking for shl_load... (cached) no
>checking for shl_load in -ldld... (cached) no
>checking for dld_link in -ldld... (cached) no
>checking for dlerror... (cached) yes
>checking for _ prefix in compiled symbols... (cached) no
>checking whether deplibs are loaded by dlopen... (cached) yes
>checking for argz.h... (cached) yes
>checking for error_t... yes
>checking for argz_append... (cached) yes
>checking for argz_create_sep... (cached) yes
>checking for argz_insert... (cached) yes
>checking for argz_next... (cached) yes
>checking for argz_stringify... (cached) yes
>checking for errno.h... (cached) yes
>checking for malloc.h... (cached) yes
>checking for memory.h... (cached) yes
>checking for stdlib.h... (cached) yes
>checking for stdio.h... (cached) yes
>checking for ctype.h... (cached) yes
>checking for unistd.h... (cached) yes
>checking for dl.h... (cached) no
>checking for sys/dl.h... (cached) no
>checking for dld.h... (cached) no
>checking for string.h... (cached) yes
>checking for strchr... (cached) yes
>checking for strrchr... (cached) yes
>checking for memcpy... (cached) yes
>checking for memmove... (cached) yes
>checking for strcmp... (cached) yes
>updating cache .././config.cache
>creating ./config.status
>creating Makefile
>creating config.h
>config.h is unchanged
>make  all-recursive
>make[1]: Entering directory `/usr/src/gambas-0.90'
>Making all in libltdl
>make[2]: Entering directory `/usr/src/gambas-0.90/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 `/usr/src/gambas-0.90/libltdl'
>Making all in src
>make[2]: Entering directory `/usr/src/gambas-0.90/src'
>Making all in share
>make[3]: Entering directory `/usr/src/gambas-0.90/src/share'
>make[3]: Nothing to be done for `all'.
>make[3]: Leaving directory `/usr/src/gambas-0.90/src/share'
>Making all in comp
>make[3]: Entering directory `/usr/src/gambas-0.90/src/comp'
>make[3]: Nothing to be done for `all'.
>make[3]: Leaving directory `/usr/src/gambas-0.90/src/comp'
>Making all in exec
>make[3]: Entering directory `/usr/src/gambas-0.90/src/exec'
>make[3]: Nothing to be done for `all'.
>make[3]: Leaving directory `/usr/src/gambas-0.90/src/exec'
>Making all in lib
>make[3]: Entering directory `/usr/src/gambas-0.90/src/lib'
>Making all in eval
>make[4]: Entering directory `/usr/src/gambas-0.90/src/lib/eval'
>make[4]: Nothing to be done for `all'.
>make[4]: Leaving directory `/usr/src/gambas-0.90/src/lib/eval'
>Making all in example
>make[4]: Entering directory `/usr/src/gambas-0.90/src/lib/example'
>make[4]: Nothing to be done for `all'.
>make[4]: Leaving directory `/usr/src/gambas-0.90/src/lib/example'
>Making all in db
>make[4]: Entering directory `/usr/src/gambas-0.90/src/lib/db'
>make[5]: Entering directory `/usr/src/gambas-0.90/src/lib/db'
>make[5]: Nothing to be done for `all-am'.
>make[5]: Leaving directory `/usr/src/gambas-0.90/src/lib/db'
>make[4]: Leaving directory `/usr/src/gambas-0.90/src/lib/db'
>Making all in qt
>make[4]: Entering directory `/usr/src/gambas-0.90/src/lib/qt'
>Making all in editor
>make[5]: Entering directory `/usr/src/gambas-0.90/src/lib/qt/editor'
>make[5]: Nothing to be done for `all'.
>make[5]: Leaving directory `/usr/src/gambas-0.90/src/lib/qt/editor'
>Making all in ext
>make[5]: Entering directory `/usr/src/gambas-0.90/src/lib/qt/ext'
>make[5]: Nothing to be done for `all'.
>make[5]: Leaving directory `/usr/src/gambas-0.90/src/lib/qt/ext'
>Making all in kde
>make[5]: Entering directory `/usr/src/gambas-0.90/src/lib/qt/kde'
>Making all in html
>make[6]: Entering directory `/usr/src/gambas-0.90/src/lib/qt/kde/html'
>/bin/sh ../../../../../libtool --mode=link c++  -g -O2 -pipe -Wall -fno-exceptions -g -O0  -o lib.gb.qt.kde.html.la -rpath /opt/gambas/lib -no-undefined main.lo moc_main.lo moc_CWebBrowser.lo CWebBrowser.lo -L/usr/lib/qt3/lib/  -lgcc_s -lstdc++ -lpthread  -lqt-mt  -lkdecore -lkdeui -lDCOP -lkio -lkhtml -lkjs 
>grep: /usr/lib/libfam.la: No such file or directory
>sed: can't read /usr/lib/libfam.la: No such file or directory
>libtool: link: `/usr/lib/libfam.la' is not a valid libtool archive
>make[6]: *** [lib.gb.qt.kde.html.la] Error 1
>make[6]: Leaving directory `/usr/src/gambas-0.90/src/lib/qt/kde/html'
>make[5]: *** [all-recursive] Error 1
>make[5]: Leaving directory `/usr/src/gambas-0.90/src/lib/qt/kde'
>make[4]: *** [all-recursive] Error 1
>make[4]: Leaving directory `/usr/src/gambas-0.90/src/lib/qt'
>make[3]: *** [all-recursive] Error 1
>make[3]: Leaving directory `/usr/src/gambas-0.90/src/lib'
>make[2]: *** [all-recursive] Error 1
>make[2]: Leaving directory `/usr/src/gambas-0.90/src'
>make[1]: *** [all-recursive] Error 1
>make[1]: Leaving directory `/usr/src/gambas-0.90'
>make: *** [all-recursive-am] Error 2
>Making install in libltdl
>make[1]: Entering directory `/usr/src/gambas-0.90/libltdl'
>make[2]: Entering directory `/usr/src/gambas-0.90/libltdl'
>/bin/sh ./../mkinstalldirs /usr/local/lib
>/bin/sh ./../mkinstalldirs /usr/local/include
>make[2]: Leaving directory `/usr/src/gambas-0.90/libltdl'
>make[1]: Leaving directory `/usr/src/gambas-0.90/libltdl'
>Making install in src
>make[1]: Entering directory `/usr/src/gambas-0.90/src'
>Making install in share
>make[2]: Entering directory `/usr/src/gambas-0.90/src/share'
>make[3]: Entering directory `/usr/src/gambas-0.90/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 `/usr/src/gambas-0.90/src/share'
>make[2]: Leaving directory `/usr/src/gambas-0.90/src/share'
>Making install in comp
>make[2]: Entering directory `/usr/src/gambas-0.90/src/comp'
>make[3]: Entering directory `/usr/src/gambas-0.90/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 `/usr/src/gambas-0.90/src/comp'
>make[2]: Leaving directory `/usr/src/gambas-0.90/src/comp'
>Making install in exec
>make[2]: Entering directory `/usr/src/gambas-0.90/src/exec'
>make[3]: Entering directory `/usr/src/gambas-0.90/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 `/usr/src/gambas-0.90/src/exec'
>make[2]: Leaving directory `/usr/src/gambas-0.90/src/exec'
>Making install in lib
>make[2]: Entering directory `/usr/src/gambas-0.90/src/lib'
>Making install in eval
>make[3]: Entering directory `/usr/src/gambas-0.90/src/lib/eval'
>make[4]: Entering directory `/usr/src/gambas-0.90/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 `/usr/src/gambas-0.90/src/lib/eval'
>make[3]: Leaving directory `/usr/src/gambas-0.90/src/lib/eval'
>Making install in example
>make[3]: Entering directory `/usr/src/gambas-0.90/src/lib/example'
>make[4]: Entering directory `/usr/src/gambas-0.90/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 `/usr/src/gambas-0.90/src/lib/example'
>make[3]: Leaving directory `/usr/src/gambas-0.90/src/lib/example'
>Making install in db
>make[3]: Entering directory `/usr/src/gambas-0.90/src/lib/db'
>make[4]: Entering directory `/usr/src/gambas-0.90/src/lib/db'
>make[5]: Entering directory `/usr/src/gambas-0.90/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 `/usr/src/gambas-0.90/src/lib/db'
>make[4]: Leaving directory `/usr/src/gambas-0.90/src/lib/db'
>make[3]: Leaving directory `/usr/src/gambas-0.90/src/lib/db'
>Making install in qt
>make[3]: Entering directory `/usr/src/gambas-0.90/src/lib/qt'
>Making install in editor
>make[4]: Entering directory `/usr/src/gambas-0.90/src/lib/qt/editor'
>make[5]: Entering directory `/usr/src/gambas-0.90/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 `/usr/src/gambas-0.90/src/lib/qt/editor'
>make[4]: Leaving directory `/usr/src/gambas-0.90/src/lib/qt/editor'
>Making install in ext
>make[4]: Entering directory `/usr/src/gambas-0.90/src/lib/qt/ext'
>make[5]: Entering directory `/usr/src/gambas-0.90/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 `/usr/src/gambas-0.90/src/lib/qt/ext'
>make[4]: Leaving directory `/usr/src/gambas-0.90/src/lib/qt/ext'
>Making install in kde
>make[4]: Entering directory `/usr/src/gambas-0.90/src/lib/qt/kde'
>Making install in html
>make[5]: Entering directory `/usr/src/gambas-0.90/src/lib/qt/kde/html'
>/bin/sh ../../../../../libtool --mode=link c++  -g -O2 -pipe -Wall -fno-exceptions -g -O0  -o lib.gb.qt.kde.html.la -rpath /opt/gambas/lib -no-undefined main.lo moc_main.lo moc_CWebBrowser.lo CWebBrowser.lo -L/usr/lib/qt3/lib/  -lgcc_s -lstdc++ -lpthread  -lqt-mt  -lkdecore -lkdeui -lDCOP -lkio -lkhtml -lkjs 
>grep: /usr/lib/libfam.la: No such file or directory
>sed: can't read /usr/lib/libfam.la: No such file or directory
>libtool: link: `/usr/lib/libfam.la' is not a valid libtool archive
>make[5]: *** [lib.gb.qt.kde.html.la] Error 1
>make[5]: Leaving directory `/usr/src/gambas-0.90/src/lib/qt/kde/html'
>make[4]: *** [install-recursive] Error 1
>make[4]: Leaving directory `/usr/src/gambas-0.90/src/lib/qt/kde'
>make[3]: *** [install-recursive] Error 1
>make[3]: Leaving directory `/usr/src/gambas-0.90/src/lib/qt'
>make[2]: *** [install-recursive] Error 1
>make[2]: Leaving directory `/usr/src/gambas-0.90/src/lib'
>make[1]: *** [install-recursive] Error 1
>make[1]: Leaving directory `/usr/src/gambas-0.90/src'
>make: *** [install-recursive] Error 1
>  
>




More information about the User mailing list