[Gambas-user] Unable to compile gambas

Πρεκατές Αλέξανδρος aprekates at ...626...
Sun Oct 6 19:07:37 CEST 2013


OS: Debain Wheezy (stable)
Version: 3.4.2 

I try to compile the source with :

$ ( ./configure -C; make; sudo make install ) > output.txt 2>&1

and i take :
...
||
|| Unable to compile gb.map
|| Unable to compile gambas3
||

I have uninstall gambas from debian repo to minimize the risk of one stepping 
onto the other.

I attach the output.txt for anyone who can help me.


Alexandros.
-------------- next part --------------
configure: 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 for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking whether make supports nested variables... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
=== configuring in main (/home/chomwitt/Programming/gambas3-3.4.2/main)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking for exp10... (cached) yes
checking for exp2... (cached) yes
checking for log2... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether gcc and cc understand -c and -o together... (cached) yes
checking for libintl headers... (cached) /usr/include/
checking for libintl libraries... (cached) no
configure: WARNING: This library may be located inside the system C library
checking for libiconv headers... (cached) /usr/include/
checking for libiconv libraries... (cached) no
configure: WARNING: This library may be located inside the system C library
checking for libffi component with pkg-config... OK
checking for xdg-mime... (cached) xdg-mime
configure: creating ./config.status
config.status: creating Makefile
config.status: creating share/Makefile
config.status: creating gbc/Makefile
config.status: creating gbx/Makefile
config.status: creating lib/Makefile
config.status: creating lib/debug/Makefile
config.status: creating lib/eval/Makefile
config.status: creating lib/db/Makefile
config.status: creating lib/vb/Makefile
config.status: creating lib/compress/Makefile
config.status: creating lib/option/Makefile
config.status: creating lib/draw/Makefile
config.status: creating lib/gui/Makefile
config.status: creating lib/gui.opengl/Makefile
config.status: creating lib/image/Makefile
config.status: creating lib/image.effect/Makefile
config.status: creating lib/signal/Makefile
config.status: creating lib/complex/Makefile
config.status: creating lib/data/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

||
|| This library may be located inside the system C library, so you can ignore that warning...
|| This library may be located inside the system C library, so you can ignore that warning...
||

=== configuring in gb.compress.bzlib2 (/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.compress.bzlib2 headers... (cached) /usr/include/
checking for gb.compress.bzlib2 libraries... (cached) /usr/lib/x86_64-linux-gnu/
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.compress.zlib (/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.compress.zlib headers... (cached) /usr/include/
checking for gb.compress.zlib libraries... (cached) /usr/lib/x86_64-linux-gnu/
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.db.mysql (/home/chomwitt/Programming/gambas3-3.4.2/gb.db.mysql)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.db.mysql headers... (cached) no
checking for gb.db.mysql libraries... (cached) no
configure: WARNING: gb.db.mysql is disabled
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

||
|| gb.db.mysql is disabled
||

=== configuring in gb.db.odbc (/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.db.odbc headers... (cached) /usr/include/
checking for gb.db.odbc libraries... (cached) /usr/lib/x86_64-linux-gnu/
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.db.postgresql (/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.db.postgresql headers... (cached) /usr/include/postgresql/ /usr/include/postgresql/catalog/
checking for gb.db.postgresql libraries... (cached) /usr/lib/
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.db.sqlite2 (/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.db.sqlite2 headers... (cached) /usr/include/
checking for gb.db.sqlite2 libraries... (cached) /usr/lib/
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.db.sqlite3 (/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.db.sqlite3 component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.net (/home/chomwitt/Programming/gambas3-3.4.2/gb.net)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.net headers... (cached) 
checking for gb.net libraries... (cached) 
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.net.curl (/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.net.curl component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.net.smtp (/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.net.smtp component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.mime (/home/chomwitt/Programming/gambas3-3.4.2/gb.mime)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.mime component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.pcre (/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.pcre headers... (cached) /usr/include/
checking for gb.pcre libraries... (cached) /usr/lib/x86_64-linux-gnu/
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.sdl (/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for X... (cached) libraries , headers 
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 gb.sdl component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.sdl.sound (/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for sdl-config... (cached) /usr/bin/sdl-config
checking for SDL - version >= 1.2.8... yes
checking for gb.sdl.sound headers... (cached) /usr/include/SDL/
checking for gb.sdl.sound libraries... (cached) /usr/lib/x86_64-linux-gnu/
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.libxml (/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.libxml component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.xml (/home/chomwitt/Programming/gambas3-3.4.2/gb.xml)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking CXXFLAGS for gcc -std=c++0x... (cached) -std=c++0x
checking for gb.xml headers... (cached) 
checking for gb.xml libraries... (cached) 
checking for gb.xml.html headers... (cached) 
checking for gb.xml.html libraries... (cached) 
checking for gb.xml.xslt component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/html/Makefile
config.status: creating src/xslt/Makefile
config.status: creating src/rpc/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.v4l (/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.v4l component with pkg-config... OK
checking for gb.v4l headers... (cached) /usr/include/
checking for gb.v4l libraries... (cached) /usr/lib/x86_64-linux-gnu/
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.crypt (/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.crypt headers... (cached) /usr/include/
checking for gb.crypt libraries... (cached) /usr/lib/x86_64-linux-gnu/
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.qt4 (/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for X... (cached) libraries , headers 
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 gb.qt4 component with pkg-config... OK
checking for gb.qt4.ext component with pkg-config... OK
checking for gb.qt4.webkit component with pkg-config... no
configure: WARNING: Unable to met pkg-config requirement: QtWebKit >= 4.5.0
configure: WARNING: gb.qt4.webkit is disabled
no
configure: WARNING: Unable to met pkg-config requirement: QtOpenGL
configure: WARNING: gb.qt4.opengl is disabled
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/ext/Makefile
config.status: creating src/webkit/Makefile
config.status: creating src/opengl/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

||
|| Unable to met pkg-config requirement: QtWebKit >= 4.5.0
|| gb.qt4.webkit is disabled
|| Unable to met pkg-config requirement: QtOpenGL
|| gb.qt4.opengl is disabled
||

=== configuring in gb.gtk (/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for X... (cached) libraries , headers 
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 gb.gtk component with pkg-config... OK
checking for gb.gtk.opengl component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/opengl/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.opengl (/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.opengl component with pkg-config... OK
checking for gb.opengl.glsl component with pkg-config... OK
checking for gb.opengl.glu component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/glu/Makefile
config.status: creating src/glsl/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.desktop (/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for X... (cached) libraries , headers 
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 XTestQueryExtension in -lXtst... (cached) yes
checking for gb.desktop headers... (cached) 
checking for gb.desktop libraries... (cached) 
checking for gb.desktop.gnome component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/gnome/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.pdf (/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.pdf component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.cairo (/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.cairo component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.image.io (/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.image.io component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.image.imlib (/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.image.imlib component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.dbus (/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.dbus component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.gsl (/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.gsl component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.ncurses (/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.ncurses headers... (cached) /usr/include/
checking for gb.ncurses libraries... (cached) /usr/lib/x86_64-linux-gnu/
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.media (/home/chomwitt/Programming/gambas3-3.4.2/gb.media)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gb.media component with pkg-config... OK
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in gb.jit (/home/chomwitt/Programming/gambas3-3.4.2/gb.jit)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for llvm-config... (cached) no
configure: WARNING: gb.jit is disabled
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

||
|| gb.jit is disabled
||

=== configuring in gb.httpd (/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking target system... LINUX
checking target architecture... X86_64
checking how to run the C preprocessor... (cached) gcc -E
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for getdomainname... (cached) yes
checking for getpt... (cached) yes
checking for cfmakeraw... (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 mathematic libraries... -lm
checking for external gettext library... 
checking for ccache... no
checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking the maximum length of command line arguments... (cached) 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... (cached) func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... (cached) func_convert_file_noop
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... (cached) dlltool
checking how to associate runtime and link libraries... (cached) printf %s\n
checking for ar... (cached) ar
checking for archiver @FILE support... (cached) @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for sysroot... no
checking for mt... (cached) mt
checking if mt is a manifest tool... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... (cached) -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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) no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... (cached) g++ -E
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... (cached) -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... (cached) yes
checking if g++ static flag -static works... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking gcc version... (cached) 4
checking how to link static binaries... (cached) -static
checking for __progname... (cached) yes
checking for fcntl.h... (cached) yes
checking for grp.h... (cached) yes
checking for memory.h... (cached) yes
checking for paths.h... (cached) yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for sys/devpoll.h... (cached) no
checking for sys/event.h... (cached) no
checking for osreldate.h... (cached) no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for gethostbyname... (cached) yes
checking for socket... (cached) yes
checking for main in -linet6... (cached) no
checking for crypt... (cached) no
checking for crypt in -lcrypt... (cached) yes
checking for hstrerror... (cached) yes
checking for strerror... (cached) yes
checking for waitpid... (cached) yes
checking for vsnprintf... (cached) yes
checking for daemon... (cached) yes
checking for setsid... (cached) yes
checking for setlogin... (cached) no
checking for getaddrinfo... (cached) yes
checking for getnameinfo... (cached) yes
checking for gai_strerror... (cached) yes
checking for kqueue... (cached) no
checking for atoll... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for select... (cached) yes
checking for poll... (cached) yes
checking if struct tm has tm_gmtoff member... (cached) yes
checking if int64_t exists... (cached) yes
checking if socklen_t exists... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gb.httpd headers... (cached) 
checking for gb.httpd libraries... (cached) 
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in comp (/home/chomwitt/Programming/gambas3-3.4.2/comp)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
=== configuring in app (/home/chomwitt/Programming/gambas3-3.4.2/app)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking for xdg-mime... (cached) xdg-mime
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
=== configuring in examples (/home/chomwitt/Programming/gambas3-3.4.2/examples)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  --cache-file=../config.cache --srcdir=.
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged

||
|| THESE COMPONENTS ARE DISABLED:
|| - gb.db.mysql
|| - gb.jit
|| - gb.qt4.opengl
|| - gb.qt4.webkit
||


make  all-recursive
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2'
Making all in main
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main'
Making all in gbc
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/gbc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/gbc'
Making all in gbx
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/gbx'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/gbx'
Making all in lib
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib'
Making all in .
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib'
Making all in debug
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/debug'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/debug'
Making all in eval
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/eval'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/eval'
Making all in db
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/db'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/db'
Making all in compress
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/compress'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/compress'
Making all in vb
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/vb'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/vb'
Making all in option
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/option'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/option'
Making all in draw
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/draw'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/draw'
Making all in image
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/image'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/image'
Making all in gui
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/gui'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/gui'
Making all in gui.opengl
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/gui.opengl'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/gui.opengl'
Making all in image.effect
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/image.effect'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/image.effect'
Making all in signal
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/signal'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/signal'
Making all in complex
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/complex'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/complex'
Making all in data
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/data'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/data'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib'
Making all in share
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/share'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/share'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main'
Making all in gb.compress.bzlib2
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2'
Making all in gb.compress.zlib
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib'
Making all in gb.db.mysql
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.mysql'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.mysql'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.mysql'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.mysql'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.mysql'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.mysql'
Making all in gb.db.odbc
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc'
Making all in gb.db.postgresql
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql'
Making all in gb.db.sqlite2
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2'
Making all in gb.db.sqlite3
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3'
Making all in gb.net
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net'
Making all in gb.net.curl
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl'
Making all in gb.net.smtp
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp'
Making all in gb.mime
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime'
Making all in gb.pcre
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre'
Making all in gb.sdl
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl'
Making all in gb.sdl.sound
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound'
Making all in gb.libxml
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml'
Making all in gb.xml
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src'
Making all in .
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src'
Making all in html
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/html'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/html'
Making all in xslt
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/xslt'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/xslt'
Making all in rpc
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/rpc'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/rpc'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml'
Making all in gb.v4l
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l'
Making all in gb.crypt
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt'
Making all in gb.qt4
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src'
Making all in .
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src'
Making all in ext
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src/ext'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src/ext'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4'
Making all in gb.gtk
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src'
Making all in .
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src'
Making all in opengl
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src/opengl'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src/opengl'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk'
Making all in gb.opengl
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src'
Making all in .
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src'
Making all in glsl
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src/glsl'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src/glsl'
Making all in glu
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src/glu'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src/glu'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl'
Making all in gb.desktop
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src'
Making all in .
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src'
Making all in gnome
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src/gnome'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src/gnome'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop'
Making all in gb.pdf
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf'
Making all in gb.cairo
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo'
Making all in gb.image.io
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io'
Making all in gb.image.imlib
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib'
Making all in gb.dbus
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus'
Making all in gb.gsl
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl'
Making all in gb.ncurses
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses'
Making all in gb.media
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media'
Making all in gb.jit
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.jit'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.jit'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.jit'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.jit'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.jit'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.jit'
Making all in gb.httpd
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd'
make  all-recursive
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd'
Making all in src
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd'
Making all in comp
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/comp'
make  all-am
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/comp'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/comp'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/comp'
Making all in app
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/app'
make  all-am
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/app'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/app'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/app'
Making all in examples
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/examples'
make  all-am
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/examples'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/examples'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/examples'
Making all in .
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2'
Making install in main
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main'
Making install in gbc
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/gbc'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/gbc'
 /bin/mkdir -p '/usr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c gbc3 gba3 gbi3 '/usr/bin'
libtool: install: /usr/bin/install -c gbc3 /usr/bin/gbc3
libtool: install: /usr/bin/install -c gba3 /usr/bin/gba3
libtool: install: /usr/bin/install -c gbi3 /usr/bin/gbi3
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/gbc'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/gbc'
Making install in gbx
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/gbx'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/gbx'
 /bin/mkdir -p '/usr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c gbx3 '/usr/bin'
libtool: install: /usr/bin/install -c gbx3 /usr/bin/gbx3
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.so.0.0.0 /usr/lib/gambas3/gb.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.so.0.0.0 gb.so.0 || { rm -f gb.so.0 && ln -s gb.so.0.0.0 gb.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.so.0.0.0 gb.so || { rm -f gb.so && ln -s gb.so.0.0.0 gb.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.lai /usr/lib/gambas3/gb.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/gbx'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/gbx'
Making install in lib
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib'
Making install in .
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.component '/usr/lib/gambas3'
make  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib'

Creating the information files for gb component...
gb
make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib'
Making install in debug
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/debug'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/debug'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.debug.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.debug.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.debug.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.debug.so.0.0.0 /usr/lib/gambas3/gb.debug.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.debug.so.0.0.0 gb.debug.so.0 || { rm -f gb.debug.so.0 && ln -s gb.debug.so.0.0.0 gb.debug.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.debug.so.0.0.0 gb.debug.so || { rm -f gb.debug.so && ln -s gb.debug.so.0.0.0 gb.debug.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.debug.lai /usr/lib/gambas3/gb.debug.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/debug'
Installing the gb.debug control icons if needed...
Creating the information files for gb.debug component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/debug'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/debug'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/debug'
Making install in eval
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/eval'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/eval'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.eval.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.eval.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.eval.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.eval.so.0.0.0 /usr/lib/gambas3/gb.eval.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.eval.so.0.0.0 gb.eval.so.0 || { rm -f gb.eval.so.0 && ln -s gb.eval.so.0.0.0 gb.eval.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.eval.so.0.0.0 gb.eval.so || { rm -f gb.eval.so && ln -s gb.eval.so.0.0.0 gb.eval.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.eval.lai /usr/lib/gambas3/gb.eval.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/eval'
Installing the gb.eval control icons if needed...
Creating the information files for gb.eval component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/eval'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/eval'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/eval'
Making install in db
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/db'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/db'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.db.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.db.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.db.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.db.so.0.0.0 /usr/lib/gambas3/gb.db.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.db.so.0.0.0 gb.db.so.0 || { rm -f gb.db.so.0 && ln -s gb.db.so.0.0.0 gb.db.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.db.so.0.0.0 gb.db.so || { rm -f gb.db.so && ln -s gb.db.so.0.0.0 gb.db.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.db.lai /usr/lib/gambas3/gb.db.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/db'

Compiling the gb.db project...
gb.db
OK
Installing the gb.db control icons if needed...
Creating the information files for gb.db component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/db'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/db'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/db'
Making install in compress
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/compress'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/compress'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.compress.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.compress.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.compress.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.compress.so.0.0.0 /usr/lib/gambas3/gb.compress.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.compress.so.0.0.0 gb.compress.so.0 || { rm -f gb.compress.so.0 && ln -s gb.compress.so.0.0.0 gb.compress.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.compress.so.0.0.0 gb.compress.so || { rm -f gb.compress.so && ln -s gb.compress.so.0.0.0 gb.compress.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.compress.lai /usr/lib/gambas3/gb.compress.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/compress'
Installing the gb.compress control icons if needed...
Creating the information files for gb.compress component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/compress'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/compress'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/compress'
Making install in vb
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/vb'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/vb'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.vb.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.vb.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.vb.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.vb.so.0.0.0 /usr/lib/gambas3/gb.vb.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.vb.so.0.0.0 gb.vb.so.0 || { rm -f gb.vb.so.0 && ln -s gb.vb.so.0.0.0 gb.vb.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.vb.so.0.0.0 gb.vb.so || { rm -f gb.vb.so && ln -s gb.vb.so.0.0.0 gb.vb.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.vb.lai /usr/lib/gambas3/gb.vb.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/vb'
Installing the gb.vb control icons if needed...
Creating the information files for gb.vb component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/vb'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/vb'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/vb'
Making install in option
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/option'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/option'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.option.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.option.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.option.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.option.so.0.0.0 /usr/lib/gambas3/gb.option.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.option.so.0.0.0 gb.option.so.0 || { rm -f gb.option.so.0 && ln -s gb.option.so.0.0.0 gb.option.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.option.so.0.0.0 gb.option.so || { rm -f gb.option.so && ln -s gb.option.so.0.0.0 gb.option.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.option.lai /usr/lib/gambas3/gb.option.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/option'
Installing the gb.option control icons if needed...
Creating the information files for gb.option component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/option'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/option'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/option'
Making install in draw
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/draw'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/draw'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.draw.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.draw.so.0.0.0 /usr/lib/gambas3/gb.draw.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.draw.so.0.0.0 gb.draw.so.0 || { rm -f gb.draw.so.0 && ln -s gb.draw.so.0.0.0 gb.draw.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.draw.so.0.0.0 gb.draw.so || { rm -f gb.draw.so && ln -s gb.draw.so.0.0.0 gb.draw.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.draw.lai /usr/lib/gambas3/gb.draw.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/draw'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/draw'
Making install in image
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/image'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/image'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.image.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.image.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.image.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.image.so.0.0.0 /usr/lib/gambas3/gb.image.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.image.so.0.0.0 gb.image.so.0 || { rm -f gb.image.so.0 && ln -s gb.image.so.0.0.0 gb.image.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.image.so.0.0.0 gb.image.so || { rm -f gb.image.so && ln -s gb.image.so.0.0.0 gb.image.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.image.lai /usr/lib/gambas3/gb.image.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/image'
Installing the gb.image control icons if needed...
Creating the information files for gb.image component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/image'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/image'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/image'
Making install in gui
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/gui'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/gui'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.gui.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.gui.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.gui.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.gui.so.0.0.0 /usr/lib/gambas3/gb.gui.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.gui.so.0.0.0 gb.gui.so.0 || { rm -f gb.gui.so.0 && ln -s gb.gui.so.0.0.0 gb.gui.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.gui.so.0.0.0 gb.gui.so || { rm -f gb.gui.so && ln -s gb.gui.so.0.0.0 gb.gui.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.gui.lai /usr/lib/gambas3/gb.gui.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/gui'
Installing the gb.gui control icons if needed...
Creating the information files for gb.gui component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/gui'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/gui'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/gui'
Making install in gui.opengl
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/gui.opengl'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/gui.opengl'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.gui.opengl.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.gui.opengl.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.gui.opengl.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.gui.opengl.so.0.0.0 /usr/lib/gambas3/gb.gui.opengl.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.gui.opengl.so.0.0.0 gb.gui.opengl.so.0 || { rm -f gb.gui.opengl.so.0 && ln -s gb.gui.opengl.so.0.0.0 gb.gui.opengl.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.gui.opengl.so.0.0.0 gb.gui.opengl.so || { rm -f gb.gui.opengl.so && ln -s gb.gui.opengl.so.0.0.0 gb.gui.opengl.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.gui.opengl.lai /usr/lib/gambas3/gb.gui.opengl.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/gui.opengl'
Installing the gb.gui.opengl control icons if needed...
Creating the information files for gb.gui.opengl component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/gui.opengl'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/gui.opengl'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/gui.opengl'
Making install in image.effect
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/image.effect'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/image.effect'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.image.effect.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.image.effect.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.image.effect.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.image.effect.so.0.0.0 /usr/lib/gambas3/gb.image.effect.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.image.effect.so.0.0.0 gb.image.effect.so.0 || { rm -f gb.image.effect.so.0 && ln -s gb.image.effect.so.0.0.0 gb.image.effect.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.image.effect.so.0.0.0 gb.image.effect.so || { rm -f gb.image.effect.so && ln -s gb.image.effect.so.0.0.0 gb.image.effect.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.image.effect.lai /usr/lib/gambas3/gb.image.effect.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/image.effect'
Installing the gb.image.effect control icons if needed...
Creating the information files for gb.image.effect component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/image.effect'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/image.effect'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/image.effect'
Making install in signal
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/signal'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/signal'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.signal.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.signal.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.signal.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.signal.so.0.0.0 /usr/lib/gambas3/gb.signal.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.signal.so.0.0.0 gb.signal.so.0 || { rm -f gb.signal.so.0 && ln -s gb.signal.so.0.0.0 gb.signal.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.signal.so.0.0.0 gb.signal.so || { rm -f gb.signal.so && ln -s gb.signal.so.0.0.0 gb.signal.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.signal.lai /usr/lib/gambas3/gb.signal.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/signal'
Installing the gb.signal control icons if needed...
Creating the information files for gb.signal component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/signal'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/signal'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/signal'
Making install in complex
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/complex'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/complex'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.complex.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.complex.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.complex.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.complex.so.0.0.0 /usr/lib/gambas3/gb.complex.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.complex.so.0.0.0 gb.complex.so.0 || { rm -f gb.complex.so.0 && ln -s gb.complex.so.0.0.0 gb.complex.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.complex.so.0.0.0 gb.complex.so || { rm -f gb.complex.so && ln -s gb.complex.so.0.0.0 gb.complex.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.complex.lai /usr/lib/gambas3/gb.complex.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/complex'
Installing the gb.complex control icons if needed...
Creating the information files for gb.complex component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/complex'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/complex'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/complex'
Making install in data
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/data'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/data'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.data.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.data.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.data.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.data.so.0.0.0 /usr/lib/gambas3/gb.data.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.data.so.0.0.0 gb.data.so.0 || { rm -f gb.data.so.0 && ln -s gb.data.so.0.0.0 gb.data.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.data.so.0.0.0 gb.data.so || { rm -f gb.data.so && ln -s gb.data.so.0.0.0 gb.data.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.data.lai /usr/lib/gambas3/gb.data.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/data'
Installing the gb.data control icons if needed...
Creating the information files for gb.data component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/data'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/data'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib/data'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/lib'
Making install in share
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/share'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main/share'
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/chomwitt/Programming/gambas3-3.4.2/main/share'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main/share'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/main'
Making runtime symbolic link
Registering Gambas executable mimetype
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/main'
Making install in gb.compress.bzlib2
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.compress.bzlib2.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.compress.bzlib2.so.0.0.0 /usr/lib/gambas3/gb.compress.bzlib2.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.compress.bzlib2.so.0.0.0 gb.compress.bzlib2.so.0 || { rm -f gb.compress.bzlib2.so.0 && ln -s gb.compress.bzlib2.so.0.0.0 gb.compress.bzlib2.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.compress.bzlib2.so.0.0.0 gb.compress.bzlib2.so || { rm -f gb.compress.bzlib2.so && ln -s gb.compress.bzlib2.so.0.0.0 gb.compress.bzlib2.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.compress.bzlib2.lai /usr/lib/gambas3/gb.compress.bzlib2.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2'
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/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.bzlib2'
Making install in gb.compress.zlib
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.compress.zlib.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.compress.zlib.so.0.0.0 /usr/lib/gambas3/gb.compress.zlib.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.compress.zlib.so.0.0.0 gb.compress.zlib.so.0 || { rm -f gb.compress.zlib.so.0 && ln -s gb.compress.zlib.so.0.0.0 gb.compress.zlib.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.compress.zlib.so.0.0.0 gb.compress.zlib.so || { rm -f gb.compress.zlib.so && ln -s gb.compress.zlib.so.0.0.0 gb.compress.zlib.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.compress.zlib.lai /usr/lib/gambas3/gb.compress.zlib.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib'
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/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.compress.zlib'
Making install in gb.db.mysql
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.mysql'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.mysql'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.mysql'
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/chomwitt/Programming/gambas3-3.4.2/gb.db.mysql'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.mysql'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.mysql'
Making install in gb.db.odbc
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.db.odbc.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.db.odbc.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.db.odbc.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.db.odbc.so.0.0.0 /usr/lib/gambas3/gb.db.odbc.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.db.odbc.so.0.0.0 gb.db.odbc.so.0 || { rm -f gb.db.odbc.so.0 && ln -s gb.db.odbc.so.0.0.0 gb.db.odbc.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.db.odbc.so.0.0.0 gb.db.odbc.so || { rm -f gb.db.odbc.so && ln -s gb.db.odbc.so.0.0.0 gb.db.odbc.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.db.odbc.lai /usr/lib/gambas3/gb.db.odbc.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc/src'
Installing the gb.db.odbc control icons if needed...
Creating the information files for gb.db.odbc component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc'
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/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.odbc'
Making install in gb.db.postgresql
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.db.postgresql.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.db.postgresql.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.db.postgresql.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.db.postgresql.so.0.0.0 /usr/lib/gambas3/gb.db.postgresql.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.db.postgresql.so.0.0.0 gb.db.postgresql.so.0 || { rm -f gb.db.postgresql.so.0 && ln -s gb.db.postgresql.so.0.0.0 gb.db.postgresql.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.db.postgresql.so.0.0.0 gb.db.postgresql.so || { rm -f gb.db.postgresql.so && ln -s gb.db.postgresql.so.0.0.0 gb.db.postgresql.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.db.postgresql.lai /usr/lib/gambas3/gb.db.postgresql.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql/src'
Installing the gb.db.postgresql control icons if needed...
Creating the information files for gb.db.postgresql component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql'
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/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.postgresql'
Making install in gb.db.sqlite2
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.db.sqlite2.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.db.sqlite2.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.db.sqlite2.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.db.sqlite2.so.0.0.0 /usr/lib/gambas3/gb.db.sqlite2.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.db.sqlite2.so.0.0.0 gb.db.sqlite2.so.0 || { rm -f gb.db.sqlite2.so.0 && ln -s gb.db.sqlite2.so.0.0.0 gb.db.sqlite2.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.db.sqlite2.so.0.0.0 gb.db.sqlite2.so || { rm -f gb.db.sqlite2.so && ln -s gb.db.sqlite2.so.0.0.0 gb.db.sqlite2.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.db.sqlite2.lai /usr/lib/gambas3/gb.db.sqlite2.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2/src'
Installing the gb.db.sqlite2 control icons if needed...
Creating the information files for gb.db.sqlite2 component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2'
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/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite2'
Making install in gb.db.sqlite3
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.db.sqlite3.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.db.sqlite3.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.db.sqlite3.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.db.sqlite3.so.0.0.0 /usr/lib/gambas3/gb.db.sqlite3.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.db.sqlite3.so.0.0.0 gb.db.sqlite3.so.0 || { rm -f gb.db.sqlite3.so.0 && ln -s gb.db.sqlite3.so.0.0.0 gb.db.sqlite3.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.db.sqlite3.so.0.0.0 gb.db.sqlite3.so || { rm -f gb.db.sqlite3.so && ln -s gb.db.sqlite3.so.0.0.0 gb.db.sqlite3.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.db.sqlite3.lai /usr/lib/gambas3/gb.db.sqlite3.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3/src'
Installing the gb.db.sqlite3 control icons if needed...
Creating the information files for gb.db.sqlite3 component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3'
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/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.db.sqlite3'
Making install in gb.net
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.net.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.net.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.net.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.net.so.0.0.0 /usr/lib/gambas3/gb.net.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.net.so.0.0.0 gb.net.so.0 || { rm -f gb.net.so.0 && ln -s gb.net.so.0.0.0 gb.net.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.net.so.0.0.0 gb.net.so || { rm -f gb.net.so && ln -s gb.net.so.0.0.0 gb.net.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.net.lai /usr/lib/gambas3/gb.net.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net/src'
Installing the gb.net control icons if needed...
Creating the information files for gb.net component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net'
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/chomwitt/Programming/gambas3-3.4.2/gb.net'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net'
Making install in gb.net.curl
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.net.curl.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.net.curl.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.net.curl.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.net.curl.so.0.0.0 /usr/lib/gambas3/gb.net.curl.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.net.curl.so.0.0.0 gb.net.curl.so.0 || { rm -f gb.net.curl.so.0 && ln -s gb.net.curl.so.0.0.0 gb.net.curl.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.net.curl.so.0.0.0 gb.net.curl.so || { rm -f gb.net.curl.so && ln -s gb.net.curl.so.0.0.0 gb.net.curl.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.net.curl.lai /usr/lib/gambas3/gb.net.curl.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl/src'
Installing the gb.net.curl control icons if needed...
Creating the information files for gb.net.curl component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl'
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/chomwitt/Programming/gambas3-3.4.2/gb.net.curl'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.curl'
Making install in gb.net.smtp
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.net.smtp.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.net.smtp.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.net.smtp.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.net.smtp.so.0.0.0 /usr/lib/gambas3/gb.net.smtp.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.net.smtp.so.0.0.0 gb.net.smtp.so.0 || { rm -f gb.net.smtp.so.0 && ln -s gb.net.smtp.so.0.0.0 gb.net.smtp.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.net.smtp.so.0.0.0 gb.net.smtp.so || { rm -f gb.net.smtp.so && ln -s gb.net.smtp.so.0.0.0 gb.net.smtp.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.net.smtp.lai /usr/lib/gambas3/gb.net.smtp.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp/src'

Compiling the gb.net.smtp project...
gb.net.smtp
OK
Installing the gb.net.smtp control icons if needed...
Creating the information files for gb.net.smtp component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp'
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/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.net.smtp'
Making install in gb.mime
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.mime.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.mime.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.mime.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.mime.so.0.0.0 /usr/lib/gambas3/gb.mime.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.mime.so.0.0.0 gb.mime.so.0 || { rm -f gb.mime.so.0 && ln -s gb.mime.so.0.0.0 gb.mime.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.mime.so.0.0.0 gb.mime.so || { rm -f gb.mime.so && ln -s gb.mime.so.0.0.0 gb.mime.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.mime.lai /usr/lib/gambas3/gb.mime.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime/src'
Installing the gb.mime control icons if needed...
Creating the information files for gb.mime component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime'
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/chomwitt/Programming/gambas3-3.4.2/gb.mime'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.mime'
Making install in gb.pcre
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.pcre.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.pcre.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.pcre.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.pcre.so.0.0.0 /usr/lib/gambas3/gb.pcre.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.pcre.so.0.0.0 gb.pcre.so.0 || { rm -f gb.pcre.so.0 && ln -s gb.pcre.so.0.0.0 gb.pcre.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.pcre.so.0.0.0 gb.pcre.so || { rm -f gb.pcre.so && ln -s gb.pcre.so.0.0.0 gb.pcre.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.pcre.lai /usr/lib/gambas3/gb.pcre.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre/src'
Installing the gb.pcre control icons if needed...
Creating the information files for gb.pcre component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre'
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/chomwitt/Programming/gambas3-3.4.2/gb.pcre'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pcre'
Making install in gb.sdl
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.sdl.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.sdl.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.sdl.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.sdl.so.0.0.0 /usr/lib/gambas3/gb.sdl.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.sdl.so.0.0.0 gb.sdl.so.0 || { rm -f gb.sdl.so.0 && ln -s gb.sdl.so.0.0.0 gb.sdl.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.sdl.so.0.0.0 gb.sdl.so || { rm -f gb.sdl.so && ln -s gb.sdl.so.0.0.0 gb.sdl.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.sdl.lai /usr/lib/gambas3/gb.sdl.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl/src'
Installing the gb.sdl extra data files...
Installing the gb.sdl control icons if needed...
Creating the information files for gb.sdl component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl'
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/chomwitt/Programming/gambas3-3.4.2/gb.sdl'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl'
Making install in gb.sdl.sound
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.sdl.sound.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.sdl.sound.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.sdl.sound.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.sdl.sound.so.0.0.0 /usr/lib/gambas3/gb.sdl.sound.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.sdl.sound.so.0.0.0 gb.sdl.sound.so.0 || { rm -f gb.sdl.sound.so.0 && ln -s gb.sdl.sound.so.0.0.0 gb.sdl.sound.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.sdl.sound.so.0.0.0 gb.sdl.sound.so || { rm -f gb.sdl.sound.so && ln -s gb.sdl.sound.so.0.0.0 gb.sdl.sound.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.sdl.sound.lai /usr/lib/gambas3/gb.sdl.sound.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound/src'
Installing the gb.sdl.sound control icons if needed...
Creating the information files for gb.sdl.sound component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound'
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/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.sdl.sound'
Making install in gb.libxml
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.libxml.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.libxml.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.libxml.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.libxml.so.0.0.0 /usr/lib/gambas3/gb.libxml.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.libxml.so.0.0.0 gb.libxml.so.0 || { rm -f gb.libxml.so.0 && ln -s gb.libxml.so.0.0.0 gb.libxml.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.libxml.so.0.0.0 gb.libxml.so || { rm -f gb.libxml.so && ln -s gb.libxml.so.0.0.0 gb.libxml.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.libxml.lai /usr/lib/gambas3/gb.libxml.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml/src'
Installing the gb.libxml control icons if needed...
Creating the information files for gb.libxml component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml'
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/chomwitt/Programming/gambas3-3.4.2/gb.libxml'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.libxml'
Making install in gb.xml
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src'
Making install in .
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.xml.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.xml.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.xml.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.xml.so.0.0.0 /usr/lib/gambas3/gb.xml.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.xml.so.0.0.0 gb.xml.so.0 || { rm -f gb.xml.so.0 && ln -s gb.xml.so.0.0.0 gb.xml.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.xml.so.0.0.0 gb.xml.so || { rm -f gb.xml.so && ln -s gb.xml.so.0.0.0 gb.xml.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.xml.lai /usr/lib/gambas3/gb.xml.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src'

Compiling the gb.xml project...
gb.xml
OK
Installing the gb.xml control icons if needed...
Creating the information files for gb.xml component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src'
Making install in html
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/html'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/html'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.xml.html.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.xml.html.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.xml.html.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.xml.html.so.0.0.0 /usr/lib/gambas3/gb.xml.html.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.xml.html.so.0.0.0 gb.xml.html.so.0 || { rm -f gb.xml.html.so.0 && ln -s gb.xml.html.so.0.0.0 gb.xml.html.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.xml.html.so.0.0.0 gb.xml.html.so || { rm -f gb.xml.html.so && ln -s gb.xml.html.so.0.0.0 gb.xml.html.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.xml.html.lai /usr/lib/gambas3/gb.xml.html.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/html'
Installing the gb.xml.html control icons if needed...
Creating the information files for gb.xml.html component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/html'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/html'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/html'
Making install in xslt
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/xslt'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/xslt'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.xml.xslt.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.xml.xslt.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.xml.xslt.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.xml.xslt.so.0.0.0 /usr/lib/gambas3/gb.xml.xslt.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.xml.xslt.so.0.0.0 gb.xml.xslt.so.0 || { rm -f gb.xml.xslt.so.0 && ln -s gb.xml.xslt.so.0.0.0 gb.xml.xslt.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.xml.xslt.so.0.0.0 gb.xml.xslt.so || { rm -f gb.xml.xslt.so && ln -s gb.xml.xslt.so.0.0.0 gb.xml.xslt.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.xml.xslt.lai /usr/lib/gambas3/gb.xml.xslt.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/xslt'
Installing the gb.xml.xslt control icons if needed...
Creating the information files for gb.xml.xslt component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/xslt'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/xslt'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/xslt'
Making install in rpc
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/rpc'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/rpc'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.xml.rpc.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.xml.rpc.component '/usr/lib/gambas3'
make  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/rpc'

Compiling the gb.xml.rpc project...
gbi3: warning: component gb.xml.rpc not found
gb.xml.rpc
gbc: error: Component not found: gb.net.curl
Installing the gb.xml.rpc control icons if needed...
Creating the information files for gb.xml.rpc component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/rpc'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/rpc'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src/rpc'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml'
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/chomwitt/Programming/gambas3-3.4.2/gb.xml'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.xml'
Making install in gb.v4l
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.v4l.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.v4l.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.v4l.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.v4l.so.0.0.0 /usr/lib/gambas3/gb.v4l.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.v4l.so.0.0.0 gb.v4l.so.0 || { rm -f gb.v4l.so.0 && ln -s gb.v4l.so.0.0.0 gb.v4l.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.v4l.so.0.0.0 gb.v4l.so || { rm -f gb.v4l.so && ln -s gb.v4l.so.0.0.0 gb.v4l.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.v4l.lai /usr/lib/gambas3/gb.v4l.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l/src'
Installing the gb.v4l control icons if needed...
Creating the information files for gb.v4l component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l'
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/chomwitt/Programming/gambas3-3.4.2/gb.v4l'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.v4l'
Making install in gb.crypt
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.crypt.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.crypt.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.crypt.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.crypt.so.0.0.0 /usr/lib/gambas3/gb.crypt.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.crypt.so.0.0.0 gb.crypt.so.0 || { rm -f gb.crypt.so.0 && ln -s gb.crypt.so.0.0.0 gb.crypt.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.crypt.so.0.0.0 gb.crypt.so || { rm -f gb.crypt.so && ln -s gb.crypt.so.0.0.0 gb.crypt.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.crypt.lai /usr/lib/gambas3/gb.crypt.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt/src'
Installing the gb.crypt control icons if needed...
Creating the information files for gb.crypt component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt'
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/chomwitt/Programming/gambas3-3.4.2/gb.crypt'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.crypt'
Making install in gb.qt4
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src'
Making install in .
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.qt4.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.qt4.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.qt4.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.qt4.so.0.0.0 /usr/lib/gambas3/gb.qt4.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.qt4.so.0.0.0 gb.qt4.so.0 || { rm -f gb.qt4.so.0 && ln -s gb.qt4.so.0.0.0 gb.qt4.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.qt4.so.0.0.0 gb.qt4.so || { rm -f gb.qt4.so && ln -s gb.qt4.so.0.0.0 gb.qt4.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.qt4.lai /usr/lib/gambas3/gb.qt4.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src'
Installing the gb.qt4 control icons if needed...
Creating the information files for gb.qt4 component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src'
Making install in ext
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src/ext'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src/ext'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.qt4.ext.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.qt4.ext.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.qt4.ext.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.qt4.ext.so.0.0.0 /usr/lib/gambas3/gb.qt4.ext.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.qt4.ext.so.0.0.0 gb.qt4.ext.so.0 || { rm -f gb.qt4.ext.so.0 && ln -s gb.qt4.ext.so.0.0.0 gb.qt4.ext.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.qt4.ext.so.0.0.0 gb.qt4.ext.so || { rm -f gb.qt4.ext.so && ln -s gb.qt4.ext.so.0.0.0 gb.qt4.ext.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.qt4.ext.lai /usr/lib/gambas3/gb.qt4.ext.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src/ext'
Installing the gb.qt4.ext control icons if needed...
Creating the information files for gb.qt4.ext component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src/ext'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src/ext'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src/ext'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4'
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/chomwitt/Programming/gambas3-3.4.2/gb.qt4'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.qt4'
Making install in gb.gtk
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src'
Making install in .
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.gtk.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.gtk.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.gtk.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.gtk.so.0.0.0 /usr/lib/gambas3/gb.gtk.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.gtk.so.0.0.0 gb.gtk.so.0 || { rm -f gb.gtk.so.0 && ln -s gb.gtk.so.0.0.0 gb.gtk.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.gtk.so.0.0.0 gb.gtk.so || { rm -f gb.gtk.so && ln -s gb.gtk.so.0.0.0 gb.gtk.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.gtk.lai /usr/lib/gambas3/gb.gtk.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src'
Installing the gb.gtk control icons if needed...
Creating the information files for gb.gtk component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src'
Making install in opengl
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src/opengl'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src/opengl'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.gtk.opengl.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.gtk.opengl.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.gtk.opengl.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.gtk.opengl.so.0.0.0 /usr/lib/gambas3/gb.gtk.opengl.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.gtk.opengl.so.0.0.0 gb.gtk.opengl.so.0 || { rm -f gb.gtk.opengl.so.0 && ln -s gb.gtk.opengl.so.0.0.0 gb.gtk.opengl.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.gtk.opengl.so.0.0.0 gb.gtk.opengl.so || { rm -f gb.gtk.opengl.so && ln -s gb.gtk.opengl.so.0.0.0 gb.gtk.opengl.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.gtk.opengl.lai /usr/lib/gambas3/gb.gtk.opengl.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src/opengl'
Installing the gb.gtk.opengl control icons if needed...
Creating the information files for gb.gtk.opengl component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src/opengl'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src/opengl'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src/opengl'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk'
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/chomwitt/Programming/gambas3-3.4.2/gb.gtk'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gtk'
Making install in gb.opengl
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src'
Making install in .
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.opengl.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.opengl.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.opengl.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.opengl.so.0.0.0 /usr/lib/gambas3/gb.opengl.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.opengl.so.0.0.0 gb.opengl.so.0 || { rm -f gb.opengl.so.0 && ln -s gb.opengl.so.0.0.0 gb.opengl.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.opengl.so.0.0.0 gb.opengl.so || { rm -f gb.opengl.so && ln -s gb.opengl.so.0.0.0 gb.opengl.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.opengl.lai /usr/lib/gambas3/gb.opengl.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src'
Installing the gb.opengl control icons if needed...
Creating the information files for gb.opengl component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src'
Making install in glsl
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src/glsl'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src/glsl'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.opengl.glsl.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.opengl.glsl.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.opengl.glsl.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.opengl.glsl.so.0.0.0 /usr/lib/gambas3/gb.opengl.glsl.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.opengl.glsl.so.0.0.0 gb.opengl.glsl.so.0 || { rm -f gb.opengl.glsl.so.0 && ln -s gb.opengl.glsl.so.0.0.0 gb.opengl.glsl.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.opengl.glsl.so.0.0.0 gb.opengl.glsl.so || { rm -f gb.opengl.glsl.so && ln -s gb.opengl.glsl.so.0.0.0 gb.opengl.glsl.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.opengl.glsl.lai /usr/lib/gambas3/gb.opengl.glsl.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src/glsl'
Installing the gb.opengl.glsl control icons if needed...
Creating the information files for gb.opengl.glsl component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src/glsl'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src/glsl'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src/glsl'
Making install in glu
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src/glu'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src/glu'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.opengl.glu.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.opengl.glu.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.opengl.glu.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.opengl.glu.so.0.0.0 /usr/lib/gambas3/gb.opengl.glu.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.opengl.glu.so.0.0.0 gb.opengl.glu.so.0 || { rm -f gb.opengl.glu.so.0 && ln -s gb.opengl.glu.so.0.0.0 gb.opengl.glu.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.opengl.glu.so.0.0.0 gb.opengl.glu.so || { rm -f gb.opengl.glu.so && ln -s gb.opengl.glu.so.0.0.0 gb.opengl.glu.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.opengl.glu.lai /usr/lib/gambas3/gb.opengl.glu.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src/glu'
Installing the gb.opengl.glu control icons if needed...
Creating the information files for gb.opengl.glu component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src/glu'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src/glu'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src/glu'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl'
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/chomwitt/Programming/gambas3-3.4.2/gb.opengl'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.opengl'
Making install in gb.desktop
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src'
Making install in .
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.desktop.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.desktop.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.desktop.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.desktop.so.0.0.0 /usr/lib/gambas3/gb.desktop.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.desktop.so.0.0.0 gb.desktop.so.0 || { rm -f gb.desktop.so.0 && ln -s gb.desktop.so.0.0.0 gb.desktop.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.desktop.so.0.0.0 gb.desktop.so || { rm -f gb.desktop.so && ln -s gb.desktop.so.0.0.0 gb.desktop.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.desktop.lai /usr/lib/gambas3/gb.desktop.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[5]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src'

Compiling the gb.desktop project...
gb.desktop
OK
Installing the gb.desktop control icons if needed...
Creating the information files for gb.desktop component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[5]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src'
make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src'
Making install in gnome
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src/gnome'
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src/gnome'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   gb.desktop.gnome.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.desktop.gnome.so.0.0.0 /usr/lib/gambas3/gb.desktop.gnome.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.desktop.gnome.so.0.0.0 gb.desktop.gnome.so.0 || { rm -f gb.desktop.gnome.so.0 && ln -s gb.desktop.gnome.so.0.0.0 gb.desktop.gnome.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.desktop.gnome.so.0.0.0 gb.desktop.gnome.so || { rm -f gb.desktop.gnome.so && ln -s gb.desktop.gnome.so.0.0.0 gb.desktop.gnome.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.desktop.gnome.lai /usr/lib/gambas3/gb.desktop.gnome.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src/gnome'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src/gnome'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop'
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/chomwitt/Programming/gambas3-3.4.2/gb.desktop'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.desktop'
Making install in gb.pdf
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.pdf.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.pdf.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.pdf.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.pdf.so.0.0.0 /usr/lib/gambas3/gb.pdf.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.pdf.so.0.0.0 gb.pdf.so.0 || { rm -f gb.pdf.so.0 && ln -s gb.pdf.so.0.0.0 gb.pdf.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.pdf.so.0.0.0 gb.pdf.so || { rm -f gb.pdf.so && ln -s gb.pdf.so.0.0.0 gb.pdf.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.pdf.lai /usr/lib/gambas3/gb.pdf.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf/src'
Installing the gb.pdf control icons if needed...
Creating the information files for gb.pdf component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf'
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/chomwitt/Programming/gambas3-3.4.2/gb.pdf'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.pdf'
Making install in gb.cairo
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.cairo.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.cairo.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.cairo.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.cairo.so.0.0.0 /usr/lib/gambas3/gb.cairo.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.cairo.so.0.0.0 gb.cairo.so.0 || { rm -f gb.cairo.so.0 && ln -s gb.cairo.so.0.0.0 gb.cairo.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.cairo.so.0.0.0 gb.cairo.so || { rm -f gb.cairo.so && ln -s gb.cairo.so.0.0.0 gb.cairo.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.cairo.lai /usr/lib/gambas3/gb.cairo.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo/src'
Installing the gb.cairo control icons if needed...
Creating the information files for gb.cairo component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo'
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/chomwitt/Programming/gambas3-3.4.2/gb.cairo'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.cairo'
Making install in gb.image.io
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.image.io.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.image.io.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.image.io.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.image.io.so.0.0.0 /usr/lib/gambas3/gb.image.io.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.image.io.so.0.0.0 gb.image.io.so.0 || { rm -f gb.image.io.so.0 && ln -s gb.image.io.so.0.0.0 gb.image.io.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.image.io.so.0.0.0 gb.image.io.so || { rm -f gb.image.io.so && ln -s gb.image.io.so.0.0.0 gb.image.io.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.image.io.lai /usr/lib/gambas3/gb.image.io.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io/src'
Installing the gb.image.io control icons if needed...
Creating the information files for gb.image.io component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io'
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/chomwitt/Programming/gambas3-3.4.2/gb.image.io'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.io'
Making install in gb.image.imlib
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.image.imlib.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.image.imlib.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.image.imlib.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.image.imlib.so.0.0.0 /usr/lib/gambas3/gb.image.imlib.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.image.imlib.so.0.0.0 gb.image.imlib.so.0 || { rm -f gb.image.imlib.so.0 && ln -s gb.image.imlib.so.0.0.0 gb.image.imlib.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.image.imlib.so.0.0.0 gb.image.imlib.so || { rm -f gb.image.imlib.so && ln -s gb.image.imlib.so.0.0.0 gb.image.imlib.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.image.imlib.lai /usr/lib/gambas3/gb.image.imlib.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib/src'
Installing the gb.image.imlib control icons if needed...
Creating the information files for gb.image.imlib component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib'
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/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.image.imlib'
Making install in gb.dbus
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.dbus.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.dbus.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.dbus.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.dbus.so.0.0.0 /usr/lib/gambas3/gb.dbus.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.dbus.so.0.0.0 gb.dbus.so.0 || { rm -f gb.dbus.so.0 && ln -s gb.dbus.so.0.0.0 gb.dbus.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.dbus.so.0.0.0 gb.dbus.so || { rm -f gb.dbus.so && ln -s gb.dbus.so.0.0.0 gb.dbus.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.dbus.lai /usr/lib/gambas3/gb.dbus.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus/src'

Compiling the gb.dbus project...
gb.dbus
OK
Installing the gb.dbus control icons if needed...
Creating the information files for gb.dbus component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus'
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/chomwitt/Programming/gambas3-3.4.2/gb.dbus'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.dbus'
Making install in gb.gsl
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.gsl.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.gsl.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.gsl.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.gsl.so.0.0.0 /usr/lib/gambas3/gb.gsl.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.gsl.so.0.0.0 gb.gsl.so.0 || { rm -f gb.gsl.so.0 && ln -s gb.gsl.so.0.0.0 gb.gsl.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.gsl.so.0.0.0 gb.gsl.so || { rm -f gb.gsl.so && ln -s gb.gsl.so.0.0.0 gb.gsl.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.gsl.lai /usr/lib/gambas3/gb.gsl.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl/src'
Installing the gb.gsl control icons if needed...
Creating the information files for gb.gsl component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl'
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/chomwitt/Programming/gambas3-3.4.2/gb.gsl'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.gsl'
Making install in gb.ncurses
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.ncurses.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.ncurses.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.ncurses.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.ncurses.so.0.0.0 /usr/lib/gambas3/gb.ncurses.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.ncurses.so.0.0.0 gb.ncurses.so.0 || { rm -f gb.ncurses.so.0 && ln -s gb.ncurses.so.0.0.0 gb.ncurses.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.ncurses.so.0.0.0 gb.ncurses.so || { rm -f gb.ncurses.so && ln -s gb.ncurses.so.0.0.0 gb.ncurses.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.ncurses.lai /usr/lib/gambas3/gb.ncurses.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses/src'
Installing the gb.ncurses control icons if needed...
Creating the information files for gb.ncurses component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses'
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/chomwitt/Programming/gambas3-3.4.2/gb.ncurses'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.ncurses'
Making install in gb.media
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.media.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.media.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.media.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.media.so.0.0.0 /usr/lib/gambas3/gb.media.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.media.so.0.0.0 gb.media.so.0 || { rm -f gb.media.so.0 && ln -s gb.media.so.0.0.0 gb.media.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.media.so.0.0.0 gb.media.so || { rm -f gb.media.so && ln -s gb.media.so.0.0.0 gb.media.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.media.lai /usr/lib/gambas3/gb.media.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media/src'
Installing the gb.media control icons if needed...
Creating the information files for gb.media component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media'
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/chomwitt/Programming/gambas3-3.4.2/gb.media'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.media'
Making install in gb.jit
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.jit'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.jit'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.jit'
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/chomwitt/Programming/gambas3-3.4.2/gb.jit'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.jit'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.jit'
Making install in gb.httpd
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd'
Making install in src
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd/src'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd/src'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.httpd.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /usr/bin/install -c -m 644 gb.httpd.component '/usr/lib/gambas3'
 /bin/mkdir -p '/usr/lib/gambas3'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   gb.httpd.la '/usr/lib/gambas3'
libtool: install: /usr/bin/install -c .libs/gb.httpd.so.0.0.0 /usr/lib/gambas3/gb.httpd.so.0.0.0
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.httpd.so.0.0.0 gb.httpd.so.0 || { rm -f gb.httpd.so.0 && ln -s gb.httpd.so.0.0.0 gb.httpd.so.0; }; })
libtool: install: (cd /usr/lib/gambas3 && { ln -s -f gb.httpd.so.0.0.0 gb.httpd.so || { rm -f gb.httpd.so && ln -s gb.httpd.so.0.0.0 gb.httpd.so; }; })
libtool: install: /usr/bin/install -c .libs/gb.httpd.lai /usr/lib/gambas3/gb.httpd.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/gambas3
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/gambas3

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  install-data-hook
make[4]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd/src'
Installing the gb.httpd control icons if needed...
Creating the information files for gb.httpd component...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found

make[4]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd/src'
make[3]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd/src'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd/src'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd'
make[3]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd'
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/chomwitt/Programming/gambas3-3.4.2/gb.httpd'
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/gb.httpd'
Making install in comp
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/comp'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/comp'
Installing the components...
Compiling gb.eval.highlight...
OK
Installing gb.eval.highlight...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found
Compiling gb.args...
OK
Installing gb.args...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found
Compiling gb.settings...
OK
Installing gb.settings...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found
Compiling gb.gui.base...
OK
Installing gb.gui.base...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found
Compiling gb.form...
OK
Installing gb.form...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found
Compiling gb.form.stock...
OK
Installing gb.form.stock...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found
Compiling gb.form.dialog...
OK
Installing gb.form.dialog...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found
Compiling gb.form.mdi...
OK
Installing gb.form.mdi...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found
Compiling gb.db.form...
OK
Installing gb.db.form...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found
Compiling gb.web...
OK
Installing gb.web...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found
Compiling gb.report...
OK
Installing gb.report...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found
Compiling gb.chart...
OK
Installing gb.chart...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found
Compiling gb.mysql...
OK
Installing gb.mysql...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found
Compiling gb.net.pop3...
OK
Installing gb.net.pop3...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found
Compiling gb.memcached...
OK
Installing gb.memcached...
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
/usr/bin/gbi3: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory
gbi3: warning: component gb.xml.rpc not found
Compiling gb.map...
gbc: error: Component not found: gb.net.curl
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/comp'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/comp'
Making install in app
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/app'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/app'
Installing the development environment...
Compiling gambas3...
gbc: error: Component not found: gb.qt4.webkit
Compiling gbs3...
OK
Installing gbs3...
ln: failed to create symbolic link ?/usr/bin/gambas3?: ?? ?????? ???????
Installing the scripter...
ln: failed to create symbolic link ?/usr/bin/gbs3?: ?? ?????? ???????
ln: failed to create symbolic link ?/usr/bin/gbw3?: ?? ?????? ???????
Registering Gambas script mimetype
Registering Gambas server page mimetype
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/app'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/app'
Making install in examples
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/examples'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2/examples'

Installing the gambas examples...
Copying...
Compiling Automation/DBusExplorer/...
OK
Compiling Basic/Blights/...
OK
Compiling Basic/Collection/...
OK
Compiling Basic/DragNDrop/...
OK
Compiling Basic/Object/...
OK
Compiling Basic/Timer/...
OK
Compiling Control/ArrayOfControls/...
OK
Compiling Control/Embedder/...
OK
Compiling Control/HighlightEditor/...
OK
Compiling Control/MapView/...
gbc: error: Component not found: gb.net.curl
Compiling Control/TextEdit/...
OK
Compiling Control/TreeView/...
OK
Compiling Control/Wizard/...
OK
Compiling Database/Database/...
OK
Compiling Database/MySQLExample/...
gbc: error: Component not found: gb.db.mysql
Compiling Database/PictureDatabase/...
OK
Compiling Drawing/AnalogWatch/...
OK
Compiling Drawing/Barcode/...
OK
Compiling Drawing/Chart/...
OK
Compiling Drawing/Clock/...
OK
Compiling Drawing/Fractal/...
OK
Compiling Drawing/Gravity/...
OK
Compiling Drawing/GSLSpline/...
OK
Compiling Drawing/OnScreenDisplay/...
OK
Compiling Drawing/Painting/...
OK
Compiling Drawing/Tablet/...
OK
Compiling Games/BeastScroll/...
OK
Compiling Games/Concent/...
OK
Compiling Games/DeepSpace/...
OK
Compiling Games/GameOfLife/...
OK
Compiling Games/GNUBoxWorld/...
OK
Compiling Games/MineSweeper/...
OK
Compiling Games/Puzzle1To8/...
OK
Compiling Games/RobotFindsKitten/...
OK
Compiling Games/Snake/...
OK
Compiling Games/Solitaire/...
OK
Compiling Games/StarField/...
OK
Compiling Image/ImageViewer/...
OK
Compiling Image/Lighttable/...
gbc: error: Component not found: gb.qt4.webkit
Compiling Image/PhotoTouch/...
OK
Compiling Misc/Console/...
OK
Compiling Misc/Evaluator/...
OK
Compiling Misc/Explorer/...
OK
Compiling Misc/Notepad/...
OK
Compiling Misc/PDFViewer/...
OK
Compiling Multimedia/CDPlayer/...
OK
Compiling Multimedia/MediaPlayer/...
OK
Compiling Multimedia/MoviePlayer/...
OK
Compiling Multimedia/MusicPlayer/...
OK
Compiling Multimedia/MyWebCam/...
OK
Compiling Multimedia/WebCam/...
OK
Compiling Networking/ClientSocket/...
OK
Compiling Networking/DnsClient/...
OK
Compiling Networking/HTTPGet/...
gbc: error: Component not found: gb.net.curl
Compiling Networking/HTTPPost/...
gbc: error: Component not found: gb.net.curl
Compiling Networking/POPMailbox/...
OK
Compiling Networking/SerialPort/...
OK
Compiling Networking/ServerSocket/...
gbc: error: Component not found: gb.net.curl
Compiling Networking/UDPServerClient/...
OK
Compiling Networking/WebBrowser/...
gbc: error: Component not found: gb.qt4.webkit
Compiling OpenGL/3DWebCam/...
OK
Compiling OpenGL/GambasGears/...
OK
Compiling OpenGL/NeHeTutorial/...
OK
Compiling OpenGL/NeHeTutorialShell/...
OK
Compiling OpenGL/PDFPresentation/...
gbc: error: Component not found: gb.qt4.opengl
Compiling OpenGL/TunnelSDL/...
OK
Compiling Printing/Printing/...
OK
Compiling Printing/ReportExample/...
OK
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/examples'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2/examples'
Making install in .
make[1]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2'
make[2]: Entering directory `/home/chomwitt/Programming/gambas3-3.4.2'

||
|| Unable to compile gb.map
|| Unable to compile gambas3
||

make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2'
make[1]: Leaving directory `/home/chomwitt/Programming/gambas3-3.4.2'


More information about the User mailing list