[Gambas-user] Compiling issues on Suse 10.2

Rolf-Werner Eilert eilert-sprachen at ...221...
Mon May 14 16:11:17 CEST 2007


Vince Scott schrieb:
> Steven,
> 
> What kind of message are you getting? I installed on SLED 10 and everything
> compiled fine but the IDE wouldn't load because of a missing image file, but
> all the executables ran fine. I had to modify a line code and recompiled to
> get it to come IDE to come up.
> 
> Vince
> 
> -----Original Message-----
> From: gambas-user-bounces at lists.sourceforge.net
> [mailto:gambas-user-bounces at lists.sourceforge.net] On Behalf Of Steven
> Lobbezoo
> Sent: Monday, May 14, 2007 6:32 AM
> To: info at ...394...; mailing list for gambas users
> Subject: Re: [Gambas-user] Compiling issues on Suse 10.2
> 
> Hi,
> 
> I've OpenSuse 10.2
> No problem att all compiling. You must be missing some libs.
> If you send the output of make, i'll have a look.
> 
> Steven
> 
> 
> Le lundi 14 mai 2007 12:21, Rolf-Werner Eilert a écrit :
>> Hi folks,
>>
>> just finished installing a brand new Suse 10.2 and found it doesn't
>> compile Gambas anymore, neither of the current versions.
>>
>> On my Suse 10.1 at home, there's no problem with any version.
>>
>> Does anyone here spontaneously know the reason, or do you need the
>> compiling messages? (It's on another machine than this one, so I'd have
>> to copy/paste from one to the other - no idea how to handle this, that's
>> why I ask first :-) )
>>
>> Thanks for all ideas
>>
>> Regards
>>
>> Rolf
>>



Alright, here you are. This is ./configure and the rest of the make 
stuff. Can you recognise anything from it?

Thanks

Rolf


server3:/home/tester/Downloads/Gambas/gambas-1.0.17 # ./configure
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working alloca.h... yes
checking for alloca... yes
checking whether gcc needs -traditional... no
checking return type of signal handlers... void
checking for working strcoll... yes
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for wait3 that fills in rusage... yes
checking for getcwd... yes
checking for gettimeofday... yes
checking for mkdir... yes
checking for rmdir... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strtod... yes
checking for strtol... yes
checking for sysinfo... yes
checking for setenv... yes
checking for unsetenv... yes
checking for getdomainname... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports 
shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports 
shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports 
shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... 
(cached) yes
appending configuration tag "F77" to libtool
checking for main in -lm... yes
checking for main in -lz... yes
checking for main in -lgcc_s... yes
checking for main in -lstdc++... 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 external internationalization library headers... /usr/include/
checking for external internationalization library libraries... no
configure: WARNING: *** external internationalization library is disabled
checking for external charset conversion library headers... /usr/include/
checking for external charset conversion library libraries... no
configure: WARNING: *** external charset conversion library is disabled
checking for external gettext library headers...
checking for external gettext library libraries... no
configure: WARNING: *** external gettext library is disabled
checking for QT component headers... /usr/lib/qt3/include/
checking for QT component libraries... /usr/lib/qt3/lib/
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XOpenDisplay in -lX11... yes
checking for XShmAttach in -lXext... yes
checking for QT meta-object compiler... /usr/bin/
checking for KDE 3.x component headers... /opt/kde3/include/
checking for KDE 3.x component libraries... /opt/kde3/lib/
checking for Networking component headers...
checking for Networking component libraries...
checking for Advanced networking component headers... /usr/include/curl/
checking for Advanced networking component libraries... /usr/lib/
checking for PostgreSQL driver headers... no
checking for PostgreSQL driver libraries... no
configure: WARNING: *** PostgreSQL driver is disabled
checking for MySQL driver headers... no
checking for MySQL driver libraries... no
configure: WARNING: *** MySQL driver is disabled
checking for SQLite driver headers... no
checking for SQLite driver libraries... no
configure: WARNING: *** SQLite driver is disabled
checking for SDL component headers... no
checking for SDL component libraries... no
configure: WARNING: *** SDL component is disabled
checking for Visual Basic compatibility component headers...
checking for Visual Basic compatibility component libraries...
checking for zlib compression headers... /usr/include/
checking for zlib compression libraries... /usr/lib/
checking for bzlib2 compression headers... /usr/include/
checking for bzlib2 compression libraries... /usr/lib/
checking for XML parser component headers... /usr/include/libxml2/
checking for XML parser component libraries... /usr/lib/
checking for XSLT/XML parser component headers... /usr/include/
checking for XSLT/XML parser component libraries... /usr/lib/
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/share/Makefile
config.status: creating src/comp/Makefile
config.status: creating src/exec/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/lib/debug/Makefile
config.status: creating src/lib/eval/Makefile
config.status: creating src/lib/qt/Makefile
config.status: creating src/lib/qt/editor/Makefile
config.status: creating src/lib/qt/ext/Makefile
config.status: creating src/lib/qt/kde/Makefile
config.status: creating src/lib/qt/kde/html/Makefile
config.status: creating src/lib/db/Makefile
config.status: creating src/lib/db/mysql/Makefile
config.status: creating src/lib/db/postgresql/Makefile
config.status: creating src/lib/db/sqlite/Makefile
config.status: creating src/lib/sdl/Makefile
config.status: creating src/lib/net/Makefile
config.status: creating src/lib/net/curl/Makefile
config.status: creating src/lib/vb/Makefile
config.status: creating src/lib/compress/Makefile
config.status: creating src/lib/compress/zlib/Makefile
config.status: creating src/lib/compress/bzlib2/Makefile
config.status: creating src/lib/xml/Makefile
config.status: creating src/lib/xml/libxml/Makefile
config.status: creating src/lib/xml/libxml/xslt/Makefile
config.status: creating src/lib/xml/libxml/rpc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: configuring in libltdl
configure: running /bin/sh './configure' --prefix=/opt/gambas 
--enable-ltdl-convenience --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports 
shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking 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... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports 
shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports 
shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking which extension is used for loadable modules... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib 
/usr/X11R6/lib /usr/X11R6/lib/Xaw3d /usr/X11R6/lib /usr/lib/Xaw3d 
/usr/i386-suse-linux/lib /usr/local/lib /opt/kde3/lib /opt/gnome/lib 
include /etc/ld.so.conf.d/*.conf
checking for objdir... .libs
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_append... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands

if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_value.lo -MD -MP -MF 
".deps/gbx_value.Tpo" -c -o gbx_value.lo gbx_value.c; \
         then mv -f ".deps/gbx_value.Tpo" ".deps/gbx_value.Plo"; else rm 
-f ".deps/gbx_value.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_value.lo -MD -MP 
-MF .deps/gbx_value.Tpo -c gbx_value.c  -fPIC -DPIC -o .libs/gbx_value.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_subst.lo -MD -MP -MF 
".deps/gbx_subst.Tpo" -c -o gbx_subst.lo gbx_subst.c; \
         then mv -f ".deps/gbx_subst.Tpo" ".deps/gbx_subst.Plo"; else rm 
-f ".deps/gbx_subst.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_subst.lo -MD -MP 
-MF .deps/gbx_subst.Tpo -c gbx_subst.c  -fPIC -DPIC -o .libs/gbx_subst.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_exec.lo -MD -MP -MF 
".deps/gbx_exec.Tpo" -c -o gbx_exec.lo gbx_exec.c; \
         then mv -f ".deps/gbx_exec.Tpo" ".deps/gbx_exec.Plo"; else rm 
-f ".deps/gbx_exec.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_exec.lo -MD -MP 
-MF .deps/gbx_exec.Tpo -c gbx_exec.c  -fPIC -DPIC -o .libs/gbx_exec.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_exec_push.lo -MD -MP -MF 
".deps/gbx_exec_push.Tpo" -c -o gbx_exec_push.lo gbx_exec_push.c; \
         then mv -f ".deps/gbx_exec_push.Tpo" ".deps/gbx_exec_push.Plo"; 
else rm -f ".deps/gbx_exec_push.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_exec_push.lo -MD 
-MP -MF .deps/gbx_exec_push.Tpo -c gbx_exec_push.c  -fPIC -DPIC -o 
.libs/gbx_exec_push.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_exec_enum.lo -MD -MP -MF 
".deps/gbx_exec_enum.Tpo" -c -o gbx_exec_enum.lo gbx_exec_enum.c; \
         then mv -f ".deps/gbx_exec_enum.Tpo" ".deps/gbx_exec_enum.Plo"; 
else rm -f ".deps/gbx_exec_enum.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_exec_enum.lo -MD 
-MP -MF .deps/gbx_exec_enum.Tpo -c gbx_exec_enum.c  -fPIC -DPIC -o 
.libs/gbx_exec_enum.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_exec_pop.lo -MD -MP -MF 
".deps/gbx_exec_pop.Tpo" -c -o gbx_exec_pop.lo gbx_exec_pop.c; \
         then mv -f ".deps/gbx_exec_pop.Tpo" ".deps/gbx_exec_pop.Plo"; 
else rm -f ".deps/gbx_exec_pop.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_exec_pop.lo -MD 
-MP -MF .deps/gbx_exec_pop.Tpo -c gbx_exec_pop.c  -fPIC -DPIC -o 
.libs/gbx_exec_pop.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_exec_loop.lo -MD -MP -MF 
".deps/gbx_exec_loop.Tpo" -c -o gbx_exec_loop.lo gbx_exec_loop.c; \
         then mv -f ".deps/gbx_exec_loop.Tpo" ".deps/gbx_exec_loop.Plo"; 
else rm -f ".deps/gbx_exec_loop.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_exec_loop.lo -MD 
-MP -MF .deps/gbx_exec_loop.Tpo -c gbx_exec_loop.c  -fPIC -DPIC -o 
.libs/gbx_exec_loop.o
gbx_exec_loop.c: In function 'EXEC_loop':
gbx_exec_loop.c:1100: warning: 'val' may be used uninitialized in this 
function
gbx_exec_loop.c:1099: warning: 'inc' may be used uninitialized in this 
function
gbx_exec_loop.c:1098: warning: 'end' may be used uninitialized in this 
function
gbx_exec_loop.c:974: warning: 'val' may be used uninitialized in this 
function
gbx_exec_loop.c:441: warning: 'ind' may be used uninitialized in this 
function
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_pcode.lo -MD -MP -MF 
".deps/gbx_pcode.Tpo" -c -o gbx_pcode.lo gbx_pcode.c; \
         then mv -f ".deps/gbx_pcode.Tpo" ".deps/gbx_pcode.Plo"; else rm 
-f ".deps/gbx_pcode.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_pcode.lo -MD -MP 
-MF .deps/gbx_pcode.Tpo -c gbx_pcode.c  -fPIC -DPIC -o .libs/gbx_pcode.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_trace.lo -MD -MP -MF 
".deps/gbx_trace.Tpo" -c -o gbx_trace.lo gbx_trace.c; \
         then mv -f ".deps/gbx_trace.Tpo" ".deps/gbx_trace.Plo"; else rm 
-f ".deps/gbx_trace.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_trace.lo -MD -MP 
-MF .deps/gbx_trace.Tpo -c gbx_trace.c  -fPIC -DPIC -o .libs/gbx_trace.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_class_init.lo -MD -MP -MF 
".deps/gbx_class_init.Tpo" -c -o gbx_class_init.lo gbx_class_init.c; \
         then mv -f ".deps/gbx_class_init.Tpo" 
".deps/gbx_class_init.Plo"; else rm -f ".deps/gbx_class_init.Tpo"; exit 
1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_class_init.lo -MD 
-MP -MF .deps/gbx_class_init.Tpo -c gbx_class_init.c  -fPIC -DPIC -o 
.libs/gbx_class_init.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_class.lo -MD -MP -MF 
".deps/gbx_class.Tpo" -c -o gbx_class.lo gbx_class.c; \
         then mv -f ".deps/gbx_class.Tpo" ".deps/gbx_class.Plo"; else rm 
-f ".deps/gbx_class.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_class.lo -MD -MP 
-MF .deps/gbx_class.Tpo -c gbx_class.c  -fPIC -DPIC -o .libs/gbx_class.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_class_native.lo -MD -MP -MF 
".deps/gbx_class_native.Tpo" -c -o gbx_class_native.lo gbx_class_native.c; \
         then mv -f ".deps/gbx_class_native.Tpo" 
".deps/gbx_class_native.Plo"; else rm -f ".deps/gbx_class_native.Tpo"; 
exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_class_native.lo 
-MD -MP -MF .deps/gbx_class_native.Tpo -c gbx_class_native.c  -fPIC 
-DPIC -o .libs/gbx_class_native.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_class_load.lo -MD -MP -MF 
".deps/gbx_class_load.Tpo" -c -o gbx_class_load.lo gbx_class_load.c; \
         then mv -f ".deps/gbx_class_load.Tpo" 
".deps/gbx_class_load.Plo"; else rm -f ".deps/gbx_class_load.Tpo"; exit 
1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_class_load.lo -MD 
-MP -MF .deps/gbx_class_load.Tpo -c gbx_class_load.c  -fPIC -DPIC -o 
.libs/gbx_class_load.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_event.lo -MD -MP -MF 
".deps/gbx_event.Tpo" -c -o gbx_event.lo gbx_event.c; \
         then mv -f ".deps/gbx_event.Tpo" ".deps/gbx_event.Plo"; else rm 
-f ".deps/gbx_event.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_event.lo -MD -MP 
-MF .deps/gbx_event.Tpo -c gbx_event.c  -fPIC -DPIC -o .libs/gbx_event.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gb_file.lo -MD -MP -MF 
".deps/gb_file.Tpo" -c -o gb_file.lo gb_file.c; \
         then mv -f ".deps/gb_file.Tpo" ".deps/gb_file.Plo"; else rm -f 
".deps/gb_file.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gb_file.lo -MD -MP 
-MF .deps/gb_file.Tpo -c gb_file.c  -fPIC -DPIC -o .libs/gb_file.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_stream.lo -MD -MP -MF 
".deps/gbx_stream.Tpo" -c -o gbx_stream.lo gbx_stream.c; \
         then mv -f ".deps/gbx_stream.Tpo" ".deps/gbx_stream.Plo"; else 
rm -f ".deps/gbx_stream.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_stream.lo -MD -MP 
-MF .deps/gbx_stream.Tpo -c gbx_stream.c  -fPIC -DPIC -o .libs/gbx_stream.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_stream_direct.lo -MD -MP -MF 
".deps/gbx_stream_direct.Tpo" -c -o gbx_stream_direct.lo 
gbx_stream_direct.c; \
         then mv -f ".deps/gbx_stream_direct.Tpo" 
".deps/gbx_stream_direct.Plo"; else rm -f ".deps/gbx_stream_direct.Tpo"; 
exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_stream_direct.lo 
-MD -MP -MF .deps/gbx_stream_direct.Tpo -c gbx_stream_direct.c  -fPIC 
-DPIC -o .libs/gbx_stream_direct.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_stream_buffer.lo -MD -MP -MF 
".deps/gbx_stream_buffer.Tpo" -c -o gbx_stream_buffer.lo 
gbx_stream_buffer.c; \
         then mv -f ".deps/gbx_stream_buffer.Tpo" 
".deps/gbx_stream_buffer.Plo"; else rm -f ".deps/gbx_stream_buffer.Tpo"; 
exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_stream_buffer.lo 
-MD -MP -MF .deps/gbx_stream_buffer.Tpo -c gbx_stream_buffer.c  -fPIC 
-DPIC -o .libs/gbx_stream_buffer.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_stream_memory.lo -MD -MP -MF 
".deps/gbx_stream_memory.Tpo" -c -o gbx_stream_memory.lo 
gbx_stream_memory.c; \
         then mv -f ".deps/gbx_stream_memory.Tpo" 
".deps/gbx_stream_memory.Plo"; else rm -f ".deps/gbx_stream_memory.Tpo"; 
exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_stream_memory.lo 
-MD -MP -MF .deps/gbx_stream_memory.Tpo -c gbx_stream_memory.c  -fPIC 
-DPIC -o .libs/gbx_stream_memory.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_stream_arch.lo -MD -MP -MF 
".deps/gbx_stream_arch.Tpo" -c -o gbx_stream_arch.lo gbx_stream_arch.c; \
         then mv -f ".deps/gbx_stream_arch.Tpo" 
".deps/gbx_stream_arch.Plo"; else rm -f ".deps/gbx_stream_arch.Tpo"; 
exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_stream_arch.lo 
-MD -MP -MF .deps/gbx_stream_arch.Tpo -c gbx_stream_arch.c  -fPIC -DPIC 
-o .libs/gbx_stream_arch.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_stream_process.lo -MD -MP -MF 
".deps/gbx_stream_process.Tpo" -c -o gbx_stream_process.lo 
gbx_stream_process.c; \
         then mv -f ".deps/gbx_stream_process.Tpo" 
".deps/gbx_stream_process.Plo"; else rm -f 
".deps/gbx_stream_process.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_stream_process.lo 
-MD -MP -MF .deps/gbx_stream_process.Tpo -c gbx_stream_process.c  -fPIC 
-DPIC -o .libs/gbx_stream_process.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_project.lo -MD -MP -MF 
".deps/gbx_project.Tpo" -c -o gbx_project.lo gbx_project.c; \
         then mv -f ".deps/gbx_project.Tpo" ".deps/gbx_project.Plo"; 
else rm -f ".deps/gbx_project.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_project.lo -MD 
-MP -MF .deps/gbx_project.Tpo -c gbx_project.c  -fPIC -DPIC -o 
.libs/gbx_project.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_library.lo -MD -MP -MF 
".deps/gbx_library.Tpo" -c -o gbx_library.lo gbx_library.c; \
         then mv -f ".deps/gbx_library.Tpo" ".deps/gbx_library.Plo"; 
else rm -f ".deps/gbx_library.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_library.lo -MD 
-MP -MF .deps/gbx_library.Tpo -c gbx_library.c  -fPIC -DPIC -o 
.libs/gbx_library.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_subr.lo -MD -MP -MF 
".deps/gbx_subr.Tpo" -c -o gbx_subr.lo gbx_subr.c; \
         then mv -f ".deps/gbx_subr.Tpo" ".deps/gbx_subr.Plo"; else rm 
-f ".deps/gbx_subr.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_subr.lo -MD -MP 
-MF .deps/gbx_subr.Tpo -c gbx_subr.c  -fPIC -DPIC -o .libs/gbx_subr.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_subr_file.lo -MD -MP -MF 
".deps/gbx_subr_file.Tpo" -c -o gbx_subr_file.lo gbx_subr_file.c; \
         then mv -f ".deps/gbx_subr_file.Tpo" ".deps/gbx_subr_file.Plo"; 
else rm -f ".deps/gbx_subr_file.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_subr_file.lo -MD 
-MP -MF .deps/gbx_subr_file.Tpo -c gbx_subr_file.c  -fPIC -DPIC -o 
.libs/gbx_subr_file.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_subr_string.lo -MD -MP -MF 
".deps/gbx_subr_string.Tpo" -c -o gbx_subr_string.lo gbx_subr_string.c; \
         then mv -f ".deps/gbx_subr_string.Tpo" 
".deps/gbx_subr_string.Plo"; else rm -f ".deps/gbx_subr_string.Tpo"; 
exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_subr_string.lo 
-MD -MP -MF .deps/gbx_subr_string.Tpo -c gbx_subr_string.c  -fPIC -DPIC 
-o .libs/gbx_subr_string.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_subr_conv.lo -MD -MP -MF 
".deps/gbx_subr_conv.Tpo" -c -o gbx_subr_conv.lo gbx_subr_conv.c; \
         then mv -f ".deps/gbx_subr_conv.Tpo" ".deps/gbx_subr_conv.Plo"; 
else rm -f ".deps/gbx_subr_conv.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_subr_conv.lo -MD 
-MP -MF .deps/gbx_subr_conv.Tpo -c gbx_subr_conv.c  -fPIC -DPIC -o 
.libs/gbx_subr_conv.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_subr_time.lo -MD -MP -MF 
".deps/gbx_subr_time.Tpo" -c -o gbx_subr_time.lo gbx_subr_time.c; \
         then mv -f ".deps/gbx_subr_time.Tpo" ".deps/gbx_subr_time.Plo"; 
else rm -f ".deps/gbx_subr_time.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_subr_time.lo -MD 
-MP -MF .deps/gbx_subr_time.Tpo -c gbx_subr_time.c  -fPIC -DPIC -o 
.libs/gbx_subr_time.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_subr_misc.lo -MD -MP -MF 
".deps/gbx_subr_misc.Tpo" -c -o gbx_subr_misc.lo gbx_subr_misc.c; \
         then mv -f ".deps/gbx_subr_misc.Tpo" ".deps/gbx_subr_misc.Plo"; 
else rm -f ".deps/gbx_subr_misc.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_subr_misc.lo -MD 
-MP -MF .deps/gbx_subr_misc.Tpo -c gbx_subr_misc.c  -fPIC -DPIC -o 
.libs/gbx_subr_misc.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_math.lo -MD -MP -MF 
".deps/gbx_math.Tpo" -c -o gbx_math.lo gbx_math.c; \
         then mv -f ".deps/gbx_math.Tpo" ".deps/gbx_math.Plo"; else rm 
-f ".deps/gbx_math.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_math.lo -MD -MP 
-MF .deps/gbx_math.Tpo -c gbx_math.c  -fPIC -DPIC -o .libs/gbx_math.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_subr_math.lo -MD -MP -MF 
".deps/gbx_subr_math.Tpo" -c -o gbx_subr_math.lo gbx_subr_math.c; \
         then mv -f ".deps/gbx_subr_math.Tpo" ".deps/gbx_subr_math.Plo"; 
else rm -f ".deps/gbx_subr_math.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_subr_math.lo -MD 
-MP -MF .deps/gbx_subr_math.Tpo -c gbx_subr_math.c  -fPIC -DPIC -o 
.libs/gbx_subr_math.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_subr_test.lo -MD -MP -MF 
".deps/gbx_subr_test.Tpo" -c -o gbx_subr_test.lo gbx_subr_test.c; \
         then mv -f ".deps/gbx_subr_test.Tpo" ".deps/gbx_subr_test.Plo"; 
else rm -f ".deps/gbx_subr_test.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_subr_test.lo -MD 
-MP -MF .deps/gbx_subr_test.Tpo -c gbx_subr_test.c  -fPIC -DPIC -o 
.libs/gbx_subr_test.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_api.lo -MD -MP -MF 
".deps/gbx_api.Tpo" -c -o gbx_api.lo gbx_api.c; \
         then mv -f ".deps/gbx_api.Tpo" ".deps/gbx_api.Plo"; else rm -f 
".deps/gbx_api.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_api.lo -MD -MP 
-MF .deps/gbx_api.Tpo -c gbx_api.c  -fPIC -DPIC -o .libs/gbx_api.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_local.lo -MD -MP -MF 
".deps/gbx_local.Tpo" -c -o gbx_local.lo gbx_local.c; \
         then mv -f ".deps/gbx_local.Tpo" ".deps/gbx_local.Plo"; else rm 
-f ".deps/gbx_local.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_local.lo -MD -MP 
-MF .deps/gbx_local.Tpo -c gbx_local.c  -fPIC -DPIC -o .libs/gbx_local.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_regexp.lo -MD -MP -MF 
".deps/gbx_regexp.Tpo" -c -o gbx_regexp.lo gbx_regexp.c; \
         then mv -f ".deps/gbx_regexp.Tpo" ".deps/gbx_regexp.Plo"; else 
rm -f ".deps/gbx_regexp.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_regexp.lo -MD -MP 
-MF .deps/gbx_regexp.Tpo -c gbx_regexp.c  -fPIC -DPIC -o .libs/gbx_regexp.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_archive.lo -MD -MP -MF 
".deps/gbx_archive.Tpo" -c -o gbx_archive.lo gbx_archive.c; \
         then mv -f ".deps/gbx_archive.Tpo" ".deps/gbx_archive.Plo"; 
else rm -f ".deps/gbx_archive.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_archive.lo -MD 
-MP -MF .deps/gbx_archive.Tpo -c gbx_archive.c  -fPIC -DPIC -o 
.libs/gbx_archive.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_watch.lo -MD -MP -MF 
".deps/gbx_watch.Tpo" -c -o gbx_watch.lo gbx_watch.c; \
         then mv -f ".deps/gbx_watch.Tpo" ".deps/gbx_watch.Plo"; else rm 
-f ".deps/gbx_watch.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_watch.lo -MD -MP 
-MF .deps/gbx_watch.Tpo -c gbx_watch.c  -fPIC -DPIC -o .libs/gbx_watch.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_eval.lo -MD -MP -MF 
".deps/gbx_eval.Tpo" -c -o gbx_eval.lo gbx_eval.c; \
         then mv -f ".deps/gbx_eval.Tpo" ".deps/gbx_eval.Plo"; else rm 
-f ".deps/gbx_eval.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_eval.lo -MD -MP 
-MF .deps/gbx_eval.Tpo -c gbx_eval.c  -fPIC -DPIC -o .libs/gbx_eval.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_compare.lo -MD -MP -MF 
".deps/gbx_compare.Tpo" -c -o gbx_compare.lo gbx_compare.c; \
         then mv -f ".deps/gbx_compare.Tpo" ".deps/gbx_compare.Plo"; 
else rm -f ".deps/gbx_compare.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_compare.lo -MD 
-MP -MF .deps/gbx_compare.Tpo -c gbx_compare.c  -fPIC -DPIC -o 
.libs/gbx_compare.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_number.lo -MD -MP -MF 
".deps/gbx_number.Tpo" -c -o gbx_number.lo gbx_number.c; \
         then mv -f ".deps/gbx_number.Tpo" ".deps/gbx_number.Plo"; else 
rm -f ".deps/gbx_number.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_number.lo -MD -MP 
-MF .deps/gbx_number.Tpo -c gbx_number.c  -fPIC -DPIC -o .libs/gbx_number.o
gbx_number.c: In function 'NUMBER_from_string':
gbx_number.c:223: warning: 'dval' may be used uninitialized in this function
gbx_number.c:222: warning: 'val' may be used uninitialized in this function
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_object.lo -MD -MP -MF 
".deps/gbx_object.Tpo" -c -o gbx_object.lo gbx_object.c; \
         then mv -f ".deps/gbx_object.Tpo" ".deps/gbx_object.Plo"; else 
rm -f ".deps/gbx_object.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_object.lo -MD -MP 
-MF .deps/gbx_object.Tpo -c gbx_object.c  -fPIC -DPIC -o .libs/gbx_object.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_string.lo -MD -MP -MF 
".deps/gbx_string.Tpo" -c -o gbx_string.lo gbx_string.c; \
         then mv -f ".deps/gbx_string.Tpo" ".deps/gbx_string.Plo"; else 
rm -f ".deps/gbx_string.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_string.lo -MD -MP 
-MF .deps/gbx_string.Tpo -c gbx_string.c  -fPIC -DPIC -o .libs/gbx_string.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_variant.lo -MD -MP -MF 
".deps/gbx_variant.Tpo" -c -o gbx_variant.lo gbx_variant.c; \
         then mv -f ".deps/gbx_variant.Tpo" ".deps/gbx_variant.Plo"; 
else rm -f ".deps/gbx_variant.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_variant.lo -MD 
-MP -MF .deps/gbx_variant.Tpo -c gbx_variant.c  -fPIC -DPIC -o 
.libs/gbx_variant.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_date.lo -MD -MP -MF 
".deps/gbx_date.Tpo" -c -o gbx_date.lo gbx_date.c; \
         then mv -f ".deps/gbx_date.Tpo" ".deps/gbx_date.Plo"; else rm 
-f ".deps/gbx_date.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_date.lo -MD -MP 
-MF .deps/gbx_date.Tpo -c gbx_date.c  -fPIC -DPIC -o .libs/gbx_date.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_array.lo -MD -MP -MF 
".deps/gbx_array.Tpo" -c -o gbx_array.lo gbx_array.c; \
         then mv -f ".deps/gbx_array.Tpo" ".deps/gbx_array.Plo"; else rm 
-f ".deps/gbx_array.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_array.lo -MD -MP 
-MF .deps/gbx_array.Tpo -c gbx_array.c  -fPIC -DPIC -o .libs/gbx_array.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_c_class.lo -MD -MP -MF 
".deps/gbx_c_class.Tpo" -c -o gbx_c_class.lo gbx_c_class.c; \
         then mv -f ".deps/gbx_c_class.Tpo" ".deps/gbx_c_class.Plo"; 
else rm -f ".deps/gbx_c_class.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_c_class.lo -MD 
-MP -MF .deps/gbx_c_class.Tpo -c gbx_c_class.c  -fPIC -DPIC -o 
.libs/gbx_c_class.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_c_collection.lo -MD -MP -MF 
".deps/gbx_c_collection.Tpo" -c -o gbx_c_collection.lo gbx_c_collection.c; \
         then mv -f ".deps/gbx_c_collection.Tpo" 
".deps/gbx_c_collection.Plo"; else rm -f ".deps/gbx_c_collection.Tpo"; 
exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_c_collection.lo 
-MD -MP -MF .deps/gbx_c_collection.Tpo -c gbx_c_collection.c  -fPIC 
-DPIC -o .libs/gbx_c_collection.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_c_error.lo -MD -MP -MF 
".deps/gbx_c_error.Tpo" -c -o gbx_c_error.lo gbx_c_error.c; \
         then mv -f ".deps/gbx_c_error.Tpo" ".deps/gbx_c_error.Plo"; 
else rm -f ".deps/gbx_c_error.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_c_error.lo -MD 
-MP -MF .deps/gbx_c_error.Tpo -c gbx_c_error.c  -fPIC -DPIC -o 
.libs/gbx_c_error.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_c_gambas.lo -MD -MP -MF 
".deps/gbx_c_gambas.Tpo" -c -o gbx_c_gambas.lo gbx_c_gambas.c; \
         then mv -f ".deps/gbx_c_gambas.Tpo" ".deps/gbx_c_gambas.Plo"; 
else rm -f ".deps/gbx_c_gambas.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_c_gambas.lo -MD 
-MP -MF .deps/gbx_c_gambas.Tpo -c gbx_c_gambas.c  -fPIC -DPIC -o 
.libs/gbx_c_gambas.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_c_file.lo -MD -MP -MF 
".deps/gbx_c_file.Tpo" -c -o gbx_c_file.lo gbx_c_file.c; \
         then mv -f ".deps/gbx_c_file.Tpo" ".deps/gbx_c_file.Plo"; else 
rm -f ".deps/gbx_c_file.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_c_file.lo -MD -MP 
-MF .deps/gbx_c_file.Tpo -c gbx_c_file.c  -fPIC -DPIC -o .libs/gbx_c_file.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_c_application.lo -MD -MP -MF 
".deps/gbx_c_application.Tpo" -c -o gbx_c_application.lo 
gbx_c_application.c; \
         then mv -f ".deps/gbx_c_application.Tpo" 
".deps/gbx_c_application.Plo"; else rm -f ".deps/gbx_c_application.Tpo"; 
exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_c_application.lo 
-MD -MP -MF .deps/gbx_c_application.Tpo -c gbx_c_application.c  -fPIC 
-DPIC -o .libs/gbx_c_application.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_c_array.lo -MD -MP -MF 
".deps/gbx_c_array.Tpo" -c -o gbx_c_array.lo gbx_c_array.c; \
         then mv -f ".deps/gbx_c_array.Tpo" ".deps/gbx_c_array.Plo"; 
else rm -f ".deps/gbx_c_array.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_c_array.lo -MD 
-MP -MF .deps/gbx_c_array.Tpo -c gbx_c_array.c  -fPIC -DPIC -o 
.libs/gbx_c_array.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_c_process.lo -MD -MP -MF 
".deps/gbx_c_process.Tpo" -c -o gbx_c_process.lo gbx_c_process.c; \
         then mv -f ".deps/gbx_c_process.Tpo" ".deps/gbx_c_process.Plo"; 
else rm -f ".deps/gbx_c_process.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_c_process.lo -MD 
-MP -MF .deps/gbx_c_process.Tpo -c gbx_c_process.c  -fPIC -DPIC -o 
.libs/gbx_c_process.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_c_subcollection.lo -MD -MP -MF 
".deps/gbx_c_subcollection.Tpo" -c -o gbx_c_subcollection.lo 
gbx_c_subcollection.c; \
         then mv -f ".deps/gbx_c_subcollection.Tpo" 
".deps/gbx_c_subcollection.Plo"; else rm -f 
".deps/gbx_c_subcollection.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx_c_subcollection.lo -MD -MP -MF .deps/gbx_c_subcollection.Tpo -c 
gbx_c_subcollection.c  -fPIC -DPIC -o .libs/gbx_c_subcollection.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_c_string.lo -MD -MP -MF 
".deps/gbx_c_string.Tpo" -c -o gbx_c_string.lo gbx_c_string.c; \
         then mv -f ".deps/gbx_c_string.Tpo" ".deps/gbx_c_string.Plo"; 
else rm -f ".deps/gbx_c_string.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_c_string.lo -MD 
-MP -MF .deps/gbx_c_string.Tpo -c gbx_c_string.c  -fPIC -DPIC -o 
.libs/gbx_c_string.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_c_settings.lo -MD -MP -MF 
".deps/gbx_c_settings.Tpo" -c -o gbx_c_settings.lo gbx_c_settings.c; \
         then mv -f ".deps/gbx_c_settings.Tpo" 
".deps/gbx_c_settings.Plo"; else rm -f ".deps/gbx_c_settings.Tpo"; exit 
1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_c_settings.lo -MD 
-MP -MF .deps/gbx_c_settings.Tpo -c gbx_c_settings.c  -fPIC -DPIC -o 
.libs/gbx_c_settings.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../.. -I../../src/share    -I../../libltdl    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT gbx_class_info.lo -MD -MP -MF 
".deps/gbx_class_info.Tpo" -c -o gbx_class_info.lo gbx_class_info.c; \
         then mv -f ".deps/gbx_class_info.Tpo" 
".deps/gbx_class_info.Plo"; else rm -f ".deps/gbx_class_info.Tpo"; exit 
1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl 
-g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbx_class_info.lo -MD 
-MP -MF .deps/gbx_class_info.Tpo -c gbx_class_info.c  -fPIC -DPIC -o 
.libs/gbx_class_info.o
/bin/sh ../../libtool --tag=CC --mode=link gcc  -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os   -o lib.gb.la -rpath /opt/gambas/lib/gambas 
-no-undefined gb_common.lo gb_error.lo gb_alloc.lo gb_array.lo 
gbx_stack.lo gb_buffer.lo gbx_replace.lo gbx_list.lo gbx_hash.lo 
gb_table.lo gbx_type.lo gbx_value.lo gbx_subst.lo gbx_exec.lo 
gbx_exec_push.lo gbx_exec_enum.lo gbx_exec_pop.lo gbx_exec_loop.lo 
gbx_pcode.lo gbx_trace.lo gbx_class_init.lo gbx_class.lo 
gbx_class_native.lo gbx_class_load.lo gbx_event.lo gb_file.lo 
gbx_stream.lo gbx_stream_direct.lo gbx_stream_buffer.lo 
gbx_stream_memory.lo gbx_stream_arch.lo gbx_stream_process.lo 
gbx_project.lo gbx_library.lo gbx_subr.lo gbx_subr_file.lo 
gbx_subr_string.lo gbx_subr_conv.lo gbx_subr_time.lo gbx_subr_misc.lo 
gbx_math.lo gbx_subr_math.lo gbx_subr_test.lo gbx_api.lo gbx_local.lo 
gbx_regexp.lo gbx_archive.lo gbx_watch.lo gbx_eval.lo gbx_compare.lo 
gbx_number.lo gbx_object.lo gbx_string.lo gbx_variant.lo gbx_date.lo 
gbx_array.lo gbx_c_class.lo gbx_c_collection.lo gbx_c_error.lo 
gbx_c_gambas.lo gbx_c_file.lo gbx_c_application.lo gbx_c_array.lo 
gbx_c_process.lo gbx_c_subcollection.lo gbx_c_string.lo 
gbx_c_settings.lo gbx_class_info.lo -lm   ../../libltdl/libltdlc.la
gcc -shared  .libs/gb_common.o .libs/gb_error.o .libs/gb_alloc.o 
.libs/gb_array.o .libs/gbx_stack.o .libs/gb_buffer.o .libs/gbx_replace.o 
.libs/gbx_list.o .libs/gbx_hash.o .libs/gb_table.o .libs/gbx_type.o 
.libs/gbx_value.o .libs/gbx_subst.o .libs/gbx_exec.o 
.libs/gbx_exec_push.o .libs/gbx_exec_enum.o .libs/gbx_exec_pop.o 
.libs/gbx_exec_loop.o .libs/gbx_pcode.o .libs/gbx_trace.o 
.libs/gbx_class_init.o .libs/gbx_class.o .libs/gbx_class_native.o 
.libs/gbx_class_load.o .libs/gbx_event.o .libs/gb_file.o 
.libs/gbx_stream.o .libs/gbx_stream_direct.o .libs/gbx_stream_buffer.o 
.libs/gbx_stream_memory.o .libs/gbx_stream_arch.o 
.libs/gbx_stream_process.o .libs/gbx_project.o .libs/gbx_library.o 
.libs/gbx_subr.o .libs/gbx_subr_file.o .libs/gbx_subr_string.o 
.libs/gbx_subr_conv.o .libs/gbx_subr_time.o .libs/gbx_subr_misc.o 
.libs/gbx_math.o .libs/gbx_subr_math.o .libs/gbx_subr_test.o 
.libs/gbx_api.o .libs/gbx_local.o .libs/gbx_regexp.o .libs/gbx_archive.o 
.libs/gbx_watch.o .libs/gbx_eval.o .libs/gbx_compare.o 
.libs/gbx_number.o .libs/gbx_object.o .libs/gbx_string.o 
.libs/gbx_variant.o .libs/gbx_date.o .libs/gbx_array.o 
.libs/gbx_c_class.o .libs/gbx_c_collection.o .libs/gbx_c_error.o 
.libs/gbx_c_gambas.o .libs/gbx_c_file.o .libs/gbx_c_application.o 
.libs/gbx_c_array.o .libs/gbx_c_process.o .libs/gbx_c_subcollection.o 
.libs/gbx_c_string.o .libs/gbx_c_settings.o .libs/gbx_class_info.o 
-Wl,--whole-archive ../../libltdl/.libs/libltdlc.a 
-Wl,--no-whole-archive  -lm -ldl  -Wl,-soname -Wl,lib.gb.so.0 -o 
.libs/lib.gb.so.0.0.0
(cd .libs && rm -f lib.gb.so.0 && ln -s lib.gb.so.0.0.0 lib.gb.so.0)
(cd .libs && rm -f lib.gb.so && ln -s lib.gb.so.0.0.0 lib.gb.so)
creating lib.gb.la
(cd .libs && rm -f lib.gb.la && ln -s ../lib.gb.la lib.gb.la)
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gb_common.o -MD -MP -MF ".deps/gbx-gb_common.Tpo" -c -o 
gbx-gb_common.o `test -f 'gb_common.c' || echo './'`gb_common.c; \
         then mv -f ".deps/gbx-gb_common.Tpo" ".deps/gbx-gb_common.Po"; 
else rm -f ".deps/gbx-gb_common.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gb_error.o -MD -MP -MF ".deps/gbx-gb_error.Tpo" -c -o gbx-gb_error.o 
`test -f 'gb_error.c' || echo './'`gb_error.c; \
         then mv -f ".deps/gbx-gb_error.Tpo" ".deps/gbx-gb_error.Po"; 
else rm -f ".deps/gbx-gb_error.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gb_alloc.o -MD -MP -MF ".deps/gbx-gb_alloc.Tpo" -c -o gbx-gb_alloc.o 
`test -f 'gb_alloc.c' || echo './'`gb_alloc.c; \
         then mv -f ".deps/gbx-gb_alloc.Tpo" ".deps/gbx-gb_alloc.Po"; 
else rm -f ".deps/gbx-gb_alloc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gb_array.o -MD -MP -MF ".deps/gbx-gb_array.Tpo" -c -o gbx-gb_array.o 
`test -f 'gb_array.c' || echo './'`gb_array.c; \
         then mv -f ".deps/gbx-gb_array.Tpo" ".deps/gbx-gb_array.Po"; 
else rm -f ".deps/gbx-gb_array.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_stack.o -MD -MP -MF ".deps/gbx-gbx_stack.Tpo" -c -o 
gbx-gbx_stack.o `test -f 'gbx_stack.c' || echo './'`gbx_stack.c; \
         then mv -f ".deps/gbx-gbx_stack.Tpo" ".deps/gbx-gbx_stack.Po"; 
else rm -f ".deps/gbx-gbx_stack.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gb_buffer.o -MD -MP -MF ".deps/gbx-gb_buffer.Tpo" -c -o 
gbx-gb_buffer.o `test -f 'gb_buffer.c' || echo './'`gb_buffer.c; \
         then mv -f ".deps/gbx-gb_buffer.Tpo" ".deps/gbx-gb_buffer.Po"; 
else rm -f ".deps/gbx-gb_buffer.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_replace.o -MD -MP -MF ".deps/gbx-gbx_replace.Tpo" -c -o 
gbx-gbx_replace.o `test -f 'gbx_replace.c' || echo './'`gbx_replace.c; \
         then mv -f ".deps/gbx-gbx_replace.Tpo" 
".deps/gbx-gbx_replace.Po"; else rm -f ".deps/gbx-gbx_replace.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_list.o -MD -MP -MF ".deps/gbx-gbx_list.Tpo" -c -o gbx-gbx_list.o 
`test -f 'gbx_list.c' || echo './'`gbx_list.c; \
         then mv -f ".deps/gbx-gbx_list.Tpo" ".deps/gbx-gbx_list.Po"; 
else rm -f ".deps/gbx-gbx_list.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_hash.o -MD -MP -MF ".deps/gbx-gbx_hash.Tpo" -c -o gbx-gbx_hash.o 
`test -f 'gbx_hash.c' || echo './'`gbx_hash.c; \
         then mv -f ".deps/gbx-gbx_hash.Tpo" ".deps/gbx-gbx_hash.Po"; 
else rm -f ".deps/gbx-gbx_hash.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gb_table.o -MD -MP -MF ".deps/gbx-gb_table.Tpo" -c -o gbx-gb_table.o 
`test -f 'gb_table.c' || echo './'`gb_table.c; \
         then mv -f ".deps/gbx-gb_table.Tpo" ".deps/gbx-gb_table.Po"; 
else rm -f ".deps/gbx-gb_table.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_type.o -MD -MP -MF ".deps/gbx-gbx_type.Tpo" -c -o gbx-gbx_type.o 
`test -f 'gbx_type.c' || echo './'`gbx_type.c; \
         then mv -f ".deps/gbx-gbx_type.Tpo" ".deps/gbx-gbx_type.Po"; 
else rm -f ".deps/gbx-gbx_type.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_value.o -MD -MP -MF ".deps/gbx-gbx_value.Tpo" -c -o 
gbx-gbx_value.o `test -f 'gbx_value.c' || echo './'`gbx_value.c; \
         then mv -f ".deps/gbx-gbx_value.Tpo" ".deps/gbx-gbx_value.Po"; 
else rm -f ".deps/gbx-gbx_value.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_subst.o -MD -MP -MF ".deps/gbx-gbx_subst.Tpo" -c -o 
gbx-gbx_subst.o `test -f 'gbx_subst.c' || echo './'`gbx_subst.c; \
         then mv -f ".deps/gbx-gbx_subst.Tpo" ".deps/gbx-gbx_subst.Po"; 
else rm -f ".deps/gbx-gbx_subst.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_exec.o -MD -MP -MF ".deps/gbx-gbx_exec.Tpo" -c -o gbx-gbx_exec.o 
`test -f 'gbx_exec.c' || echo './'`gbx_exec.c; \
         then mv -f ".deps/gbx-gbx_exec.Tpo" ".deps/gbx-gbx_exec.Po"; 
else rm -f ".deps/gbx-gbx_exec.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_exec_push.o -MD -MP -MF ".deps/gbx-gbx_exec_push.Tpo" -c -o 
gbx-gbx_exec_push.o `test -f 'gbx_exec_push.c' || echo 
'./'`gbx_exec_push.c; \
         then mv -f ".deps/gbx-gbx_exec_push.Tpo" 
".deps/gbx-gbx_exec_push.Po"; else rm -f ".deps/gbx-gbx_exec_push.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_exec_enum.o -MD -MP -MF ".deps/gbx-gbx_exec_enum.Tpo" -c -o 
gbx-gbx_exec_enum.o `test -f 'gbx_exec_enum.c' || echo 
'./'`gbx_exec_enum.c; \
         then mv -f ".deps/gbx-gbx_exec_enum.Tpo" 
".deps/gbx-gbx_exec_enum.Po"; else rm -f ".deps/gbx-gbx_exec_enum.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_exec_pop.o -MD -MP -MF ".deps/gbx-gbx_exec_pop.Tpo" -c -o 
gbx-gbx_exec_pop.o `test -f 'gbx_exec_pop.c' || echo './'`gbx_exec_pop.c; \
         then mv -f ".deps/gbx-gbx_exec_pop.Tpo" 
".deps/gbx-gbx_exec_pop.Po"; else rm -f ".deps/gbx-gbx_exec_pop.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_exec_loop.o -MD -MP -MF ".deps/gbx-gbx_exec_loop.Tpo" -c -o 
gbx-gbx_exec_loop.o `test -f 'gbx_exec_loop.c' || echo 
'./'`gbx_exec_loop.c; \
         then mv -f ".deps/gbx-gbx_exec_loop.Tpo" 
".deps/gbx-gbx_exec_loop.Po"; else rm -f ".deps/gbx-gbx_exec_loop.Tpo"; 
exit 1; fi
gbx_exec_loop.c: In function â??EXEC_loopâ??:
gbx_exec_loop.c:1100: warning: â??valâ?? may be used uninitialized in 
this function
gbx_exec_loop.c:1099: warning: â??incâ?? may be used uninitialized in 
this function
gbx_exec_loop.c:1098: warning: â??endâ?? may be used uninitialized in 
this function
gbx_exec_loop.c:974: warning: â??valâ?? may be used uninitialized in 
this function
gbx_exec_loop.c:441: warning: â??indâ?? may be used uninitialized in 
this function
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_pcode.o -MD -MP -MF ".deps/gbx-gbx_pcode.Tpo" -c -o 
gbx-gbx_pcode.o `test -f 'gbx_pcode.c' || echo './'`gbx_pcode.c; \
         then mv -f ".deps/gbx-gbx_pcode.Tpo" ".deps/gbx-gbx_pcode.Po"; 
else rm -f ".deps/gbx-gbx_pcode.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_trace.o -MD -MP -MF ".deps/gbx-gbx_trace.Tpo" -c -o 
gbx-gbx_trace.o `test -f 'gbx_trace.c' || echo './'`gbx_trace.c; \
         then mv -f ".deps/gbx-gbx_trace.Tpo" ".deps/gbx-gbx_trace.Po"; 
else rm -f ".deps/gbx-gbx_trace.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_class_init.o -MD -MP -MF ".deps/gbx-gbx_class_init.Tpo" -c -o 
gbx-gbx_class_init.o `test -f 'gbx_class_init.c' || echo 
'./'`gbx_class_init.c; \
         then mv -f ".deps/gbx-gbx_class_init.Tpo" 
".deps/gbx-gbx_class_init.Po"; else rm -f 
".deps/gbx-gbx_class_init.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_class.o -MD -MP -MF ".deps/gbx-gbx_class.Tpo" -c -o 
gbx-gbx_class.o `test -f 'gbx_class.c' || echo './'`gbx_class.c; \
         then mv -f ".deps/gbx-gbx_class.Tpo" ".deps/gbx-gbx_class.Po"; 
else rm -f ".deps/gbx-gbx_class.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_class_native.o -MD -MP -MF ".deps/gbx-gbx_class_native.Tpo" -c 
-o gbx-gbx_class_native.o `test -f 'gbx_class_native.c' || echo 
'./'`gbx_class_native.c; \
         then mv -f ".deps/gbx-gbx_class_native.Tpo" 
".deps/gbx-gbx_class_native.Po"; else rm -f 
".deps/gbx-gbx_class_native.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_class_load.o -MD -MP -MF ".deps/gbx-gbx_class_load.Tpo" -c -o 
gbx-gbx_class_load.o `test -f 'gbx_class_load.c' || echo 
'./'`gbx_class_load.c; \
         then mv -f ".deps/gbx-gbx_class_load.Tpo" 
".deps/gbx-gbx_class_load.Po"; else rm -f 
".deps/gbx-gbx_class_load.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_event.o -MD -MP -MF ".deps/gbx-gbx_event.Tpo" -c -o 
gbx-gbx_event.o `test -f 'gbx_event.c' || echo './'`gbx_event.c; \
         then mv -f ".deps/gbx-gbx_event.Tpo" ".deps/gbx-gbx_event.Po"; 
else rm -f ".deps/gbx-gbx_event.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gb_file.o -MD -MP -MF ".deps/gbx-gb_file.Tpo" -c -o gbx-gb_file.o 
`test -f 'gb_file.c' || echo './'`gb_file.c; \
         then mv -f ".deps/gbx-gb_file.Tpo" ".deps/gbx-gb_file.Po"; else 
rm -f ".deps/gbx-gb_file.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_stream.o -MD -MP -MF ".deps/gbx-gbx_stream.Tpo" -c -o 
gbx-gbx_stream.o `test -f 'gbx_stream.c' || echo './'`gbx_stream.c; \
         then mv -f ".deps/gbx-gbx_stream.Tpo" 
".deps/gbx-gbx_stream.Po"; else rm -f ".deps/gbx-gbx_stream.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_stream_direct.o -MD -MP -MF ".deps/gbx-gbx_stream_direct.Tpo" -c 
-o gbx-gbx_stream_direct.o `test -f 'gbx_stream_direct.c' || echo 
'./'`gbx_stream_direct.c; \
         then mv -f ".deps/gbx-gbx_stream_direct.Tpo" 
".deps/gbx-gbx_stream_direct.Po"; else rm -f 
".deps/gbx-gbx_stream_direct.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_stream_buffer.o -MD -MP -MF ".deps/gbx-gbx_stream_buffer.Tpo" -c 
-o gbx-gbx_stream_buffer.o `test -f 'gbx_stream_buffer.c' || echo 
'./'`gbx_stream_buffer.c; \
         then mv -f ".deps/gbx-gbx_stream_buffer.Tpo" 
".deps/gbx-gbx_stream_buffer.Po"; else rm -f 
".deps/gbx-gbx_stream_buffer.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_stream_memory.o -MD -MP -MF ".deps/gbx-gbx_stream_memory.Tpo" -c 
-o gbx-gbx_stream_memory.o `test -f 'gbx_stream_memory.c' || echo 
'./'`gbx_stream_memory.c; \
         then mv -f ".deps/gbx-gbx_stream_memory.Tpo" 
".deps/gbx-gbx_stream_memory.Po"; else rm -f 
".deps/gbx-gbx_stream_memory.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_stream_arch.o -MD -MP -MF ".deps/gbx-gbx_stream_arch.Tpo" -c -o 
gbx-gbx_stream_arch.o `test -f 'gbx_stream_arch.c' || echo 
'./'`gbx_stream_arch.c; \
         then mv -f ".deps/gbx-gbx_stream_arch.Tpo" 
".deps/gbx-gbx_stream_arch.Po"; else rm -f 
".deps/gbx-gbx_stream_arch.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_stream_process.o -MD -MP -MF ".deps/gbx-gbx_stream_process.Tpo" 
-c -o gbx-gbx_stream_process.o `test -f 'gbx_stream_process.c' || echo 
'./'`gbx_stream_process.c; \
         then mv -f ".deps/gbx-gbx_stream_process.Tpo" 
".deps/gbx-gbx_stream_process.Po"; else rm -f 
".deps/gbx-gbx_stream_process.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_project.o -MD -MP -MF ".deps/gbx-gbx_project.Tpo" -c -o 
gbx-gbx_project.o `test -f 'gbx_project.c' || echo './'`gbx_project.c; \
         then mv -f ".deps/gbx-gbx_project.Tpo" 
".deps/gbx-gbx_project.Po"; else rm -f ".deps/gbx-gbx_project.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_library.o -MD -MP -MF ".deps/gbx-gbx_library.Tpo" -c -o 
gbx-gbx_library.o `test -f 'gbx_library.c' || echo './'`gbx_library.c; \
         then mv -f ".deps/gbx-gbx_library.Tpo" 
".deps/gbx-gbx_library.Po"; else rm -f ".deps/gbx-gbx_library.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_subr.o -MD -MP -MF ".deps/gbx-gbx_subr.Tpo" -c -o gbx-gbx_subr.o 
`test -f 'gbx_subr.c' || echo './'`gbx_subr.c; \
         then mv -f ".deps/gbx-gbx_subr.Tpo" ".deps/gbx-gbx_subr.Po"; 
else rm -f ".deps/gbx-gbx_subr.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_subr_file.o -MD -MP -MF ".deps/gbx-gbx_subr_file.Tpo" -c -o 
gbx-gbx_subr_file.o `test -f 'gbx_subr_file.c' || echo 
'./'`gbx_subr_file.c; \
         then mv -f ".deps/gbx-gbx_subr_file.Tpo" 
".deps/gbx-gbx_subr_file.Po"; else rm -f ".deps/gbx-gbx_subr_file.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_subr_string.o -MD -MP -MF ".deps/gbx-gbx_subr_string.Tpo" -c -o 
gbx-gbx_subr_string.o `test -f 'gbx_subr_string.c' || echo 
'./'`gbx_subr_string.c; \
         then mv -f ".deps/gbx-gbx_subr_string.Tpo" 
".deps/gbx-gbx_subr_string.Po"; else rm -f 
".deps/gbx-gbx_subr_string.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_subr_conv.o -MD -MP -MF ".deps/gbx-gbx_subr_conv.Tpo" -c -o 
gbx-gbx_subr_conv.o `test -f 'gbx_subr_conv.c' || echo 
'./'`gbx_subr_conv.c; \
         then mv -f ".deps/gbx-gbx_subr_conv.Tpo" 
".deps/gbx-gbx_subr_conv.Po"; else rm -f ".deps/gbx-gbx_subr_conv.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_subr_time.o -MD -MP -MF ".deps/gbx-gbx_subr_time.Tpo" -c -o 
gbx-gbx_subr_time.o `test -f 'gbx_subr_time.c' || echo 
'./'`gbx_subr_time.c; \
         then mv -f ".deps/gbx-gbx_subr_time.Tpo" 
".deps/gbx-gbx_subr_time.Po"; else rm -f ".deps/gbx-gbx_subr_time.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_subr_misc.o -MD -MP -MF ".deps/gbx-gbx_subr_misc.Tpo" -c -o 
gbx-gbx_subr_misc.o `test -f 'gbx_subr_misc.c' || echo 
'./'`gbx_subr_misc.c; \
         then mv -f ".deps/gbx-gbx_subr_misc.Tpo" 
".deps/gbx-gbx_subr_misc.Po"; else rm -f ".deps/gbx-gbx_subr_misc.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_math.o -MD -MP -MF ".deps/gbx-gbx_math.Tpo" -c -o gbx-gbx_math.o 
`test -f 'gbx_math.c' || echo './'`gbx_math.c; \
         then mv -f ".deps/gbx-gbx_math.Tpo" ".deps/gbx-gbx_math.Po"; 
else rm -f ".deps/gbx-gbx_math.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_subr_math.o -MD -MP -MF ".deps/gbx-gbx_subr_math.Tpo" -c -o 
gbx-gbx_subr_math.o `test -f 'gbx_subr_math.c' || echo 
'./'`gbx_subr_math.c; \
         then mv -f ".deps/gbx-gbx_subr_math.Tpo" 
".deps/gbx-gbx_subr_math.Po"; else rm -f ".deps/gbx-gbx_subr_math.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_subr_test.o -MD -MP -MF ".deps/gbx-gbx_subr_test.Tpo" -c -o 
gbx-gbx_subr_test.o `test -f 'gbx_subr_test.c' || echo 
'./'`gbx_subr_test.c; \
         then mv -f ".deps/gbx-gbx_subr_test.Tpo" 
".deps/gbx-gbx_subr_test.Po"; else rm -f ".deps/gbx-gbx_subr_test.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_api.o -MD -MP -MF ".deps/gbx-gbx_api.Tpo" -c -o gbx-gbx_api.o 
`test -f 'gbx_api.c' || echo './'`gbx_api.c; \
         then mv -f ".deps/gbx-gbx_api.Tpo" ".deps/gbx-gbx_api.Po"; else 
rm -f ".deps/gbx-gbx_api.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_local.o -MD -MP -MF ".deps/gbx-gbx_local.Tpo" -c -o 
gbx-gbx_local.o `test -f 'gbx_local.c' || echo './'`gbx_local.c; \
         then mv -f ".deps/gbx-gbx_local.Tpo" ".deps/gbx-gbx_local.Po"; 
else rm -f ".deps/gbx-gbx_local.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_regexp.o -MD -MP -MF ".deps/gbx-gbx_regexp.Tpo" -c -o 
gbx-gbx_regexp.o `test -f 'gbx_regexp.c' || echo './'`gbx_regexp.c; \
         then mv -f ".deps/gbx-gbx_regexp.Tpo" 
".deps/gbx-gbx_regexp.Po"; else rm -f ".deps/gbx-gbx_regexp.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_archive.o -MD -MP -MF ".deps/gbx-gbx_archive.Tpo" -c -o 
gbx-gbx_archive.o `test -f 'gbx_archive.c' || echo './'`gbx_archive.c; \
         then mv -f ".deps/gbx-gbx_archive.Tpo" 
".deps/gbx-gbx_archive.Po"; else rm -f ".deps/gbx-gbx_archive.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_watch.o -MD -MP -MF ".deps/gbx-gbx_watch.Tpo" -c -o 
gbx-gbx_watch.o `test -f 'gbx_watch.c' || echo './'`gbx_watch.c; \
         then mv -f ".deps/gbx-gbx_watch.Tpo" ".deps/gbx-gbx_watch.Po"; 
else rm -f ".deps/gbx-gbx_watch.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_eval.o -MD -MP -MF ".deps/gbx-gbx_eval.Tpo" -c -o gbx-gbx_eval.o 
`test -f 'gbx_eval.c' || echo './'`gbx_eval.c; \
         then mv -f ".deps/gbx-gbx_eval.Tpo" ".deps/gbx-gbx_eval.Po"; 
else rm -f ".deps/gbx-gbx_eval.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_compare.o -MD -MP -MF ".deps/gbx-gbx_compare.Tpo" -c -o 
gbx-gbx_compare.o `test -f 'gbx_compare.c' || echo './'`gbx_compare.c; \
         then mv -f ".deps/gbx-gbx_compare.Tpo" 
".deps/gbx-gbx_compare.Po"; else rm -f ".deps/gbx-gbx_compare.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx.o -MD -MP -MF ".deps/gbx-gbx.Tpo" -c -o gbx-gbx.o `test -f 
'gbx.c' || echo './'`gbx.c; \
         then mv -f ".deps/gbx-gbx.Tpo" ".deps/gbx-gbx.Po"; else rm -f 
".deps/gbx-gbx.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_number.o -MD -MP -MF ".deps/gbx-gbx_number.Tpo" -c -o 
gbx-gbx_number.o `test -f 'gbx_number.c' || echo './'`gbx_number.c; \
         then mv -f ".deps/gbx-gbx_number.Tpo" 
".deps/gbx-gbx_number.Po"; else rm -f ".deps/gbx-gbx_number.Tpo"; exit 1; fi
gbx_number.c: In function â??NUMBER_from_stringâ??:
gbx_number.c:223: warning: â??dvalâ?? may be used uninitialized in this 
function
gbx_number.c:222: warning: â??valâ?? may be used uninitialized in this 
function
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_object.o -MD -MP -MF ".deps/gbx-gbx_object.Tpo" -c -o 
gbx-gbx_object.o `test -f 'gbx_object.c' || echo './'`gbx_object.c; \
         then mv -f ".deps/gbx-gbx_object.Tpo" 
".deps/gbx-gbx_object.Po"; else rm -f ".deps/gbx-gbx_object.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_string.o -MD -MP -MF ".deps/gbx-gbx_string.Tpo" -c -o 
gbx-gbx_string.o `test -f 'gbx_string.c' || echo './'`gbx_string.c; \
         then mv -f ".deps/gbx-gbx_string.Tpo" 
".deps/gbx-gbx_string.Po"; else rm -f ".deps/gbx-gbx_string.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_variant.o -MD -MP -MF ".deps/gbx-gbx_variant.Tpo" -c -o 
gbx-gbx_variant.o `test -f 'gbx_variant.c' || echo './'`gbx_variant.c; \
         then mv -f ".deps/gbx-gbx_variant.Tpo" 
".deps/gbx-gbx_variant.Po"; else rm -f ".deps/gbx-gbx_variant.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_date.o -MD -MP -MF ".deps/gbx-gbx_date.Tpo" -c -o gbx-gbx_date.o 
`test -f 'gbx_date.c' || echo './'`gbx_date.c; \
         then mv -f ".deps/gbx-gbx_date.Tpo" ".deps/gbx-gbx_date.Po"; 
else rm -f ".deps/gbx-gbx_date.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_array.o -MD -MP -MF ".deps/gbx-gbx_array.Tpo" -c -o 
gbx-gbx_array.o `test -f 'gbx_array.c' || echo './'`gbx_array.c; \
         then mv -f ".deps/gbx-gbx_array.Tpo" ".deps/gbx-gbx_array.Po"; 
else rm -f ".deps/gbx-gbx_array.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_c_class.o -MD -MP -MF ".deps/gbx-gbx_c_class.Tpo" -c -o 
gbx-gbx_c_class.o `test -f 'gbx_c_class.c' || echo './'`gbx_c_class.c; \
         then mv -f ".deps/gbx-gbx_c_class.Tpo" 
".deps/gbx-gbx_c_class.Po"; else rm -f ".deps/gbx-gbx_c_class.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_c_collection.o -MD -MP -MF ".deps/gbx-gbx_c_collection.Tpo" -c 
-o gbx-gbx_c_collection.o `test -f 'gbx_c_collection.c' || echo 
'./'`gbx_c_collection.c; \
         then mv -f ".deps/gbx-gbx_c_collection.Tpo" 
".deps/gbx-gbx_c_collection.Po"; else rm -f 
".deps/gbx-gbx_c_collection.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_c_error.o -MD -MP -MF ".deps/gbx-gbx_c_error.Tpo" -c -o 
gbx-gbx_c_error.o `test -f 'gbx_c_error.c' || echo './'`gbx_c_error.c; \
         then mv -f ".deps/gbx-gbx_c_error.Tpo" 
".deps/gbx-gbx_c_error.Po"; else rm -f ".deps/gbx-gbx_c_error.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_c_gambas.o -MD -MP -MF ".deps/gbx-gbx_c_gambas.Tpo" -c -o 
gbx-gbx_c_gambas.o `test -f 'gbx_c_gambas.c' || echo './'`gbx_c_gambas.c; \
         then mv -f ".deps/gbx-gbx_c_gambas.Tpo" 
".deps/gbx-gbx_c_gambas.Po"; else rm -f ".deps/gbx-gbx_c_gambas.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_c_file.o -MD -MP -MF ".deps/gbx-gbx_c_file.Tpo" -c -o 
gbx-gbx_c_file.o `test -f 'gbx_c_file.c' || echo './'`gbx_c_file.c; \
         then mv -f ".deps/gbx-gbx_c_file.Tpo" 
".deps/gbx-gbx_c_file.Po"; else rm -f ".deps/gbx-gbx_c_file.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_c_application.o -MD -MP -MF ".deps/gbx-gbx_c_application.Tpo" -c 
-o gbx-gbx_c_application.o `test -f 'gbx_c_application.c' || echo 
'./'`gbx_c_application.c; \
         then mv -f ".deps/gbx-gbx_c_application.Tpo" 
".deps/gbx-gbx_c_application.Po"; else rm -f 
".deps/gbx-gbx_c_application.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_c_array.o -MD -MP -MF ".deps/gbx-gbx_c_array.Tpo" -c -o 
gbx-gbx_c_array.o `test -f 'gbx_c_array.c' || echo './'`gbx_c_array.c; \
         then mv -f ".deps/gbx-gbx_c_array.Tpo" 
".deps/gbx-gbx_c_array.Po"; else rm -f ".deps/gbx-gbx_c_array.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_c_process.o -MD -MP -MF ".deps/gbx-gbx_c_process.Tpo" -c -o 
gbx-gbx_c_process.o `test -f 'gbx_c_process.c' || echo 
'./'`gbx_c_process.c; \
         then mv -f ".deps/gbx-gbx_c_process.Tpo" 
".deps/gbx-gbx_c_process.Po"; else rm -f ".deps/gbx-gbx_c_process.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_c_subcollection.o -MD -MP -MF 
".deps/gbx-gbx_c_subcollection.Tpo" -c -o gbx-gbx_c_subcollection.o 
`test -f 'gbx_c_subcollection.c' || echo './'`gbx_c_subcollection.c; \
         then mv -f ".deps/gbx-gbx_c_subcollection.Tpo" 
".deps/gbx-gbx_c_subcollection.Po"; else rm -f 
".deps/gbx-gbx_c_subcollection.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_c_string.o -MD -MP -MF ".deps/gbx-gbx_c_string.Tpo" -c -o 
gbx-gbx_c_string.o `test -f 'gbx_c_string.c' || echo './'`gbx_c_string.c; \
         then mv -f ".deps/gbx-gbx_c_string.Tpo" 
".deps/gbx-gbx_c_string.Po"; else rm -f ".deps/gbx-gbx_c_string.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share 
-I../../libltdl    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gbx-gbx_c_settings.o -MD -MP -MF ".deps/gbx-gbx_c_settings.Tpo" -c -o 
gbx-gbx_c_settings.o `test -f 'gbx_c_settings.c' || echo 
'./'`gbx_c_settings.c; \
         then mv -f ".deps/gbx-gbx_c_settings.Tpo" 
".deps/gbx-gbx_c_settings.Po"; else rm -f 
".deps/gbx-gbx_c_settings.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc  -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os   -o gbx  gbx-gb_common.o gbx-gb_error.o 
gbx-gb_alloc.o gbx-gb_array.o gbx-gbx_stack.o gbx-gb_buffer.o 
gbx-gbx_replace.o gbx-gbx_list.o gbx-gbx_hash.o gbx-gb_table.o 
gbx-gbx_type.o gbx-gbx_value.o gbx-gbx_subst.o gbx-gbx_exec.o 
gbx-gbx_exec_push.o gbx-gbx_exec_enum.o gbx-gbx_exec_pop.o 
gbx-gbx_exec_loop.o gbx-gbx_pcode.o gbx-gbx_trace.o gbx-gbx_class_init.o 
gbx-gbx_class.o gbx-gbx_class_native.o gbx-gbx_class_load.o 
gbx-gbx_event.o gbx-gb_file.o gbx-gbx_stream.o gbx-gbx_stream_direct.o 
gbx-gbx_stream_buffer.o gbx-gbx_stream_memory.o gbx-gbx_stream_arch.o 
gbx-gbx_stream_process.o gbx-gbx_project.o gbx-gbx_library.o 
gbx-gbx_subr.o gbx-gbx_subr_file.o gbx-gbx_subr_string.o 
gbx-gbx_subr_conv.o gbx-gbx_subr_time.o gbx-gbx_subr_misc.o 
gbx-gbx_math.o gbx-gbx_subr_math.o gbx-gbx_subr_test.o gbx-gbx_api.o 
gbx-gbx_local.o gbx-gbx_regexp.o gbx-gbx_archive.o gbx-gbx_watch.o 
gbx-gbx_eval.o gbx-gbx_compare.o gbx-gbx.o gbx-gbx_number.o 
gbx-gbx_object.o gbx-gbx_string.o gbx-gbx_variant.o gbx-gbx_date.o 
gbx-gbx_array.o gbx-gbx_c_class.o gbx-gbx_c_collection.o 
gbx-gbx_c_error.o gbx-gbx_c_gambas.o gbx-gbx_c_file.o 
gbx-gbx_c_application.o gbx-gbx_c_array.o gbx-gbx_c_process.o 
gbx-gbx_c_subcollection.o gbx-gbx_c_string.o gbx-gbx_c_settings.o -lm 
   ../../libltdl/libltdlc.la
gcc -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -o gbx 
gbx-gb_common.o gbx-gb_error.o gbx-gb_alloc.o gbx-gb_array.o 
gbx-gbx_stack.o gbx-gb_buffer.o gbx-gbx_replace.o gbx-gbx_list.o 
gbx-gbx_hash.o gbx-gb_table.o gbx-gbx_type.o gbx-gbx_value.o 
gbx-gbx_subst.o gbx-gbx_exec.o gbx-gbx_exec_push.o gbx-gbx_exec_enum.o 
gbx-gbx_exec_pop.o gbx-gbx_exec_loop.o gbx-gbx_pcode.o gbx-gbx_trace.o 
gbx-gbx_class_init.o gbx-gbx_class.o gbx-gbx_class_native.o 
gbx-gbx_class_load.o gbx-gbx_event.o gbx-gb_file.o gbx-gbx_stream.o 
gbx-gbx_stream_direct.o gbx-gbx_stream_buffer.o gbx-gbx_stream_memory.o 
gbx-gbx_stream_arch.o gbx-gbx_stream_process.o gbx-gbx_project.o 
gbx-gbx_library.o gbx-gbx_subr.o gbx-gbx_subr_file.o 
gbx-gbx_subr_string.o gbx-gbx_subr_conv.o gbx-gbx_subr_time.o 
gbx-gbx_subr_misc.o gbx-gbx_math.o gbx-gbx_subr_math.o 
gbx-gbx_subr_test.o gbx-gbx_api.o gbx-gbx_local.o gbx-gbx_regexp.o 
gbx-gbx_archive.o gbx-gbx_watch.o gbx-gbx_eval.o gbx-gbx_compare.o 
gbx-gbx.o gbx-gbx_number.o gbx-gbx_object.o gbx-gbx_string.o 
gbx-gbx_variant.o gbx-gbx_date.o gbx-gbx_array.o gbx-gbx_c_class.o 
gbx-gbx_c_collection.o gbx-gbx_c_error.o gbx-gbx_c_gambas.o 
gbx-gbx_c_file.o gbx-gbx_c_application.o gbx-gbx_c_array.o 
gbx-gbx_c_process.o gbx-gbx_c_subcollection.o gbx-gbx_c_string.o 
gbx-gbx_c_settings.o  -lm ../../libltdl/.libs/libltdlc.a -ldl
make[3]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/exec'
Making all in lib
make[3]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib'
Making all in debug
make[4]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/debug'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share -I../../../libltdl    -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT CDebug.lo -MD -MP -MF 
".deps/CDebug.Tpo" -c -o CDebug.lo CDebug.c; \
         then mv -f ".deps/CDebug.Tpo" ".deps/CDebug.Plo"; else rm -f 
".deps/CDebug.Tpo"; exit 1; fi
mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share 
-I../../../libltdl -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
CDebug.lo -MD -MP -MF .deps/CDebug.Tpo -c CDebug.c  -fPIC -DPIC -o 
.libs/CDebug.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share -I../../../libltdl    -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF 
".deps/main.Tpo" -c -o main.lo main.c; \
         then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f 
".deps/main.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share 
-I../../../libltdl -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
main.lo -MD -MP -MF .deps/main.Tpo -c main.c  -fPIC -DPIC -o .libs/main.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os   -o lib.gb.debug.la -rpath 
/opt/gambas/lib/gambas -no-undefined CDebug.lo main.lo
gcc -shared  .libs/CDebug.o .libs/main.o   -Wl,-soname 
-Wl,lib.gb.debug.so.0 -o .libs/lib.gb.debug.so.0.0.0
(cd .libs && rm -f lib.gb.debug.so.0 && ln -s lib.gb.debug.so.0.0.0 
lib.gb.debug.so.0)
(cd .libs && rm -f lib.gb.debug.so && ln -s lib.gb.debug.so.0.0.0 
lib.gb.debug.so)
creating lib.gb.debug.la
(cd .libs && rm -f lib.gb.debug.la && ln -s ../lib.gb.debug.la 
lib.gb.debug.la)
make[4]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/debug'
Making all in eval
make[4]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/eval'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share -I../../../libltdl    -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT gb_error.lo -MD -MP -MF 
".deps/gb_error.Tpo" -c -o gb_error.lo gb_error.c; \
         then mv -f ".deps/gb_error.Tpo" ".deps/gb_error.Plo"; else rm 
-f ".deps/gb_error.Tpo"; exit 1; fi
mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share 
-I../../../libltdl -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gb_error.lo -MD -MP -MF .deps/gb_error.Tpo -c gb_error.c  -fPIC -DPIC -o 
.libs/gb_error.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share -I../../../libltdl    -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT gb_array.lo -MD -MP -MF 
".deps/gb_array.Tpo" -c -o gb_array.lo gb_array.c; \
         then mv -f ".deps/gb_array.Tpo" ".deps/gb_array.Plo"; else rm 
-f ".deps/gb_array.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share 
-I../../../libltdl -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gb_array.lo -MD -MP -MF .deps/gb_array.Tpo -c gb_array.c  -fPIC -DPIC -o 
.libs/gb_array.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share -I../../../libltdl    -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT gb_table.lo -MD -MP -MF 
".deps/gb_table.Tpo" -c -o gb_table.lo gb_table.c; \
         then mv -f ".deps/gb_table.Tpo" ".deps/gb_table.Plo"; else rm 
-f ".deps/gb_table.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share 
-I../../../libltdl -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
gb_table.lo -MD -MP -MF .deps/gb_table.Tpo -c gb_table.c  -fPIC -DPIC -o 
.libs/gb_table.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share -I../../../libltdl    -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT eval_code.lo -MD -MP -MF 
".deps/eval_code.Tpo" -c -o eval_code.lo eval_code.c; \
         then mv -f ".deps/eval_code.Tpo" ".deps/eval_code.Plo"; else rm 
-f ".deps/eval_code.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share 
-I../../../libltdl -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
eval_code.lo -MD -MP -MF .deps/eval_code.Tpo -c eval_code.c  -fPIC -DPIC 
-o .libs/eval_code.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share -I../../../libltdl    -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT eval_read.lo -MD -MP -MF 
".deps/eval_read.Tpo" -c -o eval_read.lo eval_read.c; \
         then mv -f ".deps/eval_read.Tpo" ".deps/eval_read.Plo"; else rm 
-f ".deps/eval_read.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share 
-I../../../libltdl -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
eval_read.lo -MD -MP -MF .deps/eval_read.Tpo -c eval_read.c  -fPIC -DPIC 
-o .libs/eval_read.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share -I../../../libltdl    -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT eval_reserved.lo -MD -MP -MF 
".deps/eval_reserved.Tpo" -c -o eval_reserved.lo eval_reserved.c; \
         then mv -f ".deps/eval_reserved.Tpo" ".deps/eval_reserved.Plo"; 
else rm -f ".deps/eval_reserved.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share 
-I../../../libltdl -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
eval_reserved.lo -MD -MP -MF .deps/eval_reserved.Tpo -c eval_reserved.c 
  -fPIC -DPIC -o .libs/eval_reserved.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share -I../../../libltdl    -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT eval_trans.lo -MD -MP -MF 
".deps/eval_trans.Tpo" -c -o eval_trans.lo eval_trans.c; \
         then mv -f ".deps/eval_trans.Tpo" ".deps/eval_trans.Plo"; else 
rm -f ".deps/eval_trans.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share 
-I../../../libltdl -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
eval_trans.lo -MD -MP -MF .deps/eval_trans.Tpo -c eval_trans.c  -fPIC 
-DPIC -o .libs/eval_trans.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share -I../../../libltdl    -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT eval_trans_expr.lo -MD -MP 
-MF ".deps/eval_trans_expr.Tpo" -c -o eval_trans_expr.lo 
eval_trans_expr.c; \
         then mv -f ".deps/eval_trans_expr.Tpo" 
".deps/eval_trans_expr.Plo"; else rm -f ".deps/eval_trans_expr.Tpo"; 
exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share 
-I../../../libltdl -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
eval_trans_expr.lo -MD -MP -MF .deps/eval_trans_expr.Tpo -c 
eval_trans_expr.c  -fPIC -DPIC -o .libs/eval_trans_expr.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share -I../../../libltdl    -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT eval_trans_tree.lo -MD -MP 
-MF ".deps/eval_trans_tree.Tpo" -c -o eval_trans_tree.lo 
eval_trans_tree.c; \
         then mv -f ".deps/eval_trans_tree.Tpo" 
".deps/eval_trans_tree.Plo"; else rm -f ".deps/eval_trans_tree.Tpo"; 
exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share 
-I../../../libltdl -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
eval_trans_tree.lo -MD -MP -MF .deps/eval_trans_tree.Tpo -c 
eval_trans_tree.c  -fPIC -DPIC -o .libs/eval_trans_tree.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share -I../../../libltdl    -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT eval.lo -MD -MP -MF 
".deps/eval.Tpo" -c -o eval.lo eval.c; \
         then mv -f ".deps/eval.Tpo" ".deps/eval.Plo"; else rm -f 
".deps/eval.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share 
-I../../../libltdl -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
eval.lo -MD -MP -MF .deps/eval.Tpo -c eval.c  -fPIC -DPIC -o .libs/eval.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share -I../../../libltdl    -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT CExpression.lo -MD -MP -MF 
".deps/CExpression.Tpo" -c -o CExpression.lo CExpression.c; \
         then mv -f ".deps/CExpression.Tpo" ".deps/CExpression.Plo"; 
else rm -f ".deps/CExpression.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share 
-I../../../libltdl -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
CExpression.lo -MD -MP -MF .deps/CExpression.Tpo -c CExpression.c  -fPIC 
-DPIC -o .libs/CExpression.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share -I../../../libltdl    -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF 
".deps/main.Tpo" -c -o main.lo main.c; \
         then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f 
".deps/main.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share 
-I../../../libltdl -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
main.lo -MD -MP -MF .deps/main.Tpo -c main.c  -fPIC -DPIC -o .libs/main.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os   -o lib.gb.eval.la -rpath 
/opt/gambas/lib/gambas -no-undefined gb_error.lo gb_array.lo gb_table.lo 
eval_code.lo eval_read.lo eval_reserved.lo eval_trans.lo 
eval_trans_expr.lo eval_trans_tree.lo eval.lo CExpression.lo main.lo
gcc -shared  .libs/gb_error.o .libs/gb_array.o .libs/gb_table.o 
.libs/eval_code.o .libs/eval_read.o .libs/eval_reserved.o 
.libs/eval_trans.o .libs/eval_trans_expr.o .libs/eval_trans_tree.o 
.libs/eval.o .libs/CExpression.o .libs/main.o   -Wl,-soname 
-Wl,lib.gb.eval.so.0 -o .libs/lib.gb.eval.so.0.0.0
(cd .libs && rm -f lib.gb.eval.so.0 && ln -s lib.gb.eval.so.0.0.0 
lib.gb.eval.so.0)
(cd .libs && rm -f lib.gb.eval.so && ln -s lib.gb.eval.so.0.0.0 
lib.gb.eval.so)
creating lib.gb.eval.la
(cd .libs && rm -f lib.gb.eval.la && ln -s ../lib.gb.eval.la lib.gb.eval.la)
make[4]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/eval'
Making all in db
make[4]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/db'
make[5]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/db'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c 
-o main.lo main.c; \
         then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f 
".deps/main.Tpo"; exit 1; fi
mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF 
.deps/main.Tpo -c main.c  -fPIC -DPIC -o .libs/main.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CConnection.lo -MD -MP -MF 
".deps/CConnection.Tpo" -c -o CConnection.lo CConnection.c; \
         then mv -f ".deps/CConnection.Tpo" ".deps/CConnection.Plo"; 
else rm -f ".deps/CConnection.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT CConnection.lo -MD -MP -MF 
.deps/CConnection.Tpo -c CConnection.c  -fPIC -DPIC -o .libs/CConnection.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CDatabase.lo -MD -MP -MF 
".deps/CDatabase.Tpo" -c -o CDatabase.lo CDatabase.c; \
         then mv -f ".deps/CDatabase.Tpo" ".deps/CDatabase.Plo"; else rm 
-f ".deps/CDatabase.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT CDatabase.lo -MD -MP -MF 
.deps/CDatabase.Tpo -c CDatabase.c  -fPIC -DPIC -o .libs/CDatabase.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CUser.lo -MD -MP -MF ".deps/CUser.Tpo" 
-c -o CUser.lo CUser.c; \
         then mv -f ".deps/CUser.Tpo" ".deps/CUser.Plo"; else rm -f 
".deps/CUser.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT CUser.lo -MD -MP -MF 
.deps/CUser.Tpo -c CUser.c  -fPIC -DPIC -o .libs/CUser.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CTable.lo -MD -MP -MF ".deps/CTable.Tpo" 
-c -o CTable.lo CTable.c; \
         then mv -f ".deps/CTable.Tpo" ".deps/CTable.Plo"; else rm -f 
".deps/CTable.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT CTable.lo -MD -MP -MF 
.deps/CTable.Tpo -c CTable.c  -fPIC -DPIC -o .libs/CTable.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CField.lo -MD -MP -MF ".deps/CField.Tpo" 
-c -o CField.lo CField.c; \
         then mv -f ".deps/CField.Tpo" ".deps/CField.Plo"; else rm -f 
".deps/CField.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT CField.lo -MD -MP -MF 
.deps/CField.Tpo -c CField.c  -fPIC -DPIC -o .libs/CField.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CIndex.lo -MD -MP -MF ".deps/CIndex.Tpo" 
-c -o CIndex.lo CIndex.c; \
         then mv -f ".deps/CIndex.Tpo" ".deps/CIndex.Plo"; else rm -f 
".deps/CIndex.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT CIndex.lo -MD -MP -MF 
.deps/CIndex.Tpo -c CIndex.c  -fPIC -DPIC -o .libs/CIndex.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CResult.lo -MD -MP -MF 
".deps/CResult.Tpo" -c -o CResult.lo CResult.c; \
         then mv -f ".deps/CResult.Tpo" ".deps/CResult.Plo"; else rm -f 
".deps/CResult.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT CResult.lo -MD -MP -MF 
.deps/CResult.Tpo -c CResult.c  -fPIC -DPIC -o .libs/CResult.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CResultField.lo -MD -MP -MF 
".deps/CResultField.Tpo" -c -o CResultField.lo CResultField.c; \
         then mv -f ".deps/CResultField.Tpo" ".deps/CResultField.Plo"; 
else rm -f ".deps/CResultField.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT CResultField.lo -MD -MP -MF 
.deps/CResultField.Tpo -c CResultField.c  -fPIC -DPIC -o 
.libs/CResultField.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os   -o lib.gb.db.la -rpath 
/opt/gambas/lib/gambas -no-undefined main.lo CConnection.lo CDatabase.lo 
CUser.lo CTable.lo CField.lo CIndex.lo CResult.lo CResultField.lo -lc
gcc -shared  .libs/main.o .libs/CConnection.o .libs/CDatabase.o 
.libs/CUser.o .libs/CTable.o .libs/CField.o .libs/CIndex.o 
.libs/CResult.o .libs/CResultField.o  -lc  -Wl,-soname 
-Wl,lib.gb.db.so.0 -o .libs/lib.gb.db.so.0.0.0
(cd .libs && rm -f lib.gb.db.so.0 && ln -s lib.gb.db.so.0.0.0 
lib.gb.db.so.0)
(cd .libs && rm -f lib.gb.db.so && ln -s lib.gb.db.so.0.0.0 lib.gb.db.so)
creating lib.gb.db.la
(cd .libs && rm -f lib.gb.db.la && ln -s ../lib.gb.db.la lib.gb.db.la)
make[5]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/db'
make[4]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/db'
Making all in compress
make[4]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/compress'
Making all in zlib
make[5]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/compress/zlib'
if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc 
-DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share     -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF 
".deps/main.Tpo" -c -o main.lo main.c; \
         then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f 
".deps/main.Tpo"; exit 1; fi
mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share -g 
-O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF 
.deps/main.Tpo -c main.c  -fPIC -DPIC -o .libs/main.o
main.c: In function 'c_String':
main.c:134: warning: pointer targets in passing argument 3 of 
'compress2' differ in signedness
main.c: In function 'u_String':
main.c:173: warning: pointer targets in passing argument 3 of 
'uncompress' differ in signedness
/bin/sh ../../../../libtool --tag=CC --mode=link gcc  -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os   -o lib.gb.compress.zlib.la -rpath 
/opt/gambas/lib/gambas  main.lo -lc -lz
gcc -shared  .libs/main.o  -lc -lz  -Wl,-soname 
-Wl,lib.gb.compress.zlib.so.0 -o .libs/lib.gb.compress.zlib.so.0.0.0
(cd .libs && rm -f lib.gb.compress.zlib.so.0 && ln -s 
lib.gb.compress.zlib.so.0.0.0 lib.gb.compress.zlib.so.0)
(cd .libs && rm -f lib.gb.compress.zlib.so && ln -s 
lib.gb.compress.zlib.so.0.0.0 lib.gb.compress.zlib.so)
creating lib.gb.compress.zlib.la
(cd .libs && rm -f lib.gb.compress.zlib.la && ln -s 
../lib.gb.compress.zlib.la lib.gb.compress.zlib.la)
make[5]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/compress/zlib'
Making all in bzlib2
make[5]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/compress/bzlib2'
if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc 
-DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share     -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF 
".deps/main.Tpo" -c -o main.lo main.c; \
         then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f 
".deps/main.Tpo"; exit 1; fi
mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share -g 
-O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF 
.deps/main.Tpo -c main.c  -fPIC -DPIC -o .libs/main.o
/bin/sh ../../../../libtool --tag=CC --mode=link gcc  -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os   -o lib.gb.compress.bzlib2.la -rpath 
/opt/gambas/lib/gambas  main.lo -lc -lbz2
gcc -shared  .libs/main.o  -lc -lbz2  -Wl,-soname 
-Wl,lib.gb.compress.bzlib2.so.0 -o .libs/lib.gb.compress.bzlib2.so.0.0.0
(cd .libs && rm -f lib.gb.compress.bzlib2.so.0 && ln -s 
lib.gb.compress.bzlib2.so.0.0.0 lib.gb.compress.bzlib2.so.0)
(cd .libs && rm -f lib.gb.compress.bzlib2.so && ln -s 
lib.gb.compress.bzlib2.so.0.0.0 lib.gb.compress.bzlib2.so)
creating lib.gb.compress.bzlib2.la
(cd .libs && rm -f lib.gb.compress.bzlib2.la && ln -s 
../lib.gb.compress.bzlib2.la lib.gb.compress.bzlib2.la)
make[5]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/compress/bzlib2'
make[5]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/compress'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c 
-o main.lo main.c; \
         then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f 
".deps/main.Tpo"; exit 1; fi
mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF 
.deps/main.Tpo -c main.c  -fPIC -DPIC -o .libs/main.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CCompress.lo -MD -MP -MF 
".deps/CCompress.Tpo" -c -o CCompress.lo CCompress.c; \
         then mv -f ".deps/CCompress.Tpo" ".deps/CCompress.Plo"; else rm 
-f ".deps/CCompress.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT CCompress.lo -MD -MP -MF 
.deps/CCompress.Tpo -c CCompress.c  -fPIC -DPIC -o .libs/CCompress.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-I. -I. -I../../.. -I../../../src/share    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CUncompress.lo -MD -MP -MF 
".deps/CUncompress.Tpo" -c -o CUncompress.lo CUncompress.c; \
         then mv -f ".deps/CUncompress.Tpo" ".deps/CUncompress.Plo"; 
else rm -f ".deps/CUncompress.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT CUncompress.lo -MD -MP -MF 
.deps/CUncompress.Tpo -c CUncompress.c  -fPIC -DPIC -o .libs/CUncompress.o
CUncompress.c: In function 'CUNCOPMPRESS_String':
CUncompress.c:86: warning: pointer targets in passing argument 2 of 
'(_object)->driver->Uncompress.String' differ in signedness
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os   -o lib.gb.compress.la -rpath 
/opt/gambas/lib/gambas -no-undefined main.lo CCompress.lo CUncompress.lo
gcc -shared  .libs/main.o .libs/CCompress.o .libs/CUncompress.o 
-Wl,-soname -Wl,lib.gb.compress.so.0 -o .libs/lib.gb.compress.so.0.0.0
(cd .libs && rm -f lib.gb.compress.so.0 && ln -s 
lib.gb.compress.so.0.0.0 lib.gb.compress.so.0)
(cd .libs && rm -f lib.gb.compress.so && ln -s lib.gb.compress.so.0.0.0 
lib.gb.compress.so)
creating lib.gb.compress.la
(cd .libs && rm -f lib.gb.compress.la && ln -s ../lib.gb.compress.la 
lib.gb.compress.la)
make[5]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/compress'
make[4]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/compress'
Making all in xml
make[4]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/xml'
Making all in libxml
make[5]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/xml/libxml'
Making all in xslt
make[6]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/xml/libxml/xslt'
if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc 
-DHAVE_CONFIG_H -I. -I. -I../../../../.. -I../../../../../src/share 
-I/usr/include/libxml2/ -D_REENTRANT      -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c 
-o main.lo main.c; \
         then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f 
".deps/main.Tpo"; exit 1; fi
mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. 
-I../../../../../src/share -I/usr/include/libxml2/ -D_REENTRANT -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF 
.deps/main.Tpo -c main.c  -fPIC -DPIC -o .libs/main.o
if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc 
-DHAVE_CONFIG_H -I. -I. -I../../../../.. -I../../../../../src/share 
-I/usr/include/libxml2/ -D_REENTRANT      -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CXSLT.lo -MD -MP -MF ".deps/CXSLT.Tpo" 
-c -o CXSLT.lo CXSLT.c; \
         then mv -f ".deps/CXSLT.Tpo" ".deps/CXSLT.Plo"; else rm -f 
".deps/CXSLT.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. 
-I../../../../../src/share -I/usr/include/libxml2/ -D_REENTRANT -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT CXSLT.lo -MD -MP -MF 
.deps/CXSLT.Tpo -c CXSLT.c  -fPIC -DPIC -o .libs/CXSLT.o
/bin/sh ../../../../../libtool --tag=CC --mode=link gcc  -g -O2 -pipe 
-Wall -fno-strict-aliasing -g -Os   -o lib.gb.xml.libxml.xslt.la -rpath 
/opt/gambas/lib/gambas -no-undefined main.lo CXSLT.lo -lc -lpthread 
-lxml2 -lm   -lc -lpthread -lxml2 -lm -lxslt
gcc -shared  .libs/main.o .libs/CXSLT.o  -lc -lpthread 
/usr/lib/libxml2.so -lm /usr/lib/libxslt.so -L/usr/lib  -Wl,-soname 
-Wl,lib.gb.xml.libxml.xslt.so.0 -o .libs/lib.gb.xml.libxml.xslt.so.0.0.0
(cd .libs && rm -f lib.gb.xml.libxml.xslt.so.0 && ln -s 
lib.gb.xml.libxml.xslt.so.0.0.0 lib.gb.xml.libxml.xslt.so.0)
(cd .libs && rm -f lib.gb.xml.libxml.xslt.so && ln -s 
lib.gb.xml.libxml.xslt.so.0.0.0 lib.gb.xml.libxml.xslt.so)
creating lib.gb.xml.libxml.xslt.la
(cd .libs && rm -f lib.gb.xml.libxml.xslt.la && ln -s 
../lib.gb.xml.libxml.xslt.la lib.gb.xml.libxml.xslt.la)
make[6]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/xml/libxml/xslt'
Making all in rpc
make[6]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/xml/libxml/rpc'
if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc 
-DHAVE_CONFIG_H -I. -I. -I../../../../.. -I../../../../../src/share 
-I/usr/include/libxml2/ -D_REENTRANT    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c 
-o main.lo main.c; \
         then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f 
".deps/main.Tpo"; exit 1; fi
mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. 
-I../../../../../src/share -I/usr/include/libxml2/ -D_REENTRANT -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF 
.deps/main.Tpo -c main.c  -fPIC -DPIC -o .libs/main.o
if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc 
-DHAVE_CONFIG_H -I. -I. -I../../../../.. -I../../../../../src/share 
-I/usr/include/libxml2/ -D_REENTRANT    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CXmlRpc.lo -MD -MP -MF 
".deps/CXmlRpc.Tpo" -c -o CXmlRpc.lo CXmlRpc.c; \
         then mv -f ".deps/CXmlRpc.Tpo" ".deps/CXmlRpc.Plo"; else rm -f 
".deps/CXmlRpc.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../../../.. 
-I../../../../../src/share -I/usr/include/libxml2/ -D_REENTRANT -g -O2 
-pipe -Wall -fno-strict-aliasing -g -Os -MT CXmlRpc.lo -MD -MP -MF 
.deps/CXmlRpc.Tpo -c CXmlRpc.c  -fPIC -DPIC -o .libs/CXmlRpc.o
CXmlRpc.c: In function 'CXMLRPC_Call':
CXmlRpc.c:158: warning: pointer targets in passing argument 2 of 
'xmlTextWriterStartElement' differ in signedness
CXmlRpc.c:159: warning: pointer targets in passing argument 2 of 
'xmlTextWriterWriteElement' differ in signedness
CXmlRpc.c:159: warning: pointer targets in passing argument 3 of 
'xmlTextWriterWriteElement' differ in signedness
CXmlRpc.c:161: warning: pointer targets in passing argument 2 of 
'xmlTextWriterStartElement' differ in signedness
CXmlRpc.c:166: warning: pointer targets in passing argument 2 of 
'xmlTextWriterStartElement' differ in signedness
CXmlRpc.c:167: warning: pointer targets in passing argument 2 of 
'xmlTextWriterStartElement' differ in signedness
CXmlRpc.c:173: warning: pointer targets in passing argument 2 of 
'xmlTextWriterWriteElement' differ in signedness
CXmlRpc.c:173: warning: pointer targets in passing argument 3 of 
'xmlTextWriterWriteElement' differ in signedness
CXmlRpc.c:175: warning: pointer targets in passing argument 2 of 
'xmlTextWriterWriteElement' differ in signedness
CXmlRpc.c:175: warning: pointer targets in passing argument 3 of 
'xmlTextWriterWriteElement' differ in signedness
CXmlRpc.c:181: warning: pointer targets in passing argument 2 of 
'xmlTextWriterWriteElement' differ in signedness
CXmlRpc.c:181: warning: pointer targets in passing argument 3 of 
'xmlTextWriterWriteElement' differ in signedness
CXmlRpc.c:187: warning: pointer targets in passing argument 2 of 
'xmlTextWriterWriteElement' differ in signedness
CXmlRpc.c:187: warning: pointer targets in passing argument 3 of 
'xmlTextWriterWriteElement' differ in signedness
CXmlRpc.c:192: warning: pointer targets in passing argument 2 of 
'xmlTextWriterWriteElement' differ in signedness
CXmlRpc.c:192: warning: pointer targets in passing argument 3 of 
'xmlTextWriterWriteElement' differ in signedness
CXmlRpc.c:211: warning: pointer targets in passing argument 1 of 
'GB.ReturnNewString' differ in signedness
CXmlRpc.c:113: warning: unused variable 'cname'
/bin/sh ../../../../../libtool --tag=CC --mode=link gcc  -g -O2 -pipe 
-Wall -fno-strict-aliasing -g -Os   -o lib.gb.xml.libxml.rpc.la -rpath 
/opt/gambas/lib/gambas -no-undefined main.lo CXmlRpc.lo -lc -lpthread 
-lxml2 -lm
gcc -shared  .libs/main.o .libs/CXmlRpc.o  -lc -lpthread 
/usr/lib/libxml2.so -lm  -Wl,-soname -Wl,lib.gb.xml.libxml.rpc.so.0 -o 
.libs/lib.gb.xml.libxml.rpc.so.0.0.0
(cd .libs && rm -f lib.gb.xml.libxml.rpc.so.0 && ln -s 
lib.gb.xml.libxml.rpc.so.0.0.0 lib.gb.xml.libxml.rpc.so.0)
(cd .libs && rm -f lib.gb.xml.libxml.rpc.so && ln -s 
lib.gb.xml.libxml.rpc.so.0.0.0 lib.gb.xml.libxml.rpc.so)
creating lib.gb.xml.libxml.rpc.la
(cd .libs && rm -f lib.gb.xml.libxml.rpc.la && ln -s 
../lib.gb.xml.libxml.rpc.la lib.gb.xml.libxml.rpc.la)
make[6]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/xml/libxml/rpc'
make[6]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/xml/libxml'
if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc 
-DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share 
-I/usr/include/libxml2/ -D_REENTRANT    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c 
-o main.lo main.c; \
         then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f 
".deps/main.Tpo"; exit 1; fi
mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share 
-I/usr/include/libxml2/ -D_REENTRANT -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF .deps/main.Tpo -c 
main.c  -fPIC -DPIC -o .libs/main.o
if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc 
-DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share 
-I/usr/include/libxml2/ -D_REENTRANT    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CXMLNode.lo -MD -MP -MF 
".deps/CXMLNode.Tpo" -c -o CXMLNode.lo CXMLNode.c; \
         then mv -f ".deps/CXMLNode.Tpo" ".deps/CXMLNode.Plo"; else rm 
-f ".deps/CXMLNode.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share 
-I/usr/include/libxml2/ -D_REENTRANT -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CXMLNode.lo -MD -MP -MF 
.deps/CXMLNode.Tpo -c CXMLNode.c  -fPIC -DPIC -o .libs/CXMLNode.o
CXMLNode.c: In function 'CXMLNode_Name':
CXMLNode.c:96: warning: pointer targets in passing argument 1 of 
'GB.ReturnNewString' differ in signedness
CXMLNode.c:100: warning: pointer targets in passing argument 2 of 
'xmlNodeSetName' differ in signedness
CXMLNode.c: In function 'CXMLNode_Value':
CXMLNode.c:108: warning: pointer targets in passing argument 1 of 
'GB.ReturnNewString' differ in signedness
CXMLNode.c: In function 'CXmlNode_a_count':
CXMLNode.c:249: warning: assignment from incompatible pointer type
CXMLNode.c: In function 'CXmlNode_c_get':
CXMLNode.c:172: warning: 'ch' is used uninitialized in this function
if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc 
-DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share 
-I/usr/include/libxml2/ -D_REENTRANT    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CXMLReader.lo -MD -MP -MF 
".deps/CXMLReader.Tpo" -c -o CXMLReader.lo CXMLReader.c; \
         then mv -f ".deps/CXMLReader.Tpo" ".deps/CXMLReader.Plo"; else 
rm -f ".deps/CXMLReader.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share 
-I/usr/include/libxml2/ -D_REENTRANT -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CXMLReader.lo -MD -MP -MF 
.deps/CXMLReader.Tpo -c CXMLReader.c  -fPIC -DPIC -o .libs/CXMLReader.o
CXMLReader.c: In function 'CRNODE_BaseUri':
CXMLReader.c:349: warning: pointer targets in passing argument 1 of 
'GB.ReturnNewString' differ in signedness
CXMLReader.c: In function 'CRNODE_LocalName':
CXMLReader.c:377: warning: pointer targets in passing argument 1 of 
'GB.ReturnNewString' differ in signedness
CXMLReader.c: In function 'CRNODE_Name':
CXMLReader.c:384: warning: pointer targets in passing argument 1 of 
'GB.ReturnNewString' differ in signedness
CXMLReader.c: In function 'CRNODE_NamespaceUri':
CXMLReader.c:391: warning: pointer targets in passing argument 1 of 
'GB.ReturnNewString' differ in signedness
CXMLReader.c: In function 'CRNODE_Prefix':
CXMLReader.c:398: warning: pointer targets in passing argument 1 of 
'GB.ReturnNewString' differ in signedness
CXMLReader.c: In function 'CRNODE_Value':
CXMLReader.c:420: warning: pointer targets in assignment differ in 
signedness
CXMLReader.c: In function 'CRNODE_XmlLang':
CXMLReader.c:436: warning: pointer targets in passing argument 1 of 
'GB.ReturnNewString' differ in signedness
if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc 
-DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share 
-I/usr/include/libxml2/ -D_REENTRANT    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CXMLWriter.lo -MD -MP -MF 
".deps/CXMLWriter.Tpo" -c -o CXMLWriter.lo CXMLWriter.c; \
         then mv -f ".deps/CXMLWriter.Tpo" ".deps/CXMLWriter.Plo"; else 
rm -f ".deps/CXMLWriter.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share 
-I/usr/include/libxml2/ -D_REENTRANT -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CXMLWriter.lo -MD -MP -MF 
.deps/CXMLWriter.Tpo -c CXMLWriter.c  -fPIC -DPIC -o .libs/CXMLWriter.o
CXMLWriter.c: In function 'CXmlWriter_StartElement':
CXMLWriter.c:139: warning: pointer targets in passing argument 2 of 
'xmlTextWriterStartElementNS' differ in signedness
CXMLWriter.c:139: warning: pointer targets in passing argument 3 of 
'xmlTextWriterStartElementNS' differ in signedness
CXMLWriter.c:139: warning: pointer targets in passing argument 4 of 
'xmlTextWriterStartElementNS' differ in signedness
CXMLWriter.c:141: warning: pointer targets in passing argument 2 of 
'xmlTextWriterStartElement' differ in signedness
CXMLWriter.c:159: warning: pointer targets in passing argument 2 of 
'xmlTextWriterWriteAttribute' differ in signedness
CXMLWriter.c:159: warning: pointer targets in passing argument 3 of 
'xmlTextWriterWriteAttribute' differ in signedness
CXMLWriter.c: In function 'CXmlWriter_Element':
CXMLWriter.c:187: warning: pointer targets in assignment differ in 
signedness
CXMLWriter.c:190: warning: pointer targets in assignment differ in 
signedness
CXMLWriter.c:193: warning: pointer targets in passing argument 2 of 
'xmlTextWriterWriteElementNS' differ in signedness
CXMLWriter.c:193: warning: pointer targets in passing argument 4 of 
'xmlTextWriterWriteElementNS' differ in signedness
CXMLWriter.c:200: warning: pointer targets in passing argument 2 of 
'xmlTextWriterStartElementNS' differ in signedness
CXMLWriter.c:200: warning: pointer targets in passing argument 4 of 
'xmlTextWriterStartElementNS' differ in signedness
CXMLWriter.c: In function 'CXmlWriter_Text':
CXMLWriter.c:216: warning: pointer targets in assignment differ in 
signedness
CXMLWriter.c: In function 'CXmlWriter_CDATA':
CXMLWriter.c:238: warning: pointer targets in passing argument 2 of 
'xmlTextWriterWriteCDATA' differ in signedness
CXMLWriter.c: In function 'CXmlWriter_Attribute':
CXMLWriter.c:259: warning: pointer targets in passing argument 2 of 
'xmlTextWriterWriteAttributeNS' differ in signedness
CXMLWriter.c:259: warning: pointer targets in passing argument 3 of 
'xmlTextWriterWriteAttributeNS' differ in signedness
CXMLWriter.c:259: warning: pointer targets in passing argument 4 of 
'xmlTextWriterWriteAttributeNS' differ in signedness
CXMLWriter.c:259: warning: pointer targets in passing argument 5 of 
'xmlTextWriterWriteAttributeNS' differ in signedness
CXMLWriter.c:261: warning: pointer targets in passing argument 2 of 
'xmlTextWriterWriteAttribute' differ in signedness
CXMLWriter.c:261: warning: pointer targets in passing argument 3 of 
'xmlTextWriterWriteAttribute' differ in signedness
CXMLWriter.c: In function 'CXmlWriter_WritePI':
CXMLWriter.c:275: warning: pointer targets in passing argument 2 of 
'xmlTextWriterWritePI' differ in signedness
CXMLWriter.c:275: warning: pointer targets in passing argument 3 of 
'xmlTextWriterWritePI' differ in signedness
CXMLWriter.c: In function 'CXmlWriter_Comment':
CXMLWriter.c:286: warning: pointer targets in passing argument 2 of 
'xmlTextWriterWriteComment' differ in signedness
CXMLWriter.c: In function 'CXmlWriter_EndDocument':
CXMLWriter.c:302: warning: pointer targets in passing argument 1 of 
'GB.ReturnNewString' differ in signedness
CXMLWriter.c: In function 'CXmlWriter_StartDTD':
CXMLWriter.c:325: warning: pointer targets in passing argument 2 of 
'xmlTextWriterStartDTD' differ in signedness
CXMLWriter.c:325: warning: pointer targets in passing argument 3 of 
'xmlTextWriterStartDTD' differ in signedness
CXMLWriter.c:325: warning: pointer targets in passing argument 4 of 
'xmlTextWriterStartDTD' differ in signedness
CXMLWriter.c: In function 'CXmlWriter_DTDElement':
CXMLWriter.c:348: warning: pointer targets in passing argument 2 of 
'xmlTextWriterWriteDTDElement' differ in signedness
CXMLWriter.c:348: warning: pointer targets in passing argument 3 of 
'xmlTextWriterWriteDTDElement' differ in signedness
CXMLWriter.c:352: warning: pointer targets in passing argument 2 of 
'xmlTextWriterStartDTDElement' differ in signedness
CXMLWriter.c: In function 'CXmlWriter_DTDInternalEntity':
CXMLWriter.c:371: warning: pointer targets in passing argument 3 of 
'xmlTextWriterWriteDTDInternalEntity' differ in signedness
CXMLWriter.c:371: warning: pointer targets in passing argument 4 of 
'xmlTextWriterWriteDTDInternalEntity' differ in signedness
CXMLWriter.c: In function 'CXmlWriter_DTDAttList':
CXMLWriter.c:386: warning: pointer targets in passing argument 2 of 
'xmlTextWriterWriteDTDAttlist' differ in signedness
CXMLWriter.c:386: warning: pointer targets in passing argument 3 of 
'xmlTextWriterWriteDTDAttlist' differ in signedness
if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc 
-DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share 
-I/usr/include/libxml2/ -D_REENTRANT    -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CXMLDocument.lo -MD -MP -MF 
".deps/CXMLDocument.Tpo" -c -o CXMLDocument.lo CXMLDocument.c; \
         then mv -f ".deps/CXMLDocument.Tpo" ".deps/CXMLDocument.Plo"; 
else rm -f ".deps/CXMLDocument.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share 
-I/usr/include/libxml2/ -D_REENTRANT -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os -MT CXMLDocument.lo -MD -MP -MF 
.deps/CXMLDocument.Tpo -c CXMLDocument.c  -fPIC -DPIC -o 
.libs/CXMLDocument.o
CXMLDocument.c: In function 'Doc_AddChild':
CXMLDocument.c:74: warning: assignment from incompatible pointer type
CXMLDocument.c: In function 'CXMLDocument_FromString':
CXMLDocument.c:132: warning: pointer targets in passing argument 1 of 
'xmlParseDoc' differ in signedness
CXMLDocument.c: In function 'CXMLDocument_HtmlFromString':
CXMLDocument.c:151: warning: pointer targets in passing argument 1 of 
'htmlParseDoc' differ in signedness
CXMLDocument.c: In function 'CXMLDocument_ToString':
CXMLDocument.c:185: warning: unused variable '_p'
/bin/sh ../../../../libtool --tag=CC --mode=link gcc  -g -O2 -pipe -Wall 
-fno-strict-aliasing -g -Os   -o lib.gb.xml.libxml.la -rpath 
/opt/gambas/lib/gambas -no-undefined main.lo CXMLNode.lo CXMLReader.lo 
CXMLWriter.lo CXMLDocument.lo -lc -lpthread -lxml2 -lm
gcc -shared  .libs/main.o .libs/CXMLNode.o .libs/CXMLReader.o 
.libs/CXMLWriter.o .libs/CXMLDocument.o  -lc -lpthread 
/usr/lib/libxml2.so -lm  -Wl,-soname -Wl,lib.gb.xml.libxml.so.0 -o 
.libs/lib.gb.xml.libxml.so.0.0.0
(cd .libs && rm -f lib.gb.xml.libxml.so.0 && ln -s 
lib.gb.xml.libxml.so.0.0.0 lib.gb.xml.libxml.so.0)
(cd .libs && rm -f lib.gb.xml.libxml.so && ln -s 
lib.gb.xml.libxml.so.0.0.0 lib.gb.xml.libxml.so)
creating lib.gb.xml.libxml.la
(cd .libs && rm -f lib.gb.xml.libxml.la && ln -s ../lib.gb.xml.libxml.la 
lib.gb.xml.libxml.la)
make[6]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/xml/libxml'
make[5]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/xml/libxml'
make[5]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/xml'
make[5]: FÌr das Ziel »all-am« ist nichts zu tun.
make[5]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/xml'
make[4]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/xml'
Making all in qt
make[4]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/qt'
Making all in editor
make[5]: Entering directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/qt/editor'
/usr/bin//moc qeditor.h -o moc_qeditor.cpp
if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ 
-DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share 
-I/usr/lib/qt3/include/ -D_REENTRANT    -g -O2 -pipe -Wall 
-fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_qeditor.lo -MD 
-MP -MF ".deps/moc_qeditor.Tpo" -c -o moc_qeditor.lo moc_qeditor.cpp; \
         then mv -f ".deps/moc_qeditor.Tpo" ".deps/moc_qeditor.Plo"; 
else rm -f ".deps/moc_qeditor.Tpo"; exit 1; fi
mkdir .libs
  g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share 
-I/usr/lib/qt3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions 
-g -Os -fno-omit-frame-pointer -MT moc_qeditor.lo -MD -MP -MF 
.deps/moc_qeditor.Tpo -c moc_qeditor.cpp  -fPIC -DPIC -o .libs/moc_qeditor.o
moc_qeditor.cpp:12:2: error: #error "The header file 'qeditor.h' doesn't 
include <QObject>."
moc_qeditor.cpp:76: error: 'const QMetaObject QEditor::staticMetaObject' 
is not a static member of 'class QEditor'
moc_qeditor.cpp:76: error: variable 'const QMetaObject 
QEditor::staticMetaObject' has initializer but incomplete type
moc_qeditor.cpp:81: error: prototype for 'const QMetaObject* 
QEditor::metaObject() const' does not match any in class 'QEditor'
qeditor.h:119: error: candidate is: virtual QMetaObject* 
QEditor::metaObject() const
moc_qeditor.cpp:81: error: 'const QMetaObject* QEditor::metaObject() 
const' cannot be overloaded
qeditor.h:119: error: with 'virtual QMetaObject* QEditor::metaObject() 
const'
moc_qeditor.cpp: In member function 'const QMetaObject* 
QEditor::metaObject() const':
moc_qeditor.cpp:83: error: cannot convert 'QMetaObject* (*)()' to 'const 
QMetaObject*' in return
moc_qeditor.cpp: At global scope:
moc_qeditor.cpp:86: error: no 'void* QEditor::qt_metacast(const char*)' 
member function declared in class 'QEditor'
moc_qeditor.cpp: In member function 'void* QEditor::qt_metacast(const 
char*)':
moc_qeditor.cpp:91: error: 'qt_metacast' is not a member of 'QGridView'
moc_qeditor.cpp: At global scope:
moc_qeditor.cpp:94: error: 'int QEditor::qt_metacall' is not a static 
member of 'class QEditor'
moc_qeditor.cpp:94: error: incomplete type 'QMetaObject' used in nested 
name specifier
moc_qeditor.cpp:94: error: expected primary-expression before 'int'
moc_qeditor.cpp:94: error: expected primary-expression before 'void'
moc_qeditor.cpp:94: error: initializer expression list treated as 
compound expression
moc_qeditor.cpp:95: error: expected ',' or ';' before '{' token
moc_qeditor.cpp: In member function 'void QEditor::textChanged()':
moc_qeditor.cpp:139: error: incomplete type 'QMetaObject' used in nested 
name specifier
moc_qeditor.cpp: In member function 'void QEditor::returnPressed()':
moc_qeditor.cpp:145: error: incomplete type 'QMetaObject' used in nested 
name specifier
moc_qeditor.cpp: In member function 'void QEditor::undoAvailable(bool)':
moc_qeditor.cpp:152: error: incomplete type 'QMetaObject' used in nested 
name specifier
moc_qeditor.cpp: In member function 'void QEditor::redoAvailable(bool)':
moc_qeditor.cpp:159: error: incomplete type 'QMetaObject' used in nested 
name specifier
moc_qeditor.cpp: In member function 'void QEditor::copyAvailable(bool)':
moc_qeditor.cpp:166: error: incomplete type 'QMetaObject' used in nested 
name specifier
moc_qeditor.cpp: In member function 'void QEditor::cursorMoved()':
moc_qeditor.cpp:172: error: incomplete type 'QMetaObject' used in nested 
name specifier
moc_qeditor.cpp: In member function 'void QEditor::scrolled()':
moc_qeditor.cpp:178: error: incomplete type 'QMetaObject' used in nested 
name specifier
make[5]: *** [moc_qeditor.lo] Fehler 1
make[5]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/qt/editor'
make[4]: *** [all-recursive] Fehler 1
make[4]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib/qt'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory 
`/home/tester/Downloads/Gambas/gambas-1.0.17/src/lib'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/tester/Downloads/Gambas/gambas-1.0.17/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/tester/Downloads/Gambas/gambas-1.0.17'
make: *** [all] Fehler 2







More information about the User mailing list