Menu

make error in 2.2 Beta

Developers
2009-01-20
2013-05-15
  • Alan Burton

    Alan Burton - 2009-01-20

    I downloaded csql-src-2.2Beta, ran configure, ran make, then saw lots of warning about "libcsql... is not portable". It finally stopped after made csqlreplserver.o

    The error message says,

    No rule to make target 'csqlsqlserver.c', needed by 'csqlsqlserver.o'. Stop.

    I can see file src/tools/csqlsqlserver.cxx, and wonder why the error happened and how to resolve it.

    Thanks

    Alan

     
    • Bijaya kumar Sahu

      Hi,
      Go inside csql-src-2.2Beta directory
      Run ./build.ksh inside there. if you face some problem go through this thread

      https://sourceforge.net/forum/forum.php?thread_id=2051685&forum_id=562614

      After visiting above thread if your problem is not solved then then paste output of build.ksh here.

      You can also go through User manual of csql which you can found inside docs.

       
    • Alan Burton

      Alan Burton - 2009-01-21

      Still stuck at the same place

      [alan@Linux csql-src-2.2Beta]$ g++ --version
      g++ (GCC) 3.4.5 20051201 (Red Hat 3.4.5-2)
      Copyright (C) 2004 Free Software Foundation, Inc.
      This is free software; see the source for copying conditions.  There is NO
      warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

      [alan@Linux csql-src-2.2Beta]$ flex --version
      flex version 2.5.4
      [alan@Linux csql-src-2.2Beta]$ bison --version
      bison (GNU Bison) 1.875c
      Written by Robert Corbett and Richard Stallman.

      Copyright (C) 2003 Free Software Foundation, Inc.
      This is free software; see the source for copying conditions.  There is NO
      warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
      [alan@Linux csql-src-2.2Beta]$

      [alan@Linux csql-src-2.2Beta]$ ./build.ksh
      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 g++... g++
      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 g++ accepts -g... yes
      checking for style of include used by make... GNU
      checking dependency style of g++... gcc3
      checking build system type... i686-pc-linux-gnu
      checking host system type... i686-pc-linux-gnu
      checking for gcc... gcc
      checking whether we are using the GNU C compiler... yes
      checking whether gcc accepts -g... yes
      checking for gcc option to accept ISO C89... none needed
      checking dependency style of gcc... gcc3
      checking for a sed that does not truncate output... /bin/sed
      checking for grep that handles long lines and -e... /bin/grep
      checking for egrep... /bin/grep -E
      checking for ld used by gcc... /usr/bin/ld
      checking if the linker (/usr/bin/ld) is GNU ld... yes
      checking for /usr/bin/ld option to reload object files... -r
      checking for BSD-compatible nm... /usr/bin/nm -B
      checking whether ln -s works... yes
      checking how to recognise 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 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 cf77... 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 pghpf... no
      checking for epcf90... no
      checking for gfortran... no
      checking for g95... no
      checking for f95... no
      checking for fort... no
      checking for xlf95... no
      checking for ifort... no
      checking for ifc... no
      checking for efc... no
      checking for pgf95... no
      checking for lf95... no
      checking for ftn... 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 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 static flag -static works... yes
      checking if gcc supports -c -o file.o... yes
      checking whether the gcc linker (/usr/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/bin/ld
      checking if the linker (/usr/bin/ld) is GNU ld... yes
      checking whether the g++ linker (/usr/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++ static flag -static works... yes
      checking if g++ supports -c -o file.o... yes
      checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
      checking dynamic linker characteristics... GNU/Linux ld.so
      checking how to hardcode library paths into programs... immediate
      appending configuration tag "F77" to libtool
      checking whether byte ordering is bigendian... no
      checking host system type... (cached) i686-pc-linux-gnu
      checking for bison... bison -y
      checking for flex... flex
      checking for yywrap in -lfl... yes
      checking lex output file root... lex.yy
      checking whether yytext is a pointer... no
      checking stdio.h usability... yes
      checking stdio.h presence... yes
      checking for stdio.h... yes
      checking sys/mman.h usability... yes
      checking sys/mman.h presence... yes
      checking for sys/mman.h... yes
      checking sys/shm.h usability... yes
      checking sys/shm.h presence... yes
      checking for sys/shm.h... yes
      checking sys/errno.h usability... yes
      checking sys/errno.h presence... yes
      checking for sys/errno.h... yes
      checking crypt.h usability... yes
      checking crypt.h presence... yes
      checking for crypt.h... yes
      checking for unistd.h... (cached) yes
      checking for string.h... (cached) yes
      checking for sys/types.h... (cached) yes
      checking for sys/stat.h... (cached) yes
      checking fcntl.h usability... yes
      checking fcntl.h presence... yes
      checking for fcntl.h... yes
      checking pthread.h usability... yes
      checking pthread.h presence... yes
      checking for pthread.h... yes
      checking math.h usability... yes
      checking math.h presence... yes
      checking for math.h... yes
      checking signal.h usability... yes
      checking signal.h presence... yes
      checking for signal.h... yes
      configure: creating ./config.status
      config.status: creating Makefile
      config.status: creating src/Makefile
      config.status: creating include/Makefile
      config.status: creating src/storage/Makefile
      config.status: creating src/sql/Makefile
      config.status: creating src/adapter/Makefile
      config.status: creating src/gateway/Makefile
      config.status: creating src/cache/Makefile
      config.status: creating src/network/Makefile
      config.status: creating src/sqllog/Makefile
      config.status: creating src/tools/Makefile
      config.status: creating src/jdbc/Makefile
      config.status: creating src/odbc/Makefile
      config.status: creating src/oci/Makefile
      config.status: creating src/sqlnetwork/Makefile
      config.status: creating config.h
      config.status: config.h is unchanged
      config.status: executing depfiles commands
      make  all-recursive
      make[1]: Entering directory `/home/alan/csql-src-2.2Beta'
      Making all in src
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src'
      Making all in storage
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/storage'
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT BucketIter.lo -MD -MP -MF ".deps/BucketIter.Tpo" -c -o BucketIter.lo BucketIter.cxx; \ then mv -f ".deps/BucketIter.Tpo" ".deps/BucketIter.Plo"; else rm -f ".deps/BucketIter.Tpo"; exit 1; fi
      mkdir .libs
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT BucketIter.lo -MD -MP -MF .deps/BucketIter.Tpo -c BucketIter.cxx  -fPIC -DPIC -o .libs/BucketIter.o
      In file included from BucketIter.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT BucketIter.lo -MD -MP -MF .deps/BucketIter.Tpo -c BucketIter.cxx -o BucketIter.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TreeIter.lo -MD -MP -MF ".deps/TreeIter.Tpo" -c -o TreeIter.lo TreeIter.cxx; \ then mv -f ".deps/TreeIter.Tpo" ".deps/TreeIter.Plo"; else rm -f ".deps/TreeIter.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TreeIter.lo -MD -MP -MF .deps/TreeIter.Tpo -c TreeIter.cxx  -fPIC -DPIC -o .libs/TreeIter.o
      In file included from TreeIter.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TreeIter.lo -MD -MP -MF .deps/TreeIter.Tpo -c TreeIter.cxx -o TreeIter.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT BucketList.lo -MD -MP -MF ".deps/BucketList.Tpo" -c -o BucketList.lo BucketList.cxx; \ then mv -f ".deps/BucketList.Tpo" ".deps/BucketList.Plo"; else rm -f ".deps/BucketList.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT BucketList.lo -MD -MP -MF .deps/BucketList.Tpo -c BucketList.cxx  -fPIC -DPIC -o .libs/BucketList.o
      In file included from BucketList.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT BucketList.lo -MD -MP -MF .deps/BucketList.Tpo -c BucketList.cxx -o BucketList.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT CatalogTables.lo -MD -MP -MF ".deps/CatalogTables.Tpo" -c -o CatalogTables.lo CatalogTables.cxx; \ then mv -f ".deps/CatalogTables.Tpo" ".deps/CatalogTables.Plo"; else rm -f ".deps/CatalogTables.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT CatalogTables.lo -MD -MP -MF .deps/CatalogTables.Tpo -c CatalogTables.cxx  -fPIC -DPIC -o .libs/CatalogTables.o
      In file included from ../../include/CatalogTables.h:22,
                       from CatalogTables.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT CatalogTables.lo -MD -MP -MF .deps/CatalogTables.Tpo -c CatalogTables.cxx -o CatalogTables.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Chunk.lo -MD -MP -MF ".deps/Chunk.Tpo" -c -o Chunk.lo Chunk.cxx; \ then mv -f ".deps/Chunk.Tpo" ".deps/Chunk.Plo"; else rm -f ".deps/Chunk.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Chunk.lo -MD -MP -MF .deps/Chunk.Tpo -c Chunk.cxx  -fPIC -DPIC -o .libs/Chunk.o
      In file included from ../../include/CatalogTables.h:22,
                       from Chunk.cxx:21:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      Chunk.cxx: In member function `void* Chunk::allocateForLargeDataSize(Database*)':
      Chunk.cxx:71: warning: converting to `int' from `double'
      Chunk.cxx: In member function `void* Chunk::allocate(Database*, DbRetVal*)':
      Chunk.cxx:167: warning: converting to `int' from `double'
      Chunk.cxx: In member function `void* Chunk::allocateForLargeDataSize(Database*, size_t)':
      Chunk.cxx:251: warning: converting to `int' from `double'
      Chunk.cxx: In member function `void Chunk::free(Database*, void*)':
      Chunk.cxx:494: warning: converting to `int' from `double'
      Chunk.cxx: In member function `long int Chunk::getTotalDataNodes()':
      Chunk.cxx:586: warning: converting to `int' from `double'
      Chunk.cxx: In member function `int Chunk::compact()':
      Chunk.cxx:640: warning: converting to `int' from `double'
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Chunk.lo -MD -MP -MF .deps/Chunk.Tpo -c Chunk.cxx -o Chunk.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT ChunkIterator.lo -MD -MP -MF ".deps/ChunkIterator.Tpo" -c -o ChunkIterator.lo ChunkIterator.cxx; \ then mv -f ".deps/ChunkIterator.Tpo" ".deps/ChunkIterator.Plo"; else rm -f ".deps/ChunkIterator.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT ChunkIterator.lo -MD -MP -MF .deps/ChunkIterator.Tpo -c ChunkIterator.cxx  -fPIC -DPIC -o .libs/ChunkIterator.o
      ChunkIterator.cxx: In member function `ChunkIterator Chunk::getIterator()':
      ChunkIterator.cxx:31: warning: converting to `int' from `double'
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT ChunkIterator.lo -MD -MP -MF .deps/ChunkIterator.Tpo -c ChunkIterator.cxx -o ChunkIterator.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Condition.lo -MD -MP -MF ".deps/Condition.Tpo" -c -o Condition.lo Condition.cxx; \ then mv -f ".deps/Condition.Tpo" ".deps/Condition.Plo"; else rm -f ".deps/Condition.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Condition.lo -MD -MP -MF .deps/Condition.Tpo -c Condition.cxx  -fPIC -DPIC -o .libs/Condition.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Condition.lo -MD -MP -MF .deps/Condition.Tpo -c Condition.cxx -o Condition.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Connection.lo -MD -MP -MF ".deps/Connection.Tpo" -c -o Connection.lo Connection.cxx; \ then mv -f ".deps/Connection.Tpo" ".deps/Connection.Plo"; else rm -f ".deps/Connection.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Connection.lo -MD -MP -MF .deps/Connection.Tpo -c Connection.cxx  -fPIC -DPIC -o .libs/Connection.o
      In file included from Connection.cxx:19:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Connection.lo -MD -MP -MF .deps/Connection.Tpo -c Connection.cxx -o Connection.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Database.lo -MD -MP -MF ".deps/Database.Tpo" -c -o Database.lo Database.cxx; \ then mv -f ".deps/Database.Tpo" ".deps/Database.Plo"; else rm -f ".deps/Database.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Database.lo -MD -MP -MF .deps/Database.Tpo -c Database.cxx  -fPIC -DPIC -o .libs/Database.o
      In file included from ../../include/CatalogTables.h:22,
                       from Database.cxx:18:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      Database.cxx: In member function `DbRetVal Database::createSystemDatabaseChunk(AllocType, size_t, int)':
      Database.cxx:335: warning: converting to `int' from `double'
      Database.cxx: In member function `DbRetVal Database::deleteSystemDatabaseChunk(int)':
      Database.cxx:357: warning: passing negative value `-0x000000001' for converting 1 of `void Chunk::setChunkID(unsigned int)'
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Database.lo -MD -MP -MF .deps/Database.Tpo -c Database.cxx -o Database.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT DatabaseManagerImpl.lo -MD -MP -MF ".deps/DatabaseManagerImpl.Tpo" -c -o DatabaseManagerImpl.lo DatabaseManagerImpl.cxx; \ then mv -f ".deps/DatabaseManagerImpl.Tpo" ".deps/DatabaseManagerImpl.Plo"; else rm -f ".deps/DatabaseManagerImpl.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT DatabaseManagerImpl.lo -MD -MP -MF .deps/DatabaseManagerImpl.Tpo -c DatabaseManagerImpl.cxx  -fPIC -DPIC -o .libs/DatabaseManagerImpl.o
      In file included from ../../include/CatalogTables.h:22,
                       from ../../include/DatabaseManagerImpl.h:19,
                       from DatabaseManagerImpl.cxx:18:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      DatabaseManagerImpl.cxx: In member function `DbRetVal DatabaseManagerImpl::createDatabase(const char*, size_t)':
      DatabaseManagerImpl.cxx:147: warning: converting to `int' from `double'
      DatabaseManagerImpl.cxx: In member function `Chunk* DatabaseManagerImpl::createUserChunk(size_t)':
      DatabaseManagerImpl.cxx:340: warning: converting to `int' from `double'
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT DatabaseManagerImpl.lo -MD -MP -MF .deps/DatabaseManagerImpl.Tpo -c DatabaseManagerImpl.cxx -o DatabaseManagerImpl.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT DataType.lo -MD -MP -MF ".deps/DataType.Tpo" -c -o DataType.lo DataType.cxx; \ then mv -f ".deps/DataType.Tpo" ".deps/DataType.Plo"; else rm -f ".deps/DataType.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT DataType.lo -MD -MP -MF .deps/DataType.Tpo -c DataType.cxx  -fPIC -DPIC -o .libs/DataType.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT DataType.lo -MD -MP -MF .deps/DataType.Tpo -c DataType.cxx -o DataType.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Debug.lo -MD -MP -MF ".deps/Debug.Tpo" -c -o Debug.lo Debug.cxx; \ then mv -f ".deps/Debug.Tpo" ".deps/Debug.Plo"; else rm -f ".deps/Debug.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Debug.lo -MD -MP -MF .deps/Debug.Tpo -c Debug.cxx  -fPIC -DPIC -o .libs/Debug.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Debug.lo -MD -MP -MF .deps/Debug.Tpo -c Debug.cxx -o Debug.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT FieldList.lo -MD -MP -MF ".deps/FieldList.Tpo" -c -o FieldList.lo FieldList.cxx; \ then mv -f ".deps/FieldList.Tpo" ".deps/FieldList.Plo"; else rm -f ".deps/FieldList.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT FieldList.lo -MD -MP -MF .deps/FieldList.Tpo -c FieldList.cxx  -fPIC -DPIC -o .libs/FieldList.o
      In file included from FieldList.cxx:17:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      FieldList.cxx: In member function `size_t FieldList::getFieldLength(const char*)':
      FieldList.cxx:247: warning: converting of negative value `-0x000000001' to `size_t'
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT FieldList.lo -MD -MP -MF .deps/FieldList.Tpo -c FieldList.cxx -o FieldList.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Index.lo -MD -MP -MF ".deps/Index.Tpo" -c -o Index.lo Index.cxx; \ then mv -f ".deps/Index.Tpo" ".deps/Index.Plo"; else rm -f ".deps/Index.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Index.lo -MD -MP -MF .deps/Index.Tpo -c Index.cxx  -fPIC -DPIC -o .libs/Index.o
      In file included from Index.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Index.lo -MD -MP -MF .deps/Index.Tpo -c Index.cxx -o Index.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT LockListIter.lo -MD -MP -MF ".deps/LockListIter.Tpo" -c -o LockListIter.lo LockListIter.cxx; \then mv -f ".deps/LockListIter.Tpo" ".deps/LockListIter.Plo"; else rm -f ".deps/LockListIter.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT LockListIter.lo -MD -MP -MF .deps/LockListIter.Tpo -c LockListIter.cxx  -fPIC -DPIC -o .libs/LockListIter.o
      In file included from ../../include/Lock.h:19,
                       from LockListIter.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT LockListIter.lo -MD -MP -MF .deps/LockListIter.Tpo -c LockListIter.cxx -o LockListIter.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT LockManager.lo -MD -MP -MF ".deps/LockManager.Tpo" -c -o LockManager.lo LockManager.cxx; \ then mv -f ".deps/LockManager.Tpo" ".deps/LockManager.Plo"; else rm -f ".deps/LockManager.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT LockManager.lo -MD -MP -MF .deps/LockManager.Tpo -c LockManager.cxx  -fPIC -DPIC -o .libs/LockManager.o
      In file included from ../../include/Lock.h:19,
                       from LockManager.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      LockManager.cxx: In member function `DbRetVal LockManager::getSharedLock(void*, Transaction**)':
      LockManager.cxx:261: warning: comparison is always false due to limited range of data type
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT LockManager.lo -MD -MP -MF .deps/LockManager.Tpo -c LockManager.cxx -o LockManager.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Logger.lo -MD -MP -MF ".deps/Logger.Tpo" -c -o Logger.lo Logger.cxx; \ then mv -f ".deps/Logger.Tpo" ".deps/Logger.Plo"; else rm -f ".deps/Logger.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Logger.lo -MD -MP -MF .deps/Logger.Tpo -c Logger.cxx  -fPIC -DPIC -o .libs/Logger.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Logger.lo -MD -MP -MF .deps/Logger.Tpo -c Logger.cxx -o Logger.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Mutex.lo -MD -MP -MF ".deps/Mutex.Tpo" -c -o Mutex.lo Mutex.cxx; \ then mv -f ".deps/Mutex.Tpo" ".deps/Mutex.Plo"; else rm -f ".deps/Mutex.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Mutex.lo -MD -MP -MF .deps/Mutex.Tpo -c Mutex.cxx  -fPIC -DPIC -o .libs/Mutex.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Mutex.lo -MD -MP -MF .deps/Mutex.Tpo -c Mutex.cxx -o Mutex.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT os.lo -MD -MP -MF ".deps/os.Tpo" -c -o os.lo os.cxx; \ then mv -f ".deps/os.Tpo" ".deps/os.Plo"; else rm -f ".deps/os.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT os.lo -MD -MP -MF .deps/os.Tpo -c os.cxx  -fPIC -DPIC -o .libs/os.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT os.lo -MD -MP -MF .deps/os.Tpo -c os.cxx -o os.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT PageInfo.lo -MD -MP -MF ".deps/PageInfo.Tpo" -c -o PageInfo.lo PageInfo.cxx; \ then mv -f ".deps/PageInfo.Tpo" ".deps/PageInfo.Plo"; else rm -f ".deps/PageInfo.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT PageInfo.lo -MD -MP -MF .deps/PageInfo.Tpo -c PageInfo.cxx  -fPIC -DPIC -o .libs/PageInfo.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT PageInfo.lo -MD -MP -MF .deps/PageInfo.Tpo -c PageInfo.cxx -o PageInfo.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT PredicateImpl.lo -MD -MP -MF ".deps/PredicateImpl.Tpo" -c -o PredicateImpl.lo PredicateImpl.cxx; \ then mv -f ".deps/PredicateImpl.Tpo" ".deps/PredicateImpl.Plo"; else rm -f ".deps/PredicateImpl.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT PredicateImpl.lo -MD -MP -MF .deps/PredicateImpl.Tpo -c PredicateImpl.cxx  -fPIC -DPIC -o .libs/PredicateImpl.o
      In file included from PredicateImpl.cxx:17:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      PredicateImpl.cxx: In member function `ComparisionOp PredicateImpl::opForIndexField(const char*)':
      PredicateImpl.cxx:424: warning: converting to non-pointer type `int' from NULL
      PredicateImpl.cxx:424: warning: NULL used in arithmetic
      PredicateImpl.cxx:425: warning: converting to non-pointer type `int' from NULL
      PredicateImpl.cxx:425: warning: NULL used in arithmetic
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT PredicateImpl.lo -MD -MP -MF .deps/PredicateImpl.Tpo -c PredicateImpl.cxx -o PredicateImpl.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SessionImpl.lo -MD -MP -MF ".deps/SessionImpl.Tpo" -c -o SessionImpl.lo SessionImpl.cxx; \ then mv -f ".deps/SessionImpl.Tpo" ".deps/SessionImpl.Plo"; else rm -f ".deps/SessionImpl.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SessionImpl.lo -MD -MP -MF .deps/SessionImpl.Tpo -c SessionImpl.cxx  -fPIC -DPIC -o .libs/SessionImpl.o
      In file included from ../../include/CatalogTables.h:22,
                       from ../../include/DatabaseManagerImpl.h:19,
                       from SessionImpl.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SessionImpl.lo -MD -MP -MF .deps/SessionImpl.Tpo -c SessionImpl.cxx -o SessionImpl.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TableDef.lo -MD -MP -MF ".deps/TableDef.Tpo" -c -o TableDef.lo TableDef.cxx; \ then mv -f ".deps/TableDef.Tpo" ".deps/TableDef.Plo"; else rm -f ".deps/TableDef.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TableDef.lo -MD -MP -MF .deps/TableDef.Tpo -c TableDef.cxx  -fPIC -DPIC -o .libs/TableDef.o
      In file included from TableDef.cxx:17:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TableDef.lo -MD -MP -MF .deps/TableDef.Tpo -c TableDef.cxx -o TableDef.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TableImpl.lo -MD -MP -MF ".deps/TableImpl.Tpo" -c -o TableImpl.lo TableImpl.cxx; \ then mv -f ".deps/TableImpl.Tpo" ".deps/TableImpl.Plo"; else rm -f ".deps/TableImpl.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TableImpl.lo -MD -MP -MF .deps/TableImpl.Tpo -c TableImpl.cxx  -fPIC -DPIC -o .libs/TableImpl.o
      In file included from TableImpl.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TableImpl.lo -MD -MP -MF .deps/TableImpl.Tpo -c TableImpl.cxx -o TableImpl.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Transaction.lo -MD -MP -MF ".deps/Transaction.Tpo" -c -o Transaction.lo Transaction.cxx; \ then mv -f ".deps/Transaction.Tpo" ".deps/Transaction.Plo"; else rm -f ".deps/Transaction.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Transaction.lo -MD -MP -MF .deps/Transaction.Tpo -c Transaction.cxx  -fPIC -DPIC -o .libs/Transaction.o
      In file included from ../../include/Lock.h:19,
                       from Transaction.cxx:17:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Transaction.lo -MD -MP -MF .deps/Transaction.Tpo -c Transaction.cxx -o Transaction.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TransactionManager.lo -MD -MP -MF ".deps/TransactionManager.Tpo" -c -o TransactionManager.lo TransactionManager.cxx; \ then mv -f ".deps/TransactionManager.Tpo" ".deps/TransactionManager.Plo"; else rm -f ".deps/TransactionManager.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TransactionManager.lo -MD -MP -MF .deps/TransactionManager.Tpo -c TransactionManager.cxx  -fPIC -DPIC -o .libs/TransactionManager.o
      In file included from ../../include/Lock.h:19,
                       from TransactionManager.cxx:17:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TransactionManager.lo -MD -MP -MF .deps/TransactionManager.Tpo -c TransactionManager.cxx -o TransactionManager.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TupleIterator.lo -MD -MP -MF ".deps/TupleIterator.Tpo" -c -o TupleIterator.lo TupleIterator.cxx; \ then mv -f ".deps/TupleIterator.Tpo" ".deps/TupleIterator.Plo"; else rm -f ".deps/TupleIterator.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TupleIterator.lo -MD -MP -MF .deps/TupleIterator.Tpo -c TupleIterator.cxx  -fPIC -DPIC -o .libs/TupleIterator.o
      In file included from TupleIterator.cxx:17:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TupleIterator.lo -MD -MP -MF .deps/TupleIterator.Tpo -c TupleIterator.cxx -o TupleIterator.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT UserManagerImpl.lo -MD -MP -MF ".deps/UserManagerImpl.Tpo" -c -o UserManagerImpl.lo UserManagerImpl.cxx; \ then mv -f ".deps/UserManagerImpl.Tpo" ".deps/UserManagerImpl.Plo"; else rm -f ".deps/UserManagerImpl.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT UserManagerImpl.lo -MD -MP -MF .deps/UserManagerImpl.Tpo -c UserManagerImpl.cxx  -fPIC -DPIC -o .libs/UserManagerImpl.o
      In file included from ../../include/CatalogTables.h:22,
                       from UserManagerImpl.cxx:17:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT UserManagerImpl.lo -MD -MP -MF .deps/UserManagerImpl.Tpo -c UserManagerImpl.cxx -o UserManagerImpl.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT HashIndex.lo -MD -MP -MF ".deps/HashIndex.Tpo" -c -o HashIndex.lo HashIndex.cxx; \ then mv -f ".deps/HashIndex.Tpo" ".deps/HashIndex.Plo"; else rm -f ".deps/HashIndex.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT HashIndex.lo -MD -MP -MF .deps/HashIndex.Tpo -c HashIndex.cxx  -fPIC -DPIC -o .libs/HashIndex.o
      In file included from HashIndex.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      HashIndex.cxx: In static member function `static unsigned int HashIndex::computeHashBucket(DataType, void*, int, int)':
      HashIndex.cxx:157: warning: converting of negative value `-0x000000001' to `unsigned int'
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT HashIndex.lo -MD -MP -MF .deps/HashIndex.Tpo -c HashIndex.cxx -o HashIndex.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TreeIndex.lo -MD -MP -MF ".deps/TreeIndex.Tpo" -c -o TreeIndex.lo TreeIndex.cxx; \ then mv -f ".deps/TreeIndex.Tpo" ".deps/TreeIndex.Plo"; else rm -f ".deps/TreeIndex.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TreeIndex.lo -MD -MP -MF .deps/TreeIndex.Tpo -c TreeIndex.cxx  -fPIC -DPIC -o .libs/TreeIndex.o
      In file included from TreeIndex.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TreeIndex.lo -MD -MP -MF .deps/TreeIndex.Tpo -c TreeIndex.cxx -o TreeIndex.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Config.lo -MD -MP -MF ".deps/Config.Tpo" -c -o Config.lo Config.cxx; \ then mv -f ".deps/Config.Tpo" ".deps/Config.Plo"; else rm -f ".deps/Config.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c Config.cxx  -fPIC -DPIC -o .libs/Config.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Config.lo -MD -MP -MF .deps/Config.Tpo -c Config.cxx -o Config.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Process.lo -MD -MP -MF ".deps/Process.Tpo" -c -o Process.lo Process.cxx; \ then mv -f ".deps/Process.Tpo" ".deps/Process.Plo"; else rm -f ".deps/Process.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Process.lo -MD -MP -MF .deps/Process.Tpo -c Process.cxx  -fPIC -DPIC -o .libs/Process.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Process.lo -MD -MP -MF .deps/Process.Tpo -c Process.cxx -o Process.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT AggTableImpl.lo -MD -MP -MF ".deps/AggTableImpl.Tpo" -c -o AggTableImpl.lo AggTableImpl.cxx; \then mv -f ".deps/AggTableImpl.Tpo" ".deps/AggTableImpl.Plo"; else rm -f ".deps/AggTableImpl.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT AggTableImpl.lo -MD -MP -MF .deps/AggTableImpl.Tpo -c AggTableImpl.cxx  -fPIC -DPIC -o .libs/AggTableImpl.o
      In file included from ../../include/TableImpl.h:22,
                       from AggTableImpl.cxx:18:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT AggTableImpl.lo -MD -MP -MF .deps/AggTableImpl.Tpo -c AggTableImpl.cxx -o AggTableImpl.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT JoinTableImpl.lo -MD -MP -MF ".deps/JoinTableImpl.Tpo" -c -o JoinTableImpl.lo JoinTableImpl.cxx; \ then mv -f ".deps/JoinTableImpl.Tpo" ".deps/JoinTableImpl.Plo"; else rm -f ".deps/JoinTableImpl.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT JoinTableImpl.lo -MD -MP -MF .deps/JoinTableImpl.Tpo -c JoinTableImpl.cxx  -fPIC -DPIC -o .libs/JoinTableImpl.o
      In file included from ../../include/TableImpl.h:22,
                       from JoinTableImpl.cxx:18:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT JoinTableImpl.lo -MD -MP -MF .deps/JoinTableImpl.Tpo -c JoinTableImpl.cxx -o JoinTableImpl.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Expression.lo -MD -MP -MF ".deps/Expression.Tpo" -c -o Expression.lo Expression.cxx; \ then mv -f ".deps/Expression.Tpo" ".deps/Expression.Plo"; else rm -f ".deps/Expression.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Expression.lo -MD -MP -MF .deps/Expression.Tpo -c Expression.cxx  -fPIC -DPIC -o .libs/Expression.o
      In file included from ../../include/TableImpl.h:22,
                       from Expression.cxx:19:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT Expression.lo -MD -MP -MF .deps/Expression.Tpo -c Expression.cxx -o Expression.o >/dev/null 2>&1
      /bin/sh ../../libtool --tag=CXX --mode=link g++  -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux   -o libcsql.la -rpath /home/alan/csql-src-2.2Beta/install/lib -avoid-version -module BucketIter.lo TreeIter.lo BucketList.lo CatalogTables.lo Chunk.lo ChunkIterator.lo Condition.lo Connection.lo Database.lo DatabaseManagerImpl.lo DataType.lo Debug.lo FieldList.lo Index.lo LockListIter.lo LockManager.lo Logger.lo Mutex.lo os.lo PageInfo.lo PredicateImpl.lo SessionImpl.lo TableDef.lo TableImpl.lo Transaction.lo TransactionManager.lo TupleIterator.lo UserManagerImpl.lo HashIndex.lo TreeIndex.lo Config.lo Process.lo AggTableImpl.lo JoinTableImpl.lo Expression.lo
      g++ -shared -nostdlib /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crti.o /usr/lib/gcc/i386-redhat-linux/3.4.5/crtbeginS.o  .libs/BucketIter.o .libs/TreeIter.o .libs/BucketList.o .libs/CatalogTables.o .libs/Chunk.o .libs/ChunkIterator.o .libs/Condition.o .libs/Connection.o .libs/Database.o .libs/DatabaseManagerImpl.o .libs/DataType.o .libs/Debug.o .libs/FieldList.o .libs/Index.o .libs/LockListIter.o .libs/LockManager.o .libs/Logger.o .libs/Mutex.o .libs/os.o .libs/PageInfo.o .libs/PredicateImpl.o .libs/SessionImpl.o .libs/TableDef.o .libs/TableImpl.o .libs/Transaction.o .libs/TransactionManager.o .libs/TupleIterator.o .libs/UserManagerImpl.o .libs/HashIndex.o .libs/TreeIndex.o .libs/Config.o .libs/Process.o .libs/AggTableImpl.o .libs/JoinTableImpl.o .libs/Expression.o  -L/usr/lib/gcc/i386-redhat-linux/3.4.5 -L/usr/lib/gcc/i386-redhat-linux/3.4.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i386-redhat-linux/3.4.5/crtendS.o /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crtn.o   -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -Wl,-soname -Wl,libcsql -o .libs/libcsql
      ar cru .libs/libcsql.a  BucketIter.o TreeIter.o BucketList.o CatalogTables.o Chunk.o ChunkIterator.o Condition.o Connection.o Database.o DatabaseManagerImpl.o DataType.o Debug.o FieldList.o Index.o LockListIter.o LockManager.o Logger.o Mutex.o os.o PageInfo.o PredicateImpl.o SessionImpl.o TableDef.o TableImpl.o Transaction.o TransactionManager.o TupleIterator.o UserManagerImpl.o HashIndex.o TreeIndex.o Config.o Process.o AggTableImpl.o JoinTableImpl.o Expression.o
      ranlib .libs/libcsql.a
      creating libcsql.la
      (cd .libs && rm -f libcsql.la && ln -s ../libcsql.la libcsql.la)
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/storage'
      Making all in adapter
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/adapter'
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlOdbcConnection.lo -MD -MP -MF ".deps/SqlOdbcConnection.Tpo" -c -o SqlOdbcConnection.lo SqlOdbcConnection.cxx; \ then mv -f ".deps/SqlOdbcConnection.Tpo" ".deps/SqlOdbcConnection.Plo"; else rm -f ".deps/SqlOdbcConnection.Tpo"; exit 1; fi
      mkdir .libs
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlOdbcConnection.lo -MD -MP -MF .deps/SqlOdbcConnection.Tpo -c SqlOdbcConnection.cxx  -fPIC -DPIC -o .libs/SqlOdbcConnection.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlOdbcConnection.lo -MD -MP -MF .deps/SqlOdbcConnection.Tpo -c SqlOdbcConnection.cxx -o SqlOdbcConnection.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlOdbcStatement.lo -MD -MP -MF ".deps/SqlOdbcStatement.Tpo" -c -o SqlOdbcStatement.lo SqlOdbcStatement.cxx; \ then mv -f ".deps/SqlOdbcStatement.Tpo" ".deps/SqlOdbcStatement.Plo"; else rm -f ".deps/SqlOdbcStatement.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlOdbcStatement.lo -MD -MP -MF .deps/SqlOdbcStatement.Tpo -c SqlOdbcStatement.cxx  -fPIC -DPIC -o .libs/SqlOdbcStatement.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlOdbcStatement.lo -MD -MP -MF .deps/SqlOdbcStatement.Tpo -c SqlOdbcStatement.cxx -o SqlOdbcStatement.o >/dev/null 2>&1
      /bin/sh ../../libtool --tag=CXX --mode=link g++  -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux   -o libcsqlodbcadapter.la -rpath /home/alan/csql-src-2.2Beta/install/lib -avoid-version -module -lodbc SqlOdbcConnection.lo SqlOdbcStatement.lo
      g++ -shared -nostdlib /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crti.o /usr/lib/gcc/i386-redhat-linux/3.4.5/crtbeginS.o  .libs/SqlOdbcConnection.o .libs/SqlOdbcStatement.o  -lodbc -L/usr/lib/gcc/i386-redhat-linux/3.4.5 -L/usr/lib/gcc/i386-redhat-linux/3.4.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i386-redhat-linux/3.4.5/crtendS.o /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crtn.o   -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -Wl,-soname -Wl,libcsqlodbcadapter -o .libs/libcsqlodbcadapter
      ar cru .libs/libcsqlodbcadapter.a  SqlOdbcConnection.o SqlOdbcStatement.o
      ranlib .libs/libcsqlodbcadapter.a
      creating libcsqlodbcadapter.la
      (cd .libs && rm -f libcsqlodbcadapter.la && ln -s ../libcsqlodbcadapter.la libcsqlodbcadapter.la)
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/adapter'
      Making all in gateway
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/gateway'
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlGwConnection.lo -MD -MP -MF ".deps/SqlGwConnection.Tpo" -c -o SqlGwConnection.lo SqlGwConnection.cxx; \ then mv -f ".deps/SqlGwConnection.Tpo" ".deps/SqlGwConnection.Plo"; else rm -f ".deps/SqlGwConnection.Tpo"; exit 1; fi
      mkdir .libs
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlGwConnection.lo -MD -MP -MF .deps/SqlGwConnection.Tpo -c SqlGwConnection.cxx  -fPIC -DPIC -o .libs/SqlGwConnection.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlGwConnection.lo -MD -MP -MF .deps/SqlGwConnection.Tpo -c SqlGwConnection.cxx -o SqlGwConnection.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlGwStatement.lo -MD -MP -MF ".deps/SqlGwStatement.Tpo" -c -o SqlGwStatement.lo SqlGwStatement.cxx; \ then mv -f ".deps/SqlGwStatement.Tpo" ".deps/SqlGwStatement.Plo"; else rm -f ".deps/SqlGwStatement.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlGwStatement.lo -MD -MP -MF .deps/SqlGwStatement.Tpo -c SqlGwStatement.cxx  -fPIC -DPIC -o .libs/SqlGwStatement.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlGwStatement.lo -MD -MP -MF .deps/SqlGwStatement.Tpo -c SqlGwStatement.cxx -o SqlGwStatement.o >/dev/null 2>&1
      /bin/sh ../../libtool --tag=CXX --mode=link g++  -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux   -o libcsqlgw.la -rpath /home/alan/csql-src-2.2Beta/install/lib -avoid-version -module SqlGwConnection.lo SqlGwStatement.lo
      g++ -shared -nostdlib /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crti.o /usr/lib/gcc/i386-redhat-linux/3.4.5/crtbeginS.o  .libs/SqlGwConnection.o .libs/SqlGwStatement.o  -L/usr/lib/gcc/i386-redhat-linux/3.4.5 -L/usr/lib/gcc/i386-redhat-linux/3.4.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i386-redhat-linux/3.4.5/crtendS.o /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crtn.o   -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -Wl,-soname -Wl,libcsqlgw -o .libs/libcsqlgw
      ar cru .libs/libcsqlgw.a  SqlGwConnection.o SqlGwStatement.o
      ranlib .libs/libcsqlgw.a
      creating libcsqlgw.la
      (cd .libs && rm -f libcsqlgw.la && ln -s ../libcsqlgw.la libcsqlgw.la)
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/gateway'
      Making all in sqllog
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/sqllog'
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlLogConnection.lo -MD -MP -MF ".deps/SqlLogConnection.Tpo" -c -o SqlLogConnection.lo SqlLogConnection.cxx; \ then mv -f ".deps/SqlLogConnection.Tpo" ".deps/SqlLogConnection.Plo"; else rm -f ".deps/SqlLogConnection.Tpo"; exit 1; fi
      mkdir .libs
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlLogConnection.lo -MD -MP -MF .deps/SqlLogConnection.Tpo -c SqlLogConnection.cxx  -fPIC -DPIC -o .libs/SqlLogConnection.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlLogConnection.lo -MD -MP -MF .deps/SqlLogConnection.Tpo -c SqlLogConnection.cxx -o SqlLogConnection.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlLogStatement.lo -MD -MP -MF ".deps/SqlLogStatement.Tpo" -c -o SqlLogStatement.lo SqlLogStatement.cxx; \ then mv -f ".deps/SqlLogStatement.Tpo" ".deps/SqlLogStatement.Plo"; else rm -f ".deps/SqlLogStatement.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlLogStatement.lo -MD -MP -MF .deps/SqlLogStatement.Tpo -c SqlLogStatement.cxx  -fPIC -DPIC -o .libs/SqlLogStatement.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlLogStatement.lo -MD -MP -MF .deps/SqlLogStatement.Tpo -c SqlLogStatement.cxx -o SqlLogStatement.o >/dev/null 2>&1
      /bin/sh ../../libtool --tag=CXX --mode=link g++  -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux   -o libcsqlsqllog.la -rpath /home/alan/csql-src-2.2Beta/install/lib -avoid-version -module SqlLogConnection.lo SqlLogStatement.lo
      g++ -shared -nostdlib /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crti.o /usr/lib/gcc/i386-redhat-linux/3.4.5/crtbeginS.o  .libs/SqlLogConnection.o .libs/SqlLogStatement.o  -L/usr/lib/gcc/i386-redhat-linux/3.4.5 -L/usr/lib/gcc/i386-redhat-linux/3.4.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i386-redhat-linux/3.4.5/crtendS.o /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crtn.o   -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -Wl,-soname -Wl,libcsqlsqllog -o .libs/libcsqlsqllog
      ar cru .libs/libcsqlsqllog.a  SqlLogConnection.o SqlLogStatement.o
      ranlib .libs/libcsqlsqllog.a
      creating libcsqlsqllog.la
      (cd .libs && rm -f libcsqlsqllog.la && ln -s ../libcsqlsqllog.la libcsqlsqllog.la)
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/sqllog'
      Making all in sql
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/sql'
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT dmlyacc.lo -MD -MP -MF ".deps/dmlyacc.Tpo" -c -o dmlyacc.lo dmlyacc.cxx; \ then mv -f ".deps/dmlyacc.Tpo" ".deps/dmlyacc.Plo"; else rm -f ".deps/dmlyacc.Tpo"; exit 1; fi
      mkdir .libs
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT dmlyacc.lo -MD -MP -MF .deps/dmlyacc.Tpo -c dmlyacc.cxx  -fPIC -DPIC -o .libs/dmlyacc.o
      In file included from ../../include/AggTableImpl.h:22,
                       from Parser.h:23,
                       from dmlyacc.yxx:4:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT dmlyacc.lo -MD -MP -MF .deps/dmlyacc.Tpo -c dmlyacc.cxx -o dmlyacc.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT dmllex.lo -MD -MP -MF ".deps/dmllex.Tpo" -c -o dmllex.lo dmllex.cxx; \ then mv -f ".deps/dmllex.Tpo" ".deps/dmllex.Plo"; else rm -f ".deps/dmllex.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT dmllex.lo -MD -MP -MF .deps/dmllex.Tpo -c dmllex.cxx  -fPIC -DPIC -o .libs/dmllex.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT dmllex.lo -MD -MP -MF .deps/dmllex.Tpo -c dmllex.cxx -o dmllex.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT ParsedData.lo -MD -MP -MF ".deps/ParsedData.Tpo" -c -o ParsedData.lo ParsedData.cxx; \ then mv -f ".deps/ParsedData.Tpo" ".deps/ParsedData.Plo"; else rm -f ".deps/ParsedData.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT ParsedData.lo -MD -MP -MF .deps/ParsedData.Tpo -c ParsedData.cxx  -fPIC -DPIC -o .libs/ParsedData.o
      In file included from ../../include/AggTableImpl.h:22,
                       from Parser.h:23,
                       from ParsedData.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT ParsedData.lo -MD -MP -MF .deps/ParsedData.Tpo -c ParsedData.cxx -o ParsedData.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SelStatement.lo -MD -MP -MF ".deps/SelStatement.Tpo" -c -o SelStatement.lo SelStatement.cxx; \ then mv -f ".deps/SelStatement.Tpo" ".deps/SelStatement.Plo"; else rm -f ".deps/SelStatement.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SelStatement.lo -MD -MP -MF .deps/SelStatement.Tpo -c SelStatement.cxx  -fPIC -DPIC -o .libs/SelStatement.o
      In file included from ../../include/AggTableImpl.h:22,
                       from Parser.h:23,
                       from Statement.h:22,
                       from SelStatement.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SelStatement.lo -MD -MP -MF .deps/SelStatement.Tpo -c SelStatement.cxx -o SelStatement.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT InsStatement.lo -MD -MP -MF ".deps/InsStatement.Tpo" -c -o InsStatement.lo InsStatement.cxx; \ then mv -f ".deps/InsStatement.Tpo" ".deps/InsStatement.Plo"; else rm -f ".deps/InsStatement.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT InsStatement.lo -MD -MP -MF .deps/InsStatement.Tpo -c InsStatement.cxx  -fPIC -DPIC -o .libs/InsStatement.o
      In file included from ../../include/AggTableImpl.h:22,
                       from Parser.h:23,
                       from Statement.h:22,
                       from InsStatement.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT InsStatement.lo -MD -MP -MF .deps/InsStatement.Tpo -c InsStatement.cxx -o InsStatement.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT UpdStatement.lo -MD -MP -MF ".deps/UpdStatement.Tpo" -c -o UpdStatement.lo UpdStatement.cxx; \ then mv -f ".deps/UpdStatement.Tpo" ".deps/UpdStatement.Plo"; else rm -f ".deps/UpdStatement.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT UpdStatement.lo -MD -MP -MF .deps/UpdStatement.Tpo -c UpdStatement.cxx  -fPIC -DPIC -o .libs/UpdStatement.o
      In file included from ../../include/AggTableImpl.h:22,
                       from Parser.h:23,
                       from Statement.h:22,
                       from UpdStatement.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT UpdStatement.lo -MD -MP -MF .deps/UpdStatement.Tpo -c UpdStatement.cxx -o UpdStatement.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT DelStatement.lo -MD -MP -MF ".deps/DelStatement.Tpo" -c -o DelStatement.lo DelStatement.cxx; \ then mv -f ".deps/DelStatement.Tpo" ".deps/DelStatement.Plo"; else rm -f ".deps/DelStatement.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT DelStatement.lo -MD -MP -MF .deps/DelStatement.Tpo -c DelStatement.cxx  -fPIC -DPIC -o .libs/DelStatement.o
      In file included from ../../include/AggTableImpl.h:22,
                       from Parser.h:23,
                       from Statement.h:22,
                       from DelStatement.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT DelStatement.lo -MD -MP -MF .deps/DelStatement.Tpo -c DelStatement.cxx -o DelStatement.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT DdlStatement.lo -MD -MP -MF ".deps/DdlStatement.Tpo" -c -o DdlStatement.lo DdlStatement.cxx; \ then mv -f ".deps/DdlStatement.Tpo" ".deps/DdlStatement.Plo"; else rm -f ".deps/DdlStatement.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT DdlStatement.lo -MD -MP -MF .deps/DdlStatement.Tpo -c DdlStatement.cxx  -fPIC -DPIC -o .libs/DdlStatement.o
      In file included from ../../include/AggTableImpl.h:22,
                       from Parser.h:23,
                       from Statement.h:22,
                       from DdlStatement.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT DdlStatement.lo -MD -MP -MF .deps/DdlStatement.Tpo -c DdlStatement.cxx -o DdlStatement.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlStatement.lo -MD -MP -MF ".deps/SqlStatement.Tpo" -c -o SqlStatement.lo SqlStatement.cxx; \ then mv -f ".deps/SqlStatement.Tpo" ".deps/SqlStatement.Plo"; else rm -f ".deps/SqlStatement.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlStatement.lo -MD -MP -MF .deps/SqlStatement.Tpo -c SqlStatement.cxx  -fPIC -DPIC -o .libs/SqlStatement.o
      In file included from ../../include/AggTableImpl.h:22,
                       from Parser.h:23,
                       from Statement.h:22,
                       from SqlStatement.cxx:20:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlStatement.lo -MD -MP -MF .deps/SqlStatement.Tpo -c SqlStatement.cxx -o SqlStatement.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT StatementFactory.lo -MD -MP -MF ".deps/StatementFactory.Tpo" -c -o StatementFactory.lo StatementFactory.cxx; \ then mv -f ".deps/StatementFactory.Tpo" ".deps/StatementFactory.Plo"; else rm -f ".deps/StatementFactory.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT StatementFactory.lo -MD -MP -MF .deps/StatementFactory.Tpo -c StatementFactory.cxx  -fPIC -DPIC -o .libs/StatementFactory.o
      In file included from ../../include/AggTableImpl.h:22,
                       from Parser.h:23,
                       from Statement.h:22,
                       from StatementFactory.cxx:16:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT StatementFactory.lo -MD -MP -MF .deps/StatementFactory.Tpo -c StatementFactory.cxx -o StatementFactory.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlFactory.lo -MD -MP -MF ".deps/SqlFactory.Tpo" -c -o SqlFactory.lo SqlFactory.cxx; \ then mv -f ".deps/SqlFactory.Tpo" ".deps/SqlFactory.Plo"; else rm -f ".deps/SqlFactory.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlFactory.lo -MD -MP -MF .deps/SqlFactory.Tpo -c SqlFactory.cxx  -fPIC -DPIC -o .libs/SqlFactory.o
      In file included from ../../include/AggTableImpl.h:22,
                       from ../../include/Parser.h:23,
                       from ../../include/Statement.h:22,
                       from ../../include/SqlStatement.h:25,
                       from SqlFactory.cxx:17:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlFactory.lo -MD -MP -MF .deps/SqlFactory.Tpo -c SqlFactory.cxx -o SqlFactory.o >/dev/null 2>&1
      /bin/sh ../../libtool --tag=CXX --mode=link g++  -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux   -o libcsqlsql.la -rpath /home/alan/csql-src-2.2Beta/install/lib -avoid-version -module ../../src/storage/.libs/libcsql ../../src/gateway/.libs/libcsqlgw ../../src/sqllog/.libs/libcsqlsqllog ../../src/adapter/.libs/libcsqlodbcadapter dmlyacc.lo dmllex.lo ParsedData.lo SelStatement.lo InsStatement.lo UpdStatement.lo DelStatement.lo DdlStatement.lo SqlStatement.lo StatementFactory.lo SqlFactory.lo
      g++ -shared -nostdlib /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crti.o /usr/lib/gcc/i386-redhat-linux/3.4.5/crtbeginS.o  .libs/dmlyacc.o .libs/dmllex.o .libs/ParsedData.o .libs/SelStatement.o .libs/InsStatement.o .libs/UpdStatement.o .libs/DelStatement.o .libs/DdlStatement.o .libs/SqlStatement.o .libs/StatementFactory.o .libs/SqlFactory.o  -L/usr/lib/gcc/i386-redhat-linux/3.4.5 -L/usr/lib/gcc/i386-redhat-linux/3.4.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i386-redhat-linux/3.4.5/crtendS.o /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crtn.o   -g -I/usr/java/latest/include -I/usr/java/latest/include/linux ../../src/storage/.libs/libcsql ../../src/gateway/.libs/libcsqlgw ../../src/sqllog/.libs/libcsqlsqllog ../../src/adapter/.libs/libcsqlodbcadapter -Wl,-soname -Wl,libcsqlsql -o .libs/libcsqlsql
      ar cru .libs/libcsqlsql.a  dmlyacc.o dmllex.o ParsedData.o SelStatement.o InsStatement.o UpdStatement.o DelStatement.o DdlStatement.o SqlStatement.o StatementFactory.o SqlFactory.o
      ranlib .libs/libcsqlsql.a
      creating libcsqlsql.la
      (cd .libs && rm -f libcsqlsql.la && ln -s ../libcsqlsql.la libcsqlsql.la)
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/sql'
      Making all in cache
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/cache'
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT CacheTableLoader.lo -MD -MP -MF ".deps/CacheTableLoader.Tpo" -c -o CacheTableLoader.lo CacheTableLoader.cxx; \ then mv -f ".deps/CacheTableLoader.Tpo" ".deps/CacheTableLoader.Plo"; else rm -f ".deps/CacheTableLoader.Tpo"; exit 1; fi
      mkdir .libs
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT CacheTableLoader.lo -MD -MP -MF .deps/CacheTableLoader.Tpo -c CacheTableLoader.cxx  -fPIC -DPIC -o .libs/CacheTableLoader.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT CacheTableLoader.lo -MD -MP -MF .deps/CacheTableLoader.Tpo -c CacheTableLoader.cxx -o CacheTableLoader.o >/dev/null 2>&1
      /bin/sh ../../libtool --tag=CXX --mode=link g++  -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux   -o libcacheload.la -rpath /home/alan/csql-src-2.2Beta/install/lib -lodbc CacheTableLoader.lo
      g++ -shared -nostdlib /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crti.o /usr/lib/gcc/i386-redhat-linux/3.4.5/crtbeginS.o  .libs/CacheTableLoader.o  -lodbc -L/usr/lib/gcc/i386-redhat-linux/3.4.5 -L/usr/lib/gcc/i386-redhat-linux/3.4.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i386-redhat-linux/3.4.5/crtendS.o /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crtn.o   -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -Wl,-soname -Wl,libcacheload.0 -o .libs/libcacheload.0.0.0
      (cd .libs && rm -f libcacheload.0 && ln -s libcacheload.0.0.0 libcacheload.0)
      (cd .libs && rm -f libcacheload && ln -s libcacheload.0.0.0 libcacheload)
      ar cru .libs/libcacheload.a  CacheTableLoader.o
      ranlib .libs/libcacheload.a
      creating libcacheload.la
      (cd .libs && rm -f libcacheload.la && ln -s ../libcacheload.la libcacheload.la)
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/cache'
      Making all in network
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/network'
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT NetworkTable.lo -MD -MP -MF ".deps/NetworkTable.Tpo" -c -o NetworkTable.lo NetworkTable.cxx; \ then mv -f ".deps/NetworkTable.Tpo" ".deps/NetworkTable.Plo"; else rm -f ".deps/NetworkTable.Tpo"; exit 1; fi
      mkdir .libs
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT NetworkTable.lo -MD -MP -MF .deps/NetworkTable.Tpo -c NetworkTable.cxx  -fPIC -DPIC -o .libs/NetworkTable.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT NetworkTable.lo -MD -MP -MF .deps/NetworkTable.Tpo -c NetworkTable.cxx -o NetworkTable.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT UDPClient.lo -MD -MP -MF ".deps/UDPClient.Tpo" -c -o UDPClient.lo UDPClient.cxx; \ then mv -f ".deps/UDPClient.Tpo" ".deps/UDPClient.Plo"; else rm -f ".deps/UDPClient.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT UDPClient.lo -MD -MP -MF .deps/UDPClient.Tpo -c UDPClient.cxx  -fPIC -DPIC -o .libs/UDPClient.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT UDPClient.lo -MD -MP -MF .deps/UDPClient.Tpo -c UDPClient.cxx -o UDPClient.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TCPClient.lo -MD -MP -MF ".deps/TCPClient.Tpo" -c -o TCPClient.lo TCPClient.cxx; \ then mv -f ".deps/TCPClient.Tpo" ".deps/TCPClient.Plo"; else rm -f ".deps/TCPClient.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TCPClient.lo -MD -MP -MF .deps/TCPClient.Tpo -c TCPClient.cxx  -fPIC -DPIC -o .libs/TCPClient.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TCPClient.lo -MD -MP -MF .deps/TCPClient.Tpo -c TCPClient.cxx -o TCPClient.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT NetworkPacket.lo -MD -MP -MF ".deps/NetworkPacket.Tpo" -c -o NetworkPacket.lo NetworkPacket.cxx; \ then mv -f ".deps/NetworkPacket.Tpo" ".deps/NetworkPacket.Plo"; else rm -f ".deps/NetworkPacket.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT NetworkPacket.lo -MD -MP -MF .deps/NetworkPacket.Tpo -c NetworkPacket.cxx  -fPIC -DPIC -o .libs/NetworkPacket.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT NetworkPacket.lo -MD -MP -MF .deps/NetworkPacket.Tpo -c NetworkPacket.cxx -o NetworkPacket.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlNetworkHandler.lo -MD -MP -MF ".deps/SqlNetworkHandler.Tpo" -c -o SqlNetworkHandler.lo SqlNetworkHandler.cxx; \ then mv -f ".deps/SqlNetworkHandler.Tpo" ".deps/SqlNetworkHandler.Plo"; else rm -f ".deps/SqlNetworkHandler.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlNetworkHandler.lo -MD -MP -MF .deps/SqlNetworkHandler.Tpo -c SqlNetworkHandler.cxx  -fPIC -DPIC -o .libs/SqlNetworkHandler.o
      In file included from ../../include/AggTableImpl.h:22,
                       from ../../include/Parser.h:23,
                       from ../../include/Statement.h:22,
                       from ../../include/SqlStatement.h:25,
                       from SqlNetworkHandler.cxx:25:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT SqlNetworkHandler.lo -MD -MP -MF .deps/SqlNetworkHandler.Tpo -c SqlNetworkHandler.cxx -o SqlNetworkHandler.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT UDPServer.lo -MD -MP -MF ".deps/UDPServer.Tpo" -c -o UDPServer.lo UDPServer.cxx; \ then mv -f ".deps/UDPServer.Tpo" ".deps/UDPServer.Plo"; else rm -f ".deps/UDPServer.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT UDPServer.lo -MD -MP -MF .deps/UDPServer.Tpo -c UDPServer.cxx  -fPIC -DPIC -o .libs/UDPServer.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT UDPServer.lo -MD -MP -MF .deps/UDPServer.Tpo -c UDPServer.cxx -o UDPServer.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TCPServer.lo -MD -MP -MF ".deps/TCPServer.Tpo" -c -o TCPServer.lo TCPServer.cxx; \ then mv -f ".deps/TCPServer.Tpo" ".deps/TCPServer.Plo"; else rm -f ".deps/TCPServer.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TCPServer.lo -MD -MP -MF .deps/TCPServer.Tpo -c TCPServer.cxx  -fPIC -DPIC -o .libs/TCPServer.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT TCPServer.lo -MD -MP -MF .deps/TCPServer.Tpo -c TCPServer.cxx -o TCPServer.o >/dev/null 2>&1
      /bin/sh ../../libtool --tag=CXX --mode=link g++  -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux   -o libcsqlnw.la -rpath /home/alan/csql-src-2.2Beta/install/lib -avoid-version -module NetworkTable.lo UDPClient.lo TCPClient.lo NetworkPacket.lo SqlNetworkHandler.lo UDPServer.lo TCPServer.lo
      g++ -shared -nostdlib /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crti.o /usr/lib/gcc/i386-redhat-linux/3.4.5/crtbeginS.o  .libs/NetworkTable.o .libs/UDPClient.o .libs/TCPClient.o .libs/NetworkPacket.o .libs/SqlNetworkHandler.o .libs/UDPServer.o .libs/TCPServer.o  -L/usr/lib/gcc/i386-redhat-linux/3.4.5 -L/usr/lib/gcc/i386-redhat-linux/3.4.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i386-redhat-linux/3.4.5/crtendS.o /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crtn.o   -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -Wl,-soname -Wl,libcsqlnw -o .libs/libcsqlnw
      ar cru .libs/libcsqlnw.a  NetworkTable.o UDPClient.o TCPClient.o NetworkPacket.o SqlNetworkHandler.o UDPServer.o TCPServer.o
      ranlib .libs/libcsqlnw.a
      creating libcsqlnw.la
      (cd .libs && rm -f libcsqlnw.la && ln -s ../libcsqlnw.la libcsqlnw.la)
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/network'
      Making all in jdbc
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/jdbc'
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include  -I../../src/sql    -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT JSqlConnection.lo -MD -MP -MF ".deps/JSqlConnection.Tpo" -c -o JSqlConnection.lo JSqlConnection.cxx; \ then mv -f ".deps/JSqlConnection.Tpo" ".deps/JSqlConnection.Plo"; else rm -f ".deps/JSqlConnection.Tpo"; exit 1; fi
      mkdir .libs
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT JSqlConnection.lo -MD -MP -MF .deps/JSqlConnection.Tpo -c JSqlConnection.cxx  -fPIC -DPIC -o .libs/JSqlConnection.o
      JSqlConnection.cxx: In function `void Java_csql_jdbc_JSqlConnection_alloc(JNIEnv*, _jobject*, jint)':
      JSqlConnection.cxx:36: warning: cast from pointer to integer of different size
      JSqlConnection.cxx: In function `void Java_csql_jdbc_JSqlConnection_free(JNIEnv*, _jobject*)':
      JSqlConnection.cxx:59: warning: cast to pointer from integer of different size
      JSqlConnection.cxx: In function `jint Java_csql_jdbc_JSqlConnection_connect(JNIEnv*, _jobject*, _jstring*, _jstring*)':
      JSqlConnection.cxx:84: warning: cast to pointer from integer of different size
      JSqlConnection.cxx: In function `jint Java_csql_jdbc_JSqlConnection_disconnect(JNIEnv*, _jobject*)':
      JSqlConnection.cxx:111: warning: cast to pointer from integer of different size
      JSqlConnection.cxx: In function `jint Java_csql_jdbc_JSqlConnection_beginTrans(JNIEnv*, _jobject*, jint)':
      JSqlConnection.cxx:148: warning: cast to pointer from integer of different size
      JSqlConnection.cxx: In function `jint Java_csql_jdbc_JSqlConnection_commit(JNIEnv*, _jobject*)':
      JSqlConnection.cxx:172: warning: cast to pointer from integer of different size
      JSqlConnection.cxx: In function `jint Java_csql_jdbc_JSqlConnection_rollback(JNIEnv*, _jobject*)':
      JSqlConnection.cxx:197: warning: cast to pointer from integer of different size
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT JSqlConnection.lo -MD -MP -MF .deps/JSqlConnection.Tpo -c JSqlConnection.cxx -o JSqlConnection.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include  -I../../src/sql    -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT JSqlStatement.lo -MD -MP -MF ".deps/JSqlStatement.Tpo" -c -o JSqlStatement.lo JSqlStatement.cxx; \ then mv -f ".deps/JSqlStatement.Tpo" ".deps/JSqlStatement.Plo"; else rm -f ".deps/JSqlStatement.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT JSqlStatement.lo -MD -MP -MF .deps/JSqlStatement.Tpo -c JSqlStatement.cxx  -fPIC -DPIC -o .libs/JSqlStatement.o
      JSqlStatement.cxx: In function `void Java_csql_jdbc_JSqlStatement_alloc(JNIEnv*, _jobject*, jint)':
      JSqlStatement.cxx:38: warning: cast from pointer to integer of different size
      JSqlStatement.cxx: In function `void Java_csql_jdbc_JSqlStatement_free(JNIEnv*, _jobject*)':
      JSqlStatement.cxx:61: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `void Java_csql_jdbc_JSqlStatement_freeStmt(JNIEnv*, _jobject*)':
      JSqlStatement.cxx:85: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `void Java_csql_jdbc_JSqlStatement_setConnectionPtr(JNIEnv*, _jobject*, jlong)':
      JSqlStatement.cxx:111: warning: cast to pointer from integer of different size
      JSqlStatement.cxx:112: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `jint Java_csql_jdbc_JSqlStatement_prepare(JNIEnv*, _jobject*, _jstring*)':
      JSqlStatement.cxx:135: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `jboolean Java_csql_jdbc_JSqlStatement_isSelect(JNIEnv*, _jobject*)':
      JSqlStatement.cxx:159: warning: converting of negative value `-0x000000001' to `jboolean'
      JSqlStatement.cxx:161: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `jint Java_csql_jdbc_JSqlStatement_execute(JNIEnv*, _jobject*)':
      JSqlStatement.cxx:184: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `jlong Java_csql_jdbc_JSqlStatement_next(JNIEnv*, _jobject*)':
      JSqlStatement.cxx:209: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `jlong Java_csql_jdbc_JSqlStatement_close(JNIEnv*, _jobject*)':
      JSqlStatement.cxx:233: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `void Java_csql_jdbc_JSqlStatement_setShort(JNIEnv*, _jobject*, jint, jshort)':
      JSqlStatement.cxx:267: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `void Java_csql_jdbc_JSqlStatement_setInt(JNIEnv*, _jobject*, jint, jint)':
      JSqlStatement.cxx:291: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `void Java_csql_jdbc_JSqlStatement_setLong(JNIEnv*, _jobject*, jint, jlong)':
      JSqlStatement.cxx:315: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `void Java_csql_jdbc_JSqlStatement_setByte(JNIEnv*, _jobject*, jint, jbyte)':
      JSqlStatement.cxx:339: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `void Java_csql_jdbc_JSqlStatement_setFloat(JNIEnv*, _jobject*, jint, jfloat)':
      JSqlStatement.cxx:362: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `void Java_csql_jdbc_JSqlStatement_setDouble(JNIEnv*, _jobject*, jint, jdouble)':
      JSqlStatement.cxx:386: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `void Java_csql_jdbc_JSqlStatement_setString(JNIEnv*, _jobject*, jint, _jstring*)':
      JSqlStatement.cxx:414: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `void Java_csql_jdbc_JSqlStatement_setDate(JNIEnv*, _jobject*, jint, _jobject*)':
      JSqlStatement.cxx:440: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `void Java_csql_jdbc_JSqlStatement_setTime(JNIEnv*, _jobject*, jint, _jobject*)':
      JSqlStatement.cxx:480: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `void Java_csql_jdbc_JSqlStatement_setTimestamp(JNIEnv*, _jobject*, jint, _jobject*)':
      JSqlStatement.cxx:519: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `jshort Java_csql_jdbc_JSqlStatement_getShort(JNIEnv*, _jobject*, jint)':
      JSqlStatement.cxx:563: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `jint Java_csql_jdbc_JSqlStatement_getInt(JNIEnv*, _jobject*, jint)':
      JSqlStatement.cxx:600: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `jlong Java_csql_jdbc_JSqlStatement_getLong(JNIEnv*, _jobject*, jint)':
      JSqlStatement.cxx:629: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `jbyte Java_csql_jdbc_JSqlStatement_getByte(JNIEnv*, _jobject*, jint)':
      JSqlStatement.cxx:658: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `jfloat Java_csql_jdbc_JSqlStatement_getFloat(JNIEnv*, _jobject*, jint)':
      JSqlStatement.cxx:687: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `jdouble Java_csql_jdbc_JSqlStatement_getDouble(JNIEnv*, _jobject*, jint)':
      JSqlStatement.cxx:716: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `_jstring* Java_csql_jdbc_JSqlStatement_getString(JNIEnv*, _jobject*, jint)':
      JSqlStatement.cxx:745: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `_jobject* Java_csql_jdbc_JSqlStatement_getDate(JNIEnv*, _jobject*, jint)':
      JSqlStatement.cxx:782: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `_jobject* Java_csql_jdbc_JSqlStatement_getTime(JNIEnv*, _jobject*, jint)':
      JSqlStatement.cxx:822: warning: cast to pointer from integer of different size
      JSqlStatement.cxx: In function `_jobject* Java_csql_jdbc_JSqlStatement_getTimestamp(JNIEnv*, _jobject*, jint)':
      JSqlStatement.cxx:862: warning: cast to pointer from integer of different size
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT JSqlStatement.lo -MD -MP -MF .deps/JSqlStatement.Tpo -c JSqlStatement.cxx -o JSqlStatement.o >/dev/null 2>&1
      /bin/sh ../../libtool --tag=CXX --mode=link g++  -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux   -o libcsqljdbc.la -rpath /home/alan/csql-src-2.2Beta/install/lib -avoid-version -module ../../src/sql/.libs/libcsqlsql  ../../src/storage/.libs/libcsql ../../src/sqllog/.libs/libcsqlsqllog ../../src/network/.libs/libcsqlnw  -lcrypt  JSqlConnection.lo JSqlStatement.lo
      g++ -shared -nostdlib /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crti.o /usr/lib/gcc/i386-redhat-linux/3.4.5/crtbeginS.o  .libs/JSqlConnection.o .libs/JSqlStatement.o  -lcrypt -L/usr/lib/gcc/i386-redhat-linux/3.4.5 -L/usr/lib/gcc/i386-redhat-linux/3.4.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i386-redhat-linux/3.4.5/crtendS.o /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crtn.o   -g -I/usr/java/latest/include -I/usr/java/latest/include/linux ../../src/sql/.libs/libcsqlsql ../../src/storage/.libs/libcsql ../../src/sqllog/.libs/libcsqlsqllog ../../src/network/.libs/libcsqlnw -Wl,-soname -Wl,libcsqljdbc -o .libs/libcsqljdbc
      ar cru .libs/libcsqljdbc.a  JSqlConnection.o JSqlStatement.o
      ranlib .libs/libcsqljdbc.a
      creating libcsqljdbc.la
      (cd .libs && rm -f libcsqljdbc.la && ln -s ../libcsqljdbc.la libcsqljdbc.la)
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/jdbc'
      Making all in odbc
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/odbc'
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcCommon.lo -MD -MP -MF ".deps/odbcCommon.Tpo" -c -o odbcCommon.lo odbcCommon.cxx; \ then mv -f ".deps/odbcCommon.Tpo" ".deps/odbcCommon.Plo"; else rm -f ".deps/odbcCommon.Tpo"; exit 1; fi
      mkdir .libs
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcCommon.lo -MD -MP -MF .deps/odbcCommon.Tpo -c odbcCommon.cxx  -fPIC -DPIC -o .libs/odbcCommon.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcCommon.lo -MD -MP -MF .deps/odbcCommon.Tpo -c odbcCommon.cxx -o odbcCommon.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcDbc.lo -MD -MP -MF ".deps/odbcDbc.Tpo" -c -o odbcDbc.lo odbcDbc.cxx; \ then mv -f ".deps/odbcDbc.Tpo" ".deps/odbcDbc.Plo"; else rm -f ".deps/odbcDbc.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcDbc.lo -MD -MP -MF .deps/odbcDbc.Tpo -c odbcDbc.cxx  -fPIC -DPIC -o .libs/odbcDbc.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcDbc.lo -MD -MP -MF .deps/odbcDbc.Tpo -c odbcDbc.cxx -o odbcDbc.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcDesc.lo -MD -MP -MF ".deps/odbcDesc.Tpo" -c -o odbcDesc.lo odbcDesc.cxx; \ then mv -f ".deps/odbcDesc.Tpo" ".deps/odbcDesc.Plo"; else rm -f ".deps/odbcDesc.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcDesc.lo -MD -MP -MF .deps/odbcDesc.Tpo -c odbcDesc.cxx  -fPIC -DPIC -o .libs/odbcDesc.o
      odbcDesc.cxx: In member function `void CSqlOdbcDescList::freeAllDesc()':
      odbcDesc.cxx:49: warning: deleting `void*' is undefined
      odbcDesc.cxx:51: warning: deleting `void*' is undefined
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcDesc.lo -MD -MP -MF .deps/odbcDesc.Tpo -c odbcDesc.cxx -o odbcDesc.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcError.lo -MD -MP -MF ".deps/odbcError.Tpo" -c -o odbcError.lo odbcError.cxx; \ then mv -f ".deps/odbcError.Tpo" ".deps/odbcError.Plo"; else rm -f ".deps/odbcError.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcError.lo -MD -MP -MF .deps/odbcError.Tpo -c odbcError.cxx  -fPIC -DPIC -o .libs/odbcError.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcError.lo -MD -MP -MF .deps/odbcError.Tpo -c odbcError.cxx -o odbcError.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcEnv.lo -MD -MP -MF ".deps/odbcEnv.Tpo" -c -o odbcEnv.lo odbcEnv.cxx; \ then mv -f ".deps/odbcEnv.Tpo" ".deps/odbcEnv.Plo"; else rm -f ".deps/odbcEnv.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcEnv.lo -MD -MP -MF .deps/odbcEnv.Tpo -c odbcEnv.cxx  -fPIC -DPIC -o .libs/odbcEnv.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcEnv.lo -MD -MP -MF .deps/odbcEnv.Tpo -c odbcEnv.cxx -o odbcEnv.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcState.lo -MD -MP -MF ".deps/odbcState.Tpo" -c -o odbcState.lo odbcState.cxx; \ then mv -f ".deps/odbcState.Tpo" ".deps/odbcState.Plo"; else rm -f ".deps/odbcState.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcState.lo -MD -MP -MF .deps/odbcState.Tpo -c odbcState.cxx  -fPIC -DPIC -o .libs/odbcState.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcState.lo -MD -MP -MF .deps/odbcState.Tpo -c odbcState.cxx -o odbcState.o >/dev/null 2>&1
      if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc      -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcStmt.lo -MD -MP -MF ".deps/odbcStmt.Tpo" -c -o odbcStmt.lo odbcStmt.cxx; \ then mv -f ".deps/odbcStmt.Tpo" ".deps/odbcStmt.Plo"; else rm -f ".deps/odbcStmt.Tpo"; exit 1; fi
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcStmt.lo -MD -MP -MF .deps/odbcStmt.Tpo -c odbcStmt.cxx  -fPIC -DPIC -o .libs/odbcStmt.o
      g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/sql -I../../include/odbc -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT odbcStmt.lo -MD -MP -MF .deps/odbcStmt.Tpo -c odbcStmt.cxx -o odbcStmt.o >/dev/null 2>&1
      /bin/sh ../../libtool --tag=CXX --mode=link g++  -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux   -o libcsqlodbc.la -rpath /home/alan/csql-src-2.2Beta/install/lib -avoid-version -module ../../src/storage/.libs/libcsql ../../src/sql/.libs/libcsqlsql ../../src/gateway/.libs/libcsqlgw ../../src/network/.libs/libcsqlnw ../../src/sqllog/.libs/libcsqlsqllog ../../src/adapter/.libs/libcsqlodbcadapter -lcrypt odbcCommon.lo odbcDbc.lo odbcDesc.lo odbcError.lo odbcEnv.lo odbcState.lo odbcStmt.lo
      g++ -shared -nostdlib /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crti.o /usr/lib/gcc/i386-redhat-linux/3.4.5/crtbeginS.o  .libs/odbcCommon.o .libs/odbcDbc.o .libs/odbcDesc.o .libs/odbcError.o .libs/odbcEnv.o .libs/odbcState.o .libs/odbcStmt.o  -lcrypt -L/usr/lib/gcc/i386-redhat-linux/3.4.5 -L/usr/lib/gcc/i386-redhat-linux/3.4.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i386-redhat-linux/3.4.5/crtendS.o /usr/lib/gcc/i386-redhat-linux/3.4.5/../../../crtn.o   -g -I/usr/java/latest/include -I/usr/java/latest/include/linux ../../src/storage/.libs/libcsql ../../src/sql/.libs/libcsqlsql ../../src/gateway/.libs/libcsqlgw ../../src/network/.libs/libcsqlnw ../../src/sqllog/.libs/libcsqlsqllog ../../src/adapter/.libs/libcsqlodbcadapter -Wl,-soname -Wl,libcsqlodbc -o .libs/libcsqlodbc
      ar cru .libs/libcsqlodbc.a  odbcCommon.o odbcDbc.o odbcDesc.o odbcError.o odbcEnv.o odbcState.o odbcStmt.o
      ranlib .libs/libcsqlodbc.a
      creating libcsqlodbc.la
      (cd .libs && rm -f libcsqlodbc.la && ln -s ../libcsqlodbc.la libcsqlodbc.la)
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/odbc'
      Making all in tools
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/tools'
      if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include  -I../../src/sql    -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT isql.o -MD -MP -MF ".deps/isql.Tpo" -c -o isql.o isql.cxx; \ then mv -f ".deps/isql.Tpo" ".deps/isql.Po"; else rm -f ".deps/isql.Tpo"; exit 1; fi
      In file included from ../../include/CatalogTables.h:22,
                       from ../../include/DatabaseManagerImpl.h:19,
                       from isql.cxx:17:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      /bin/sh ../../libtool --tag=CXX --mode=link g++  -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux   -o csql  isql.o ../../src/storage/.libs/libcsql ../../src/sql/.libs/libcsqlsql ../../src/sqllog/.libs/libcsqlsqllog ../../src/network/.libs/libcsqlnw ../../src/adapter/.libs/libcsqlodbcadapter ../../src/gateway/.libs/libcsqlgw ../../src/cache/.libs/libcacheload -lrt -lpthread -lcrypt -lodbc
      mkdir .libs
      g++ -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -o csql isql.o ../../src/storage/.libs/libcsql ../../src/sql/.libs/libcsqlsql ../../src/sqllog/.libs/libcsqlsqllog ../../src/network/.libs/libcsqlnw ../../src/adapter/.libs/libcsqlodbcadapter ../../src/gateway/.libs/libcsqlgw ../../src/cache/.libs/libcacheload  -lrt -lpthread -lcrypt -lodbc
      if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include  -I../../src/sql    -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT catalog.o -MD -MP -MF ".deps/catalog.Tpo" -c -o catalog.o catalog.cxx; \ then mv -f ".deps/catalog.Tpo" ".deps/catalog.Po"; else rm -f ".deps/catalog.Tpo"; exit 1; fi
      In file included from ../../include/CatalogTables.h:22,
                       from ../../include/DatabaseManagerImpl.h:19,
                       from catalog.cxx:17:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      catalog.cxx: In function `int main(int, char**)':
      catalog.cxx:224: warning: converting to `int' from `double'
      /bin/sh ../../libtool --tag=CXX --mode=link g++  -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux   -o catalog -lcrypt catalog.o ../../src/storage/libcsql.la

      *** Warning: Linking the executable catalog against the loadable module
      *** libcsql is not portable!
      g++ -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -o .libs/catalog catalog.o  -lcrypt ../../src/storage/.libs/libcsql -Wl,--rpath -Wl,/home/alan/csql-src-2.2Beta/install/lib
      creating catalog
      if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include  -I../../src/sql    -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT cachetable.o -MD -MP -MF ".deps/cachetable.Tpo" -c -o cachetable.o cachetable.cxx; \ then mv -f ".deps/cachetable.Tpo" ".deps/cachetable.Po"; else rm -f ".deps/cachetable.Tpo"; exit 1; fi
      /bin/sh ../../libtool --tag=CXX --mode=link g++  -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux   -o cachetable -lcrypt -lodbc cachetable.o ../../src/cache/libcacheload.la ../../src/storage/libcsql.la ../../src/adapter/libcsqlodbcadapter.la

      *** Warning: Linking the executable cachetable against the loadable module
      *** libcsql is not portable!

      *** Warning: Linking the executable cachetable against the loadable module
      *** libcsqlodbcadapter is not portable!
      g++ -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -o .libs/cachetable cachetable.o  -lcrypt ../../src/cache/.libs/libcacheload ../../src/storage/.libs/libcsql ../../src/adapter/.libs/libcsqlodbcadapter -lodbc -Wl,--rpath -Wl,/home/alan/csql-src-2.2Beta/install/lib
      creating cachetable
      if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include  -I../../src/sql    -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT csqlserver.o -MD -MP -MF ".deps/csqlserver.Tpo" -c -o csqlserver.o csqlserver.cxx; \ then mv -f ".deps/csqlserver.Tpo" ".deps/csqlserver.Po"; else rm -f ".deps/csqlserver.Tpo"; exit 1; fi
      In file included from ../../include/Lock.h:19,
                       from csqlserver.cxx:22:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      /bin/sh ../../libtool --tag=CXX --mode=link g++  -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux   -o csqlserver -lcrypt -lodbc  csqlserver.o ../../src/cache/libcacheload.la ../../src/storage/libcsql.la ../../src/cache/libcacheload.la ../../src/gateway/libcsqlgw.la -lrt -lpthread -lcrypt

      *** Warning: Linking the executable csqlserver against the loadable module
      *** libcsql is not portable!

      *** Warning: Linking the executable csqlserver against the loadable module
      *** libcsqlgw is not portable!
      g++ -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -o .libs/csqlserver csqlserver.o  ../../src/storage/.libs/libcsql ../../src/cache/.libs/libcacheload -lodbc ../../src/gateway/.libs/libcsqlgw -lrt -lpthread -lcrypt -Wl,--rpath -Wl,/home/alan/csql-src-2.2Beta/install/lib
      creating csqlserver
      if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include  -I../../src/sql    -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux -MT csqlreplserver.o -MD -MP -MF ".deps/csqlreplserver.Tpo" -c -o csqlreplserver.o csqlreplserver.cxx; \ then mv -f ".deps/csqlreplserver.Tpo" ".deps/csqlreplserver.Po"; else rm -f ".deps/csqlreplserver.Tpo"; exit 1; fi
      In file included from ../../include/AggTableImpl.h:22,
                       from ../../include/Parser.h:23,
                       from ../../include/Statement.h:22,
                       from ../../include/SqlStatement.h:25,
                       from csqlreplserver.cxx:19:
      ../../include/Index.h: In static member function `static void Index::destroy()':
      ../../include/Index.h:108: warning: possible problem detected in invocation of delete operator:
      ../../include/Index.h:99: warning: `Index::hIdx' has incomplete type
      ../../include/Index.h:90: warning: forward declaration of `struct HashIndex'
      ../../include/Index.h:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
      /bin/sh ../../libtool --tag=CXX --mode=link g++  -g  -I/usr/java/latest/include -I/usr/java/latest/include/linux   -o csqlreplserver -lcrypt -lodbc csqlreplserver.o ../../src/sql/libcsqlsql.la ../../src/sqllog/libcsqlsqllog.la ../../src/network/libcsqlnw.la ../../src/gateway/libcsqlgw.la ../../src/cache/libcacheload.la ../../src/adapter/libcsqlodbcadapter.la ../../src/storage/libcsql.la -lrt -lpthread -lcrypt

      *** Warning: Linking the executable csqlreplserver against the loadable module
      *** libcsqlsql is not portable!

      *** Warning: Linking the executable csqlreplserver against the loadable module
      *** libcsqlsqllog is not portable!

      *** Warning: Linking the executable csqlreplserver against the loadable module
      *** libcsqlnw is not portable!

      *** Warning: Linking the executable csqlreplserver against the loadable module
      *** libcsqlgw is not portable!

      *** Warning: Linking the executable csqlreplserver against the loadable module
      *** libcsqlodbcadapter is not portable!

      *** Warning: Linking the executable csqlreplserver against the loadable module
      *** libcsql is not portable!
      g++ -g -I/usr/java/latest/include -I/usr/java/latest/include/linux -o .libs/csqlreplserver csqlreplserver.o  ../../src/sql/.libs/libcsqlsql ../../src/sqllog/.libs/libcsqlsqllog ../../src/network/.libs/libcsqlnw ../../src/gateway/.libs/libcsqlgw ../../src/cache/.libs/libcacheload ../../src/adapter/.libs/libcsqlodbcadapter -lodbc ../../src/storage/.libs/libcsql -lrt -lpthread -lcrypt -Wl,--rpath -Wl,/home/alan/csql-src-2.2Beta/install/lib
      creating csqlreplserver
      make[3]: *** No rule to make target `csqlsqlserver.c', needed by `csqlsqlserver.o'.  Stop.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/tools'
      make[2]: *** [all-recursive] Error 1
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src'
      make[1]: *** [all-recursive] Error 1
      make[1]: Leaving directory `/home/alan/csql-src-2.2Beta'
      make: *** [all] Error 2
      Making install in src
      make[1]: Entering directory `/home/alan/csql-src-2.2Beta/src'
      Making install in storage
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/storage'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/storage'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcsql.la' '/home/alan/csql-src-2.2Beta/install/lib/libcsql.la'
      /usr/bin/install -c .libs/libcsql /home/alan/csql-src-2.2Beta/install/lib/libcsql
      /usr/bin/install -c .libs/libcsql.lai /home/alan/csql-src-2.2Beta/install/lib/libcsql.la
      /usr/bin/install -c .libs/libcsql.a /home/alan/csql-src-2.2Beta/install/lib/libcsql.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcsql.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcsql.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/storage'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/storage'
      Making install in adapter
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/adapter'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/adapter'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcsqlodbcadapter.la' '/home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter.la'
      /usr/bin/install -c .libs/libcsqlodbcadapter /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter
      /usr/bin/install -c .libs/libcsqlodbcadapter.lai /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter.la
      /usr/bin/install -c .libs/libcsqlodbcadapter.a /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/adapter'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/adapter'
      Making install in gateway
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/gateway'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/gateway'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcsqlgw.la' '/home/alan/csql-src-2.2Beta/install/lib/libcsqlgw.la'
      /usr/bin/install -c .libs/libcsqlgw /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw
      /usr/bin/install -c .libs/libcsqlgw.lai /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw.la
      /usr/bin/install -c .libs/libcsqlgw.a /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/gateway'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/gateway'
      Making install in sqllog
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/sqllog'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/sqllog'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcsqlsqllog.la' '/home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog.la'
      /usr/bin/install -c .libs/libcsqlsqllog /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog
      /usr/bin/install -c .libs/libcsqlsqllog.lai /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog.la
      /usr/bin/install -c .libs/libcsqlsqllog.a /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/sqllog'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/sqllog'
      Making install in sql
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/sql'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/sql'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcsqlsql.la' '/home/alan/csql-src-2.2Beta/install/lib/libcsqlsql.la'
      /usr/bin/install -c .libs/libcsqlsql /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql
      /usr/bin/install -c .libs/libcsqlsql.lai /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql.la
      /usr/bin/install -c .libs/libcsqlsql.a /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/sql'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/sql'
      Making install in cache
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/cache'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/cache'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcacheload.la' '/home/alan/csql-src-2.2Beta/install/lib/libcacheload.la'
      /usr/bin/install -c .libs/libcacheload.0.0.0 /home/alan/csql-src-2.2Beta/install/lib/libcacheload.0.0.0
      (cd /home/alan/csql-src-2.2Beta/install/lib && rm -f libcacheload.0 && ln -s libcacheload.0.0.0 libcacheload.0)
      (cd /home/alan/csql-src-2.2Beta/install/lib && rm -f libcacheload && ln -s libcacheload.0.0.0 libcacheload)
      /usr/bin/install -c .libs/libcacheload.lai /home/alan/csql-src-2.2Beta/install/lib/libcacheload.la
      /usr/bin/install -c .libs/libcacheload.a /home/alan/csql-src-2.2Beta/install/lib/libcacheload.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcacheload.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcacheload.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/cache'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/cache'
      Making install in network
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/network'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/network'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcsqlnw.la' '/home/alan/csql-src-2.2Beta/install/lib/libcsqlnw.la'
      /usr/bin/install -c .libs/libcsqlnw /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw
      /usr/bin/install -c .libs/libcsqlnw.lai /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw.la
      /usr/bin/install -c .libs/libcsqlnw.a /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/network'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/network'
      Making install in jdbc
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/jdbc'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/jdbc'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcsqljdbc.la' '/home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc.la'
      /usr/bin/install -c .libs/libcsqljdbc /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc
      /usr/bin/install -c .libs/libcsqljdbc.lai /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc.la
      /usr/bin/install -c .libs/libcsqljdbc.a /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/jdbc'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/jdbc'
      Making install in odbc
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/odbc'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/odbc'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcsqlodbc.la' '/home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc.la'
      /usr/bin/install -c .libs/libcsqlodbc /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc
      /usr/bin/install -c .libs/libcsqlodbc.lai /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc.la
      /usr/bin/install -c .libs/libcsqlodbc.a /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/odbc'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/odbc'
      Making install in tools
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/tools'
      make[2]: *** No rule to make target `csqlsqlserver.c', needed by `csqlsqlserver.o'.  Stop.
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/tools'
      make[1]: *** [install-recursive] Error 1
      make[1]: Leaving directory `/home/alan/csql-src-2.2Beta/src'
      make: *** [install-recursive] Error 1
      installdir is /home/alan/csql-src-2.2Beta/install
      Note: Some input files use or override a deprecated API.
      Note: Recompile with -Xlint:deprecation for details.
      Note: Some input files use unchecked or unsafe operations.
      Note: Recompile with -Xlint:unchecked for details.
      added manifest
      adding: csql/(in = 0) (out= 0)(stored 0%)
      adding: csql/jdbc/(in = 0) (out= 0)(stored 0%)
      adding: csql/jdbc/JdbcSqlResultSetMetaData.class(in = 3159) (out= 1114)(deflated 64%)
      adding: csql/jdbc/JSqlError.class(in = 2072) (out= 1016)(deflated 50%)
      adding: csql/jdbc/JSqlErrorType.class(in = 1019) (out= 506)(deflated 50%)
      adding: csql/jdbc/JSqlConnection.class(in = 580) (out= 367)(deflated 36%)
      adding: csql/jdbc/JdbcSqlConnection.class(in = 7318) (out= 2682)(deflated 63%)
      adding: csql/jdbc/JdbcSqlDriver.class(in = 2456) (out= 1309)(deflated 46%)
      adding: csql/jdbc/JdbcSqlStatement.class(in = 5689) (out= 2168)(deflated 61%)
      adding: csql/jdbc/JSqlStatement.class(in = 1374) (out= 698)(deflated 49%)
      adding: csql/jdbc/JdbcSqlResultSet.class(in = 19150) (out= 4839)(deflated 74%)
      adding: csql/jdbc/JdbcSqlPreparedStatement.class(in = 6042) (out= 2045)(deflated 66%)
      Making install in src
      make[1]: Entering directory `/home/alan/csql-src-2.2Beta/src'
      Making install in storage
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/storage'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/storage'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcsql.la' '/home/alan/csql-src-2.2Beta/install/lib/libcsql.la'
      /usr/bin/install -c .libs/libcsql /home/alan/csql-src-2.2Beta/install/lib/libcsql
      /usr/bin/install -c .libs/libcsql.lai /home/alan/csql-src-2.2Beta/install/lib/libcsql.la
      /usr/bin/install -c .libs/libcsql.a /home/alan/csql-src-2.2Beta/install/lib/libcsql.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcsql.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcsql.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/storage'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/storage'
      Making install in adapter
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/adapter'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/adapter'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcsqlodbcadapter.la' '/home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter.la'
      /usr/bin/install -c .libs/libcsqlodbcadapter /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter
      /usr/bin/install -c .libs/libcsqlodbcadapter.lai /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter.la
      /usr/bin/install -c .libs/libcsqlodbcadapter.a /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/adapter'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/adapter'
      Making install in gateway
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/gateway'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/gateway'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcsqlgw.la' '/home/alan/csql-src-2.2Beta/install/lib/libcsqlgw.la'
      /usr/bin/install -c .libs/libcsqlgw /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw
      /usr/bin/install -c .libs/libcsqlgw.lai /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw.la
      /usr/bin/install -c .libs/libcsqlgw.a /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/gateway'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/gateway'
      Making install in sqllog
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/sqllog'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/sqllog'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcsqlsqllog.la' '/home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog.la'
      /usr/bin/install -c .libs/libcsqlsqllog /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog
      /usr/bin/install -c .libs/libcsqlsqllog.lai /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog.la
      /usr/bin/install -c .libs/libcsqlsqllog.a /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/sqllog'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/sqllog'
      Making install in sql
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/sql'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/sql'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcsqlsql.la' '/home/alan/csql-src-2.2Beta/install/lib/libcsqlsql.la'
      /usr/bin/install -c .libs/libcsqlsql /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql
      /usr/bin/install -c .libs/libcsqlsql.lai /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql.la
      /usr/bin/install -c .libs/libcsqlsql.a /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/sql'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/sql'
      Making install in cache
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/cache'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/cache'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcacheload.la' '/home/alan/csql-src-2.2Beta/install/lib/libcacheload.la'
      /usr/bin/install -c .libs/libcacheload.0.0.0 /home/alan/csql-src-2.2Beta/install/lib/libcacheload.0.0.0
      (cd /home/alan/csql-src-2.2Beta/install/lib && rm -f libcacheload.0 && ln -s libcacheload.0.0.0 libcacheload.0)
      (cd /home/alan/csql-src-2.2Beta/install/lib && rm -f libcacheload && ln -s libcacheload.0.0.0 libcacheload)
      /usr/bin/install -c .libs/libcacheload.lai /home/alan/csql-src-2.2Beta/install/lib/libcacheload.la
      /usr/bin/install -c .libs/libcacheload.a /home/alan/csql-src-2.2Beta/install/lib/libcacheload.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcacheload.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcacheload.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/cache'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/cache'
      Making install in network
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/network'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/network'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcsqlnw.la' '/home/alan/csql-src-2.2Beta/install/lib/libcsqlnw.la'
      /usr/bin/install -c .libs/libcsqlnw /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw
      /usr/bin/install -c .libs/libcsqlnw.lai /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw.la
      /usr/bin/install -c .libs/libcsqlnw.a /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/network'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/network'
      Making install in jdbc
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/jdbc'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/jdbc'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcsqljdbc.la' '/home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc.la'
      /usr/bin/install -c .libs/libcsqljdbc /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc
      /usr/bin/install -c .libs/libcsqljdbc.lai /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc.la
      /usr/bin/install -c .libs/libcsqljdbc.a /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/jdbc'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/jdbc'
      Making install in odbc
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/odbc'
      make[3]: Entering directory `/home/alan/csql-src-2.2Beta/src/odbc'
      test -z "/home/alan/csql-src-2.2Beta/install/lib" || mkdir -p -- "/home/alan/csql-src-2.2Beta/install/lib"
      /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libcsqlodbc.la' '/home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc.la'
      /usr/bin/install -c .libs/libcsqlodbc /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc
      /usr/bin/install -c .libs/libcsqlodbc.lai /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc.la
      /usr/bin/install -c .libs/libcsqlodbc.a /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc.a
      chmod 644 /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc.a
      ranlib /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc.a
      PATH="$PATH:/sbin" ldconfig -n /home/alan/csql-src-2.2Beta/install/lib
      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlgw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsqllog is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlsql is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbcadapter is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlnw is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqljdbc is not a symbolic link

      ldconfig: /home/alan/csql-src-2.2Beta/install/lib/libcsqlodbc is not a symbolic link

      make[3]: Nothing to be done for `install-data-am'.
      make[3]: Leaving directory `/home/alan/csql-src-2.2Beta/src/odbc'
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/odbc'
      Making install in tools
      make[2]: Entering directory `/home/alan/csql-src-2.2Beta/src/tools'
      make[2]: *** No rule to make target `csqlsqlserver.c', needed by `csqlsqlserver.o'.  Stop.
      make[2]: Leaving directory `/home/alan/csql-src-2.2Beta/src/tools'
      make[1]: *** [install-recursive] Error 1
      make[1]: Leaving directory `/home/alan/csql-src-2.2Beta/src'
      make: *** [install-recursive] Error 1
      ln: `libcacheload.so': File exists
      ./csqlinstall.ksh: line 44: cd: /home/alan/csql-src-2.2Beta/install/include: Not a directory
      ./csqlinstall.ksh: line 50: cd: /home/alan/csql-src-2.2Beta/install/bin: No such file or directory
      rm: cannot remove `csqlreplserver': No such file or directory
      rm: cannot remove `repltable': No such file or directory
      Build completed Successfully
      [alan@Linux csql-src-2.2Beta]$

       
    • Kishor Amballi

      Kishor Amballi - 2009-02-25

      Hi Alan,

      sorry for the delay in responding, I am not too sure of the error that you encountered.  What i request you is download the latest version csql-src-2.3-Beta from the download section. and build it.  If it does not work, I request you to provide me with
      the following details.

      Linux OS flavor.
      Kernel version.
      output of uname -a

      We will surely help you build csql in your machine.

      Cheers
      Kishor

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.