[Gambas-devel] Problems compiling Gambas 0.70

Leo Barnhoorn leo.barnhoorn at ...53...
Mon Sep 22 00:57:36 CEST 2003


Hi,

I have problems compiling Gambas version 0.70

I'm running SuSE version 8.2
gcc version 3.3

Regards,

Leo
-------------- next part --------------
creating cache ./config.cache
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 whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for c++... c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
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 opendir in -ldir... no
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for fcntl.h... yes
checking for malloc.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working alloca.h... yes
checking for alloca... yes
checking return type of signal handlers... void
checking for working strcoll... yes
checking for strftime... yes
checking for vprintf... yes
checking for wait3 that fills in rusage... yes
checking for getcwd... yes
checking for gettimeofday... yes
checking for mkdir... yes
checking for rmdir... yes
checking for select... yes
checking for strdup... yes
checking for strerror... yes
checking for strtod... yes
checking for strtol... yes
checking for setenv... yes
checking for unsetenv... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for shl_load... 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... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for main in -lm... yes
checking for main in -lz... yes
checking for main in -lgcc_s... yes
checking for main in -lstdc++... yes
checking for internationalization headers... /usr/include/
checking for internationalization libraries... no
configure: warning: *** internationalization is disabled
checking for QT component headers... /usr/lib/qt3/include/
checking for QT component libraries... /usr/lib/qt3/lib/
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
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/lib/qt3/bin//moc
checking for KDE 3.x component headers... /opt/kde3/include/
checking for KDE 3.x component libraries... /opt/kde3/lib/
checking for PostgreSQL driver headers... /usr/include/pgsql/ /usr/include/pgsql/server/ /usr/include/pgsql/server/catalog/
checking for PostgreSQL driver libraries... /usr/lib/
checking for MySQL driver headers... /usr/include/mysql/
checking for MySQL driver libraries... /usr/lib/
checking for SDL component headers... no
checking for SDL component libraries... no
configure: warning: *** SDL component is disabled
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating src/share/Makefile
creating src/comp/Makefile
creating src/exec/Makefile
creating src/lib/Makefile
creating src/lib/eval/Makefile
creating src/lib/example/Makefile
creating src/lib/qt/Makefile
creating src/lib/qt/editor/Makefile
creating src/lib/qt/ext/Makefile
creating src/lib/qt/kde/Makefile
creating src/lib/db/Makefile
creating src/lib/db/mysql/Makefile
creating src/lib/db/postgresql/Makefile
creating src/lib/sdl/Makefile
creating config.h
configuring in libltdl
running /bin/sh ./configure  --enable-ltdl-convenience --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for working const... (cached) yes
checking for inline... inline
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... (cached) /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... (cached) yes
checking for /usr/i486-suse-linux/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) pass_all
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking command to parse /usr/bin/nm -B output... (cached) ok
checking for dlfcn.h... (cached) yes
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for objdir... .libs
checking for gcc option to produce PIC... (cached)  -fPIC
checking if gcc PIC flag  -fPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.lo... (cached) yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
creating libtool
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking whether gcc supports assert without backlinking... 
checking which extension is used for shared libraries... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for objdir... .libs
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for dlopen in -ldl... (cached) yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... no
checking for dlerror... yes
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_append... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking for errno.h... yes
checking for malloc.h... (cached) yes
checking for memory.h... yes
checking for stdlib.h... yes
checking for stdio.h... yes
checking for ctype.h... yes
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for string.h... yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
make  all-recursive
make[1]: Entering directory `/root/gambas-0.70'
Making all in libltdl
make[2]: Entering directory `/root/gambas-0.70/libltdl'
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -c ltdl.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c   -fPIC -DPIC -o .libs/ltdl.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c -o ltdl.o >/dev/null 2>&1
mv -f .libs/ltdl.lo ltdl.lo
/bin/sh ./libtool --mode=link gcc  -g -O2  -o libltdlc.la   ltdl.lo -ldl 
rm -fr .libs/libltdlc.la .libs/libltdlc.* .libs/libltdlc.*
ar cru .libs/libltdlc.al ltdl.lo
ranlib .libs/libltdlc.al
creating libltdlc.la
(cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la)
make[2]: Leaving directory `/root/gambas-0.70/libltdl'
Making all in src
make[2]: Entering directory `/root/gambas-0.70/src'
Making all in share
make[3]: Entering directory `/root/gambas-0.70/src/share'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/gambas-0.70/src/share'
Making all in comp
make[3]: Entering directory `/root/gambas-0.70/src/comp'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c error.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c alloc.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c array.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c reserved.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c gbc.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c compile.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c table.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c type.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c read.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c buffer.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c dump.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c class.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c code.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c trans.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c header.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c trans_code.c
trans_code.c: In function `TRANS_statement':
trans_code.c:168: warning: comparison between signed and unsigned
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c trans_expr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c trans_tree.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c trans_ctrl.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c trans_subr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c output.c
output.c: In function `write_string':
output.c:173: warning: comparison between signed and unsigned
output.c: In function `write_buffer':
output.c:188: warning: comparison between signed and unsigned
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c pcode.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c file.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c form.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c str.c
/bin/sh ../../libtool --mode=link gcc  -g -O2 -pipe -Wall -g -O0  -o gbc  error.o alloc.o array.o reserved.o gbc.o compile.o table.o type.o read.o buffer.o dump.o class.o code.o trans.o header.o trans_code.o trans_expr.o trans_tree.o trans_ctrl.o trans_subr.o output.o pcode.o file.o form.o str.o  
mkdir .libs
gcc -g -O2 -pipe -Wall -g -O0 -o gbc error.o alloc.o array.o reserved.o gbc.o compile.o table.o type.o read.o buffer.o dump.o class.o code.o trans.o header.o trans_code.o trans_expr.o trans_tree.o trans_ctrl.o trans_subr.o output.o pcode.o file.o form.o str.o 
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c archive.c
archive.c: In function `write_string':
archive.c:92: warning: comparison between signed and unsigned
archive.c: In function `ARCH_add_file':
archive.c:244: warning: comparison between signed and unsigned
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c gba.c
/bin/sh ../../libtool --mode=link gcc  -g -O2 -pipe -Wall -g -O0  -o gba  error.o alloc.o array.o table.o str.o file.o archive.o gba.o  
gcc -g -O2 -pipe -Wall -g -O0 -o gba error.o alloc.o array.o table.o str.o file.o archive.o gba.o 
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c gbi.c
/bin/sh ../../libtool --mode=link gcc  -g -O2 -pipe -Wall -g -O0  -o gbi  error.o alloc.o array.o str.o file.o gbi.o ../../libltdl/libltdlc.la 
gcc -g -O2 -pipe -Wall -g -O0 -o gbi error.o alloc.o array.o str.o file.o gbi.o  ../../libltdl/.libs/libltdlc.al -ldl
make[3]: Leaving directory `/root/gambas-0.70/src/comp'
Making all in exec
make[3]: Entering directory `/root/gambas-0.70/src/exec'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c common.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c common.c  -fPIC -DPIC -o common.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c error.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c error.c  -fPIC -DPIC -o error.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c alloc.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c alloc.c  -fPIC -DPIC -o alloc.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c array.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c array.c  -fPIC -DPIC -o array.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c stack.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stack.c  -fPIC -DPIC -o stack.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c buffer.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c buffer.c  -fPIC -DPIC -o buffer.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c replace.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c replace.c  -fPIC -DPIC -o replace.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c list.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c list.c  -fPIC -DPIC -o list.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c hash.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c hash.c  -fPIC -DPIC -o hash.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c table.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c table.c  -fPIC -DPIC -o table.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c type.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c type.c  -fPIC -DPIC -o type.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c value.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c value.c  -fPIC -DPIC -o value.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c subst.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subst.c  -fPIC -DPIC -o subst.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c exec.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c exec.c  -fPIC -DPIC -o exec.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c exec_loop.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c exec_loop.c  -fPIC -DPIC -o exec_loop.lo
exec_loop.c: In function `EXEC_loop':
exec_loop.c:441: warning: `ind' might be used uninitialized in this function
exec_loop.c:967: warning: `val' might be used uninitialized in this function
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c exec_push.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c exec_push.c  -fPIC -DPIC -o exec_push.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c exec_enum.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c exec_enum.c  -fPIC -DPIC -o exec_enum.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c exec_pop.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c exec_pop.c  -fPIC -DPIC -o exec_pop.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c pcode.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c pcode.c  -fPIC -DPIC -o pcode.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c trace.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c trace.c  -fPIC -DPIC -o trace.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c class_init.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c class_init.c  -fPIC -DPIC -o class_init.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c class.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c class.c  -fPIC -DPIC -o class.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c class_native.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c class_native.c  -fPIC -DPIC -o class_native.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c class_load.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c class_load.c  -fPIC -DPIC -o class_load.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c event.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c event.c  -fPIC -DPIC -o event.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c file.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c file.c  -fPIC -DPIC -o file.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c stream.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stream.c  -fPIC -DPIC -o stream.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c stream_direct.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stream_direct.c  -fPIC -DPIC -o stream_direct.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c stream_buffer.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stream_buffer.c  -fPIC -DPIC -o stream_buffer.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c stream_memory.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stream_memory.c  -fPIC -DPIC -o stream_memory.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c stream_arch.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c stream_arch.c  -fPIC -DPIC -o stream_arch.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c project.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c project.c  -fPIC -DPIC -o project.lo
project.c: In function `project_command':
project.c:157: warning: comparison between signed and unsigned
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c library.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c library.c  -fPIC -DPIC -o library.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c subr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr.c  -fPIC -DPIC -o subr.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c subr_file.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_file.c  -fPIC -DPIC -o subr_file.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c subr_string.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_string.c  -fPIC -DPIC -o subr_string.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c subr_conv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_conv.c  -fPIC -DPIC -o subr_conv.lo
subr_conv.c: In function `SUBR_conv':
subr_conv.c:103: warning: comparison between signed and unsigned
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c subr_time.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_time.c  -fPIC -DPIC -o subr_time.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c subr_misc.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_misc.c  -fPIC -DPIC -o subr_misc.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c mathext.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c mathext.c  -fPIC -DPIC -o mathext.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c subr_math.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_math.c  -fPIC -DPIC -o subr_math.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c subr_test.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c subr_test.c  -fPIC -DPIC -o subr_test.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c gambas_api.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c gambas_api.c  -fPIC -DPIC -o gambas_api.lo
gambas_api.c: In function `GB_Conv':
gambas_api.c:1053: warning: comparison between signed and unsigned
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c local.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c local.c  -fPIC -DPIC -o local.lo
local.c: In function `LOCAL_init':
local.c:356: warning: `%x' yields only last 2 digits of year in some locales
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c regexp.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c regexp.c  -fPIC -DPIC -o regexp.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c archive.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c archive.c  -fPIC -DPIC -o archive.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c watch.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c watch.c  -fPIC -DPIC -o watch.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c eval.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c eval.c  -fPIC -DPIC -o eval.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c compare.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c compare.c  -fPIC -DPIC -o compare.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c Number.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c Number.c  -fPIC -DPIC -o Number.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c Object.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c Object.c  -fPIC -DPIC -o Object.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c String.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c String.c  -fPIC -DPIC -o String.lo
String.c: In function `STRING_new_constant_value':
String.c:202: warning: signed and unsigned type in conditional expression
String.c: In function `STRING_conv':
String.c:477: warning: comparison between signed and unsigned
String.c:480: warning: comparison between signed and unsigned
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c Variant.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c Variant.c  -fPIC -DPIC -o Variant.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c Date.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c Date.c  -fPIC -DPIC -o Date.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c Array.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c Array.c  -fPIC -DPIC -o Array.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c CClass.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CClass.c  -fPIC -DPIC -o CClass.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c CCollection.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CCollection.c  -fPIC -DPIC -o CCollection.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c CError.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CError.c  -fPIC -DPIC -o CError.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c CGambas.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CGambas.c  -fPIC -DPIC -o CGambas.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c CFile.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CFile.c  -fPIC -DPIC -o CFile.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c CApp.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CApp.c  -fPIC -DPIC -o CApp.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c CArray.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CArray.c  -fPIC -DPIC -o CArray.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c CProcess.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c CProcess.c  -fPIC -DPIC -o CProcess.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share  -I../../libltdl    -g -O2 -pipe -Wall -g -O0 -c class_info.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I../../libltdl -g -O2 -pipe -Wall -g -O0 -c class_info.c  -fPIC -DPIC -o class_info.lo
/bin/sh ../../libtool --mode=link gcc  -g -O2 -pipe -Wall -g -O0  -o lib.gb.la -rpath /opt/gambas/lib  common.lo error.lo alloc.lo array.lo stack.lo buffer.lo replace.lo list.lo hash.lo table.lo type.lo value.lo subst.lo exec.lo exec_loop.lo exec_push.lo exec_enum.lo exec_pop.lo pcode.lo trace.lo class_init.lo class.lo class_native.lo class_load.lo event.lo file.lo stream.lo stream_direct.lo stream_buffer.lo stream_memory.lo stream_arch.lo project.lo library.lo subr.lo subr_file.lo subr_string.lo subr_conv.lo subr_time.lo subr_misc.lo mathext.lo subr_math.lo subr_test.lo gambas_api.lo local.lo regexp.lo archive.lo watch.lo eval.lo compare.lo Number.lo Object.lo String.lo Variant.lo Date.lo Array.lo CClass.lo CCollection.lo CError.lo CGambas.lo CFile.lo CApp.lo CArray.lo CProcess.lo class_info.lo -lm  -Lno -lintl ../../libltdl/libltdlc.la 
../../libtool: line 1: cd: no: No such file or directory
libtool: link: cannot determine absolute directory name of `no'
make[3]: *** [lib.gb.la] Error 1
make[3]: Leaving directory `/root/gambas-0.70/src/exec'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/gambas-0.70/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/gambas-0.70'
make: *** [all-recursive-am] Error 2


More information about the Devel mailing list