This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by CUBRID 2008 configure R1.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/home/jjonahha/public_html/dbsa/cubrid/trunk/install

## --------- ##
## Platform. ##
## --------- ##

hostname = gibson.nocdirect.com
uname -m = i686
uname -r = 2.6.9-67.0.15.ELsmp
uname -s = Linux
uname -v = #1 SMP Thu May 8 10:52:19 EDT 2008

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/jdk/bin
PATH: /usr/kerberos/bin
PATH: /usr/lib/courier-imap/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /home/jjonahha/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1573: checking for a BSD-compatible install
configure:1628: result: /usr/bin/install -c
configure:1639: checking whether build environment is sane
configure:1682: result: yes
configure:1747: checking for gawk
configure:1763: found /bin/gawk
configure:1773: result: gawk
configure:1783: checking whether make sets $(MAKE)
configure:1803: result: yes
configure:2022: checking for gcc
configure:2038: found /usr/bin/gcc
configure:2048: result: gcc
configure:2292: checking for C compiler version
configure:2295: gcc --version </dev/null >&5
gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-10)
Copyright (C) 2006 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.

configure:2298: $? = 0
configure:2300: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.6 20060404 (Red Hat 3.4.6-10)
configure:2303: $? = 0
configure:2305: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2308: $? = 1
configure:2331: checking for C compiler default output file name
configure:2334: gcc    conftest.c  >&5
configure:2337: $? = 0
configure:2383: result: a.out
configure:2388: checking whether the C compiler works
configure:2394: ./a.out
configure:2397: $? = 0
configure:2414: result: yes
configure:2421: checking whether we are cross compiling
configure:2423: result: no
configure:2426: checking for suffix of executables
configure:2428: gcc -o conftest    conftest.c  >&5
configure:2431: $? = 0
configure:2456: result: 
configure:2462: checking for suffix of object files
configure:2483: gcc -c   conftest.c >&5
configure:2486: $? = 0
configure:2508: result: o
configure:2512: checking whether we are using the GNU C compiler
configure:2536: gcc -c   conftest.c >&5
configure:2542: $? = 0
configure:2546: test -z 
			 || test ! -s conftest.err
configure:2549: $? = 0
configure:2552: test -s conftest.o
configure:2555: $? = 0
configure:2568: result: yes
configure:2574: checking whether gcc accepts -g
configure:2595: gcc -c -g  conftest.c >&5
configure:2601: $? = 0
configure:2605: test -z 
			 || test ! -s conftest.err
configure:2608: $? = 0
configure:2611: test -s conftest.o
configure:2614: $? = 0
configure:2625: result: yes
configure:2642: checking for gcc option to accept ANSI C
configure:2712: gcc  -c -g -O2  conftest.c >&5
configure:2718: $? = 0
configure:2722: test -z 
			 || test ! -s conftest.err
configure:2725: $? = 0
configure:2728: test -s conftest.o
configure:2731: $? = 0
configure:2749: result: none needed
configure:2767: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2773: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2917: checking for style of include used by make
configure:2945: result: GNU
configure:2973: checking dependency style of gcc
configure:3063: result: gcc3
configure:3132: checking for g++
configure:3148: found /usr/bin/g++
configure:3158: result: g++
configure:3174: checking for C++ compiler version
configure:3177: g++ --version </dev/null >&5
g++ (GCC) 3.4.6 20060404 (Red Hat 3.4.6-10)
Copyright (C) 2006 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.

configure:3180: $? = 0
configure:3182: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.6 20060404 (Red Hat 3.4.6-10)
configure:3185: $? = 0
configure:3187: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:3190: $? = 1
configure:3193: checking whether we are using the GNU C++ compiler
configure:3217: g++ -c   conftest.cc >&5
configure:3223: $? = 0
configure:3227: test -z 
			 || test ! -s conftest.err
configure:3230: $? = 0
configure:3233: test -s conftest.o
configure:3236: $? = 0
configure:3249: result: yes
configure:3255: checking whether g++ accepts -g
configure:3276: g++ -c -g  conftest.cc >&5
configure:3282: $? = 0
configure:3286: test -z 
			 || test ! -s conftest.err
configure:3289: $? = 0
configure:3292: test -s conftest.o
configure:3295: $? = 0
configure:3306: result: yes
configure:3348: g++ -c -g -O2  conftest.cc >&5
configure:3354: $? = 0
configure:3358: test -z 
			 || test ! -s conftest.err
configure:3361: $? = 0
configure:3364: test -s conftest.o
configure:3367: $? = 0
configure:3393: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:15: error: `exit' was not declared in this scope
configure:3399: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "CUBRID 2008"
| #define PACKAGE_TARNAME "cubrid"
| #define PACKAGE_VERSION "R1.1"
| #define PACKAGE_STRING "CUBRID 2008 R1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE ""
| #define VERSION "R1.1"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3348: g++ -c -g -O2  conftest.cc >&5
configure:3354: $? = 0
configure:3358: test -z 
			 || test ! -s conftest.err
configure:3361: $? = 0
configure:3364: test -s conftest.o
configure:3367: $? = 0
configure:3393: g++ -c -g -O2  conftest.cc >&5
configure:3399: $? = 0
configure:3403: test -z 
			 || test ! -s conftest.err
configure:3406: $? = 0
configure:3409: test -s conftest.o
configure:3412: $? = 0
configure:3437: checking dependency style of g++
configure:3527: result: gcc3
configure:3622: checking build system type
configure:3640: result: i686-pc-linux-gnu
configure:3648: checking host system type
configure:3662: result: i686-pc-linux-gnu
configure:3670: checking for a sed that does not truncate output
configure:3724: result: /bin/sed
configure:3727: checking for egrep
configure:3737: result: grep -E
configure:3753: checking for ld used by gcc
configure:3820: result: /usr/bin/ld
configure:3829: checking if the linker (/usr/bin/ld) is GNU ld
configure:3844: result: yes
configure:3849: checking for /usr/bin/ld option to reload object files
configure:3856: result: -r
configure:3865: checking for BSD-compatible nm
configure:3907: result: /usr/bin/nm -B
configure:3911: checking whether ln -s works
configure:3915: result: yes
configure:3922: checking how to recognise dependent libraries
configure:4105: result: pass_all
configure:4319: checking how to run the C preprocessor
configure:4354: gcc -E  conftest.c
configure:4360: $? = 0
configure:4392: gcc -E  conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:4398: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "CUBRID 2008"
| #define PACKAGE_TARNAME "cubrid"
| #define PACKAGE_VERSION "R1.1"
| #define PACKAGE_STRING "CUBRID 2008 R1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE ""
| #define VERSION "R1.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4437: result: gcc -E
configure:4461: gcc -E  conftest.c
configure:4467: $? = 0
configure:4499: gcc -E  conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:4505: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "CUBRID 2008"
| #define PACKAGE_TARNAME "cubrid"
| #define PACKAGE_VERSION "R1.1"
| #define PACKAGE_STRING "CUBRID 2008 R1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE ""
| #define VERSION "R1.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4549: checking for ANSI C header files
configure:4574: gcc -c -g -O2  conftest.c >&5
configure:4580: $? = 0
configure:4584: test -z 
			 || test ! -s conftest.err
configure:4587: $? = 0
configure:4590: test -s conftest.o
configure:4593: $? = 0
configure:4682: gcc -o conftest -g -O2   conftest.c  >&5
configure:4685: $? = 0
configure:4687: ./conftest
configure:4690: $? = 0
configure:4705: result: yes
configure:4729: checking for sys/types.h
configure:4745: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4755: test -z 
			 || test ! -s conftest.err
configure:4758: $? = 0
configure:4761: test -s conftest.o
configure:4764: $? = 0
configure:4775: result: yes
configure:4729: checking for sys/stat.h
configure:4745: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4755: test -z 
			 || test ! -s conftest.err
configure:4758: $? = 0
configure:4761: test -s conftest.o
configure:4764: $? = 0
configure:4775: result: yes
configure:4729: checking for stdlib.h
configure:4745: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4755: test -z 
			 || test ! -s conftest.err
configure:4758: $? = 0
configure:4761: test -s conftest.o
configure:4764: $? = 0
configure:4775: result: yes
configure:4729: checking for string.h
configure:4745: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4755: test -z 
			 || test ! -s conftest.err
configure:4758: $? = 0
configure:4761: test -s conftest.o
configure:4764: $? = 0
configure:4775: result: yes
configure:4729: checking for memory.h
configure:4745: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4755: test -z 
			 || test ! -s conftest.err
configure:4758: $? = 0
configure:4761: test -s conftest.o
configure:4764: $? = 0
configure:4775: result: yes
configure:4729: checking for strings.h
configure:4745: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4755: test -z 
			 || test ! -s conftest.err
configure:4758: $? = 0
configure:4761: test -s conftest.o
configure:4764: $? = 0
configure:4775: result: yes
configure:4729: checking for inttypes.h
configure:4745: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4755: test -z 
			 || test ! -s conftest.err
configure:4758: $? = 0
configure:4761: test -s conftest.o
configure:4764: $? = 0
configure:4775: result: yes
configure:4729: checking for stdint.h
configure:4745: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4755: test -z 
			 || test ! -s conftest.err
configure:4758: $? = 0
configure:4761: test -s conftest.o
configure:4764: $? = 0
configure:4775: result: yes
configure:4729: checking for unistd.h
configure:4745: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4755: test -z 
			 || test ! -s conftest.err
configure:4758: $? = 0
configure:4761: test -s conftest.o
configure:4764: $? = 0
configure:4775: result: yes
configure:4801: checking dlfcn.h usability
configure:4813: gcc -c -g -O2  conftest.c >&5
configure:4819: $? = 0
configure:4823: test -z 
			 || test ! -s conftest.err
configure:4826: $? = 0
configure:4829: test -s conftest.o
configure:4832: $? = 0
configure:4842: result: yes
configure:4846: checking dlfcn.h presence
configure:4856: gcc -E  conftest.c
configure:4862: $? = 0
configure:4882: result: yes
configure:4917: checking for dlfcn.h
configure:4924: result: yes
configure:4942: checking how to run the C++ preprocessor
configure:4973: g++ -E  conftest.cc
configure:4979: $? = 0
configure:5011: g++ -E  conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5017: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "CUBRID 2008"
| #define PACKAGE_TARNAME "cubrid"
| #define PACKAGE_VERSION "R1.1"
| #define PACKAGE_STRING "CUBRID 2008 R1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE ""
| #define VERSION "R1.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5056: result: g++ -E
configure:5080: g++ -E  conftest.cc
configure:5086: $? = 0
configure:5118: g++ -E  conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5124: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "CUBRID 2008"
| #define PACKAGE_TARNAME "cubrid"
| #define PACKAGE_VERSION "R1.1"
| #define PACKAGE_STRING "CUBRID 2008 R1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE ""
| #define VERSION "R1.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5219: checking for g77
configure:5248: result: no
configure:5219: checking for f77
configure:5248: result: no
configure:5219: checking for xlf
configure:5248: result: no
configure:5219: checking for frt
configure:5248: result: no
configure:5219: checking for pgf77
configure:5248: result: no
configure:5219: checking for fort77
configure:5248: result: no
configure:5219: checking for fl32
configure:5248: result: no
configure:5219: checking for af77
configure:5248: result: no
configure:5219: checking for f90
configure:5248: result: no
configure:5219: checking for xlf90
configure:5248: result: no
configure:5219: checking for pgf90
configure:5248: result: no
configure:5219: checking for epcf90
configure:5248: result: no
configure:5219: checking for f95
configure:5248: result: no
configure:5219: checking for fort
configure:5248: result: no
configure:5219: checking for xlf95
configure:5248: result: no
configure:5219: checking for ifc
configure:5248: result: no
configure:5219: checking for efc
configure:5248: result: no
configure:5219: checking for pgf95
configure:5248: result: no
configure:5219: checking for lf95
configure:5248: result: no
configure:5219: checking for gfortran
configure:5248: result: no
configure:5260: checking for Fortran 77 compiler version
configure:5263:  --version </dev/null >&5
./configure: line 5264: --version: command not found
configure:5266: $? = 127
configure:5268:  -v </dev/null >&5
./configure: line 5269: -v: command not found
configure:5271: $? = 127
configure:5273:  -V </dev/null >&5
./configure: line 5274: -V: command not found
configure:5276: $? = 127
configure:5284: checking whether we are using the GNU Fortran 77 compiler
configure:5298:  -c  conftest.F >&5
./configure: line 5299: -c: command not found
configure:5304: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:5330: result: no
configure:5336: checking whether  accepts -g
configure:5348:  -c -g conftest.f >&5
./configure: line 5349: -c: command not found
configure:5354: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:5379: result: no
configure:5409: checking the maximum length of command line arguments
configure:5474: result: 32768
configure:5485: checking command to parse /usr/bin/nm -B output from gcc object
configure:5574: gcc -c -g -O2  conftest.c >&5
configure:5577: $? = 0
configure:5581: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5584: $? = 0
configure:5636: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5639: $? = 0
configure:5677: result: ok
configure:5681: checking for objdir
configure:5696: result: .libs
configure:5786: checking for ar
configure:5802: found /usr/bin/ar
configure:5813: result: ar
configure:5866: checking for ranlib
configure:5882: found /usr/bin/ranlib
configure:5893: result: ranlib
configure:5946: checking for strip
configure:5962: found /usr/bin/strip
configure:5973: result: strip
configure:6235: checking if gcc static flag  works
configure:6258: result: yes
configure:6276: checking if gcc supports -fno-rtti -fno-exceptions
configure:6294: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:6298: $? = 0
configure:6309: result: no
configure:6324: checking for gcc option to produce PIC
configure:6501: result: -fPIC
configure:6509: checking if gcc PIC flag -fPIC works
configure:6527: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:6531: $? = 0
configure:6542: result: yes
configure:6566: checking if gcc supports -c -o file.o
configure:6587: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6591: $? = 0
configure:6611: result: yes
configure:6637: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:7485: result: yes
configure:7511: checking whether -lc should be explicitly linked in
configure:7516: gcc -c -g -O2  conftest.c >&5
configure:7519: $? = 0
configure:7533: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7536: $? = 0
configure:7548: result: no
configure:7556: checking dynamic linker characteristics
configure:8117: result: GNU/Linux ld.so
configure:8121: checking how to hardcode library paths into programs
configure:8146: result: immediate
configure:8160: checking whether stripping libraries is possible
configure:8165: result: yes
configure:8995: checking if libtool supports shared libraries
configure:8997: result: yes
configure:9000: checking whether to build shared libraries
configure:9058: result: yes
configure:9061: checking whether to build static libraries
configure:9065: result: yes
configure:9157: creating libtool
configure:9704: checking for ld used by g++
configure:9771: result: /usr/bin/ld
configure:9780: checking if the linker (/usr/bin/ld) is GNU ld
configure:9795: result: yes
configure:9846: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:10674: result: yes
configure:10692: g++ -c -g -O2  conftest.cc >&5
configure:10695: $? = 0
configure:10791: checking for g++ option to produce PIC
configure:11043: result: -fPIC
configure:11051: checking if g++ PIC flag -fPIC works
configure:11069: g++ -c -g -O2  -fPIC -DPIC conftest.cc >&5
configure:11073: $? = 0
configure:11084: result: yes
configure:11108: checking if g++ supports -c -o file.o
configure:11129: g++ -c -g -O2  -o out/conftest2.o conftest.cc >&5
configure:11133: $? = 0
configure:11153: result: yes
configure:11179: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11204: result: yes
configure:11275: checking dynamic linker characteristics
configure:11836: result: GNU/Linux ld.so
configure:11840: checking how to hardcode library paths into programs
configure:11865: result: immediate
configure:11879: checking whether stripping libraries is possible
configure:11884: result: yes
configure:19174: checking for a BSD-compatible install
configure:19229: result: /usr/bin/install -c
configure:19244: checking for bison
configure:19260: found /usr/bin/bison
configure:19270: result: bison -y
configure:19285: checking for flex
configure:19301: found /usr/bin/flex
configure:19311: result: flex
configure:19324: checking for yywrap in -lfl
configure:19354: gcc -o conftest -g -O2   conftest.c -lfl   >&5
configure:19360: $? = 0
configure:19364: test -z 
			 || test ! -s conftest.err
configure:19367: $? = 0
configure:19370: test -s conftest
configure:19373: $? = 0
configure:19386: result: yes
configure:19464: checking lex output file root
configure:19475: flex conftest.l
configure:19478: $? = 0
configure:19490: result: lex.yy
configure:19495: checking whether yytext is a pointer
configure:19511: gcc -o conftest -g -O2   conftest.c  -lfl >&5
configure:19517: $? = 0
configure:19521: test -z 
			 || test ! -s conftest.err
configure:19524: $? = 0
configure:19527: test -s conftest
configure:19530: $? = 0
configure:19544: result: yes
configure:19601: checking for main in -lm
configure:19625: gcc -m32 -o conftest    conftest.c -lm   >&5
configure:19631: $? = 0
configure:19635: test -z 
			 || test ! -s conftest.err
configure:19638: $? = 0
configure:19641: test -s conftest
configure:19644: $? = 0
configure:19657: result: yes
configure:19670: checking for main in -ldl
configure:19694: gcc -m32 -o conftest    conftest.c -ldl  -lm  >&5
configure:19700: $? = 0
configure:19704: test -z 
			 || test ! -s conftest.err
configure:19707: $? = 0
configure:19710: test -s conftest
configure:19713: $? = 0
configure:19726: result: yes
configure:19741: checking for main in -lpthread
configure:19765: gcc -m32 -o conftest    conftest.c -lpthread  -ldl -lm  >&5
configure:19771: $? = 0
configure:19775: test -z 
			 || test ! -s conftest.err
configure:19778: $? = 0
configure:19781: test -s conftest
configure:19784: $? = 0
configure:19797: result: yes
configure:19809: checking for main in -lcurses
configure:19833: gcc -m32 -o conftest    conftest.c -lcurses  -lpthread -ldl -lm  >&5
configure:19839: $? = 0
configure:19843: test -z 
			 || test ! -s conftest.err
configure:19846: $? = 0
configure:19849: test -s conftest
configure:19852: $? = 0
configure:19865: result: yes
configure:19877: checking for main in -lstdc++
configure:19901: gcc -m32 -o conftest    conftest.c -lstdc++  -lcurses -lpthread -ldl -lm  >&5
configure:19907: $? = 0
configure:19911: test -z 
			 || test ! -s conftest.err
configure:19914: $? = 0
configure:19917: test -s conftest
configure:19920: $? = 0
configure:19933: result: yes
configure:19946: checking for ANSI C header files
configure:20102: result: yes
configure:20112: checking for stdbool.h that conforms to C99
configure:20165: gcc -m32 -c   conftest.c >&5
configure:20171: $? = 0
configure:20175: test -z 
			 || test ! -s conftest.err
configure:20178: $? = 0
configure:20181: test -s conftest.o
configure:20184: $? = 0
configure:20195: result: yes
configure:20197: checking for _Bool
configure:20221: gcc -m32 -c   conftest.c >&5
configure:20227: $? = 0
configure:20231: test -z 
			 || test ! -s conftest.err
configure:20234: $? = 0
configure:20237: test -s conftest.o
configure:20240: $? = 0
configure:20251: result: yes
configure:20270: checking whether stat file-mode macros are broken
configure:20318: result: no
configure:20328: checking whether time.h and sys/time.h may both be included
configure:20353: gcc -m32 -c   conftest.c >&5
configure:20359: $? = 0
configure:20363: test -z 
			 || test ! -s conftest.err
configure:20366: $? = 0
configure:20369: test -s conftest.o
configure:20372: $? = 0
configure:20383: result: yes
configure:20407: checking limits.h usability
configure:20419: gcc -m32 -c   conftest.c >&5
configure:20425: $? = 0
configure:20429: test -z 
			 || test ! -s conftest.err
configure:20432: $? = 0
configure:20435: test -s conftest.o
configure:20438: $? = 0
configure:20448: result: yes
configure:20452: checking limits.h presence
configure:20462: gcc -E  conftest.c
configure:20468: $? = 0
configure:20488: result: yes
configure:20523: checking for limits.h
configure:20530: result: yes
configure:20554: checking for limits.h
configure:20559: result: yes
configure:20724: checking sys/param.h usability
configure:20736: gcc -m32 -c   conftest.c >&5
configure:20742: $? = 0
configure:20746: test -z 
			 || test ! -s conftest.err
configure:20749: $? = 0
configure:20752: test -s conftest.o
configure:20755: $? = 0
configure:20765: result: yes
configure:20769: checking sys/param.h presence
configure:20779: gcc -E  conftest.c
configure:20785: $? = 0
configure:20805: result: yes
configure:20840: checking for sys/param.h
configure:20847: result: yes
configure:20724: checking sys/socket.h usability
configure:20736: gcc -m32 -c   conftest.c >&5
configure:20742: $? = 0
configure:20746: test -z 
			 || test ! -s conftest.err
configure:20749: $? = 0
configure:20752: test -s conftest.o
configure:20755: $? = 0
configure:20765: result: yes
configure:20769: checking sys/socket.h presence
configure:20779: gcc -E  conftest.c
configure:20785: $? = 0
configure:20805: result: yes
configure:20840: checking for sys/socket.h
configure:20847: result: yes
configure:20724: checking nl_types.h usability
configure:20736: gcc -m32 -c   conftest.c >&5
configure:20742: $? = 0
configure:20746: test -z 
			 || test ! -s conftest.err
configure:20749: $? = 0
configure:20752: test -s conftest.o
configure:20755: $? = 0
configure:20765: result: yes
configure:20769: checking nl_types.h presence
configure:20779: gcc -E  conftest.c
configure:20785: $? = 0
configure:20805: result: yes
configure:20840: checking for nl_types.h
configure:20847: result: yes
configure:20724: checking regex.h usability
configure:20736: gcc -m32 -c   conftest.c >&5
configure:20742: $? = 0
configure:20746: test -z 
			 || test ! -s conftest.err
configure:20749: $? = 0
configure:20752: test -s conftest.o
configure:20755: $? = 0
configure:20765: result: yes
configure:20769: checking regex.h presence
configure:20779: gcc -E  conftest.c
configure:20785: $? = 0
configure:20805: result: yes
configure:20840: checking for regex.h
configure:20847: result: yes
configure:20724: checking getopt.h usability
configure:20736: gcc -m32 -c   conftest.c >&5
configure:20742: $? = 0
configure:20746: test -z 
			 || test ! -s conftest.err
configure:20749: $? = 0
configure:20752: test -s conftest.o
configure:20755: $? = 0
configure:20765: result: yes
configure:20769: checking getopt.h presence
configure:20779: gcc -E  conftest.c
configure:20785: $? = 0
configure:20805: result: yes
configure:20840: checking for getopt.h
configure:20847: result: yes
configure:20724: checking libgen.h usability
configure:20736: gcc -m32 -c   conftest.c >&5
configure:20742: $? = 0
configure:20746: test -z 
			 || test ! -s conftest.err
configure:20749: $? = 0
configure:20752: test -s conftest.o
configure:20755: $? = 0
configure:20765: result: yes
configure:20769: checking libgen.h presence
configure:20779: gcc -E  conftest.c
configure:20785: $? = 0
configure:20805: result: yes
configure:20840: checking for libgen.h
configure:20847: result: yes
configure:20874: checking for off_t
configure:20898: gcc -m32 -c   conftest.c >&5
configure:20904: $? = 0
configure:20908: test -z 
			 || test ! -s conftest.err
configure:20911: $? = 0
configure:20914: test -s conftest.o
configure:20917: $? = 0
configure:20928: result: yes
configure:20940: checking for size_t
configure:20964: gcc -m32 -c   conftest.c >&5
configure:20970: $? = 0
configure:20974: test -z 
			 || test ! -s conftest.err
configure:20977: $? = 0
configure:20980: test -s conftest.o
configure:20983: $? = 0
configure:20994: result: yes
configure:21006: checking for pid_t
configure:21030: gcc -m32 -c   conftest.c >&5
configure:21036: $? = 0
configure:21040: test -z 
			 || test ! -s conftest.err
configure:21043: $? = 0
configure:21046: test -s conftest.o
configure:21049: $? = 0
configure:21060: result: yes
configure:21072: checking for char
configure:21096: gcc -m32 -c   conftest.c >&5
configure:21102: $? = 0
configure:21106: test -z 
			 || test ! -s conftest.err
configure:21109: $? = 0
configure:21112: test -s conftest.o
configure:21115: $? = 0
configure:21126: result: yes
configure:21129: checking size of char
configure:21448: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
configure:21451: $? = 0
configure:21453: ./conftest
configure:21456: $? = 0
configure:21479: result: 1
configure:21486: checking for short
configure:21510: gcc -m32 -c   conftest.c >&5
configure:21516: $? = 0
configure:21520: test -z 
			 || test ! -s conftest.err
configure:21523: $? = 0
configure:21526: test -s conftest.o
configure:21529: $? = 0
configure:21540: result: yes
configure:21543: checking size of short
configure:21862: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
configure:21865: $? = 0
configure:21867: ./conftest
configure:21870: $? = 0
configure:21893: result: 2
configure:21900: checking for int
configure:21924: gcc -m32 -c   conftest.c >&5
configure:21930: $? = 0
configure:21934: test -z 
			 || test ! -s conftest.err
configure:21937: $? = 0
configure:21940: test -s conftest.o
configure:21943: $? = 0
configure:21954: result: yes
configure:21957: checking size of int
configure:22276: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
configure:22279: $? = 0
configure:22281: ./conftest
configure:22284: $? = 0
configure:22307: result: 4
configure:22314: checking for long
configure:22338: gcc -m32 -c   conftest.c >&5
configure:22344: $? = 0
configure:22348: test -z 
			 || test ! -s conftest.err
configure:22351: $? = 0
configure:22354: test -s conftest.o
configure:22357: $? = 0
configure:22368: result: yes
configure:22371: checking size of long
configure:22690: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
configure:22693: $? = 0
configure:22695: ./conftest
configure:22698: $? = 0
configure:22721: result: 4
configure:22728: checking for long long
configure:22752: gcc -m32 -c   conftest.c >&5
configure:22758: $? = 0
configure:22762: test -z 
			 || test ! -s conftest.err
configure:22765: $? = 0
configure:22768: test -s conftest.o
configure:22771: $? = 0
configure:22782: result: yes
configure:22785: checking size of long long
configure:23104: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
configure:23107: $? = 0
configure:23109: ./conftest
configure:23112: $? = 0
configure:23135: result: 8
configure:23142: checking for void *
configure:23166: gcc -m32 -c   conftest.c >&5
configure:23172: $? = 0
configure:23176: test -z 
			 || test ! -s conftest.err
configure:23179: $? = 0
configure:23182: test -s conftest.o
configure:23185: $? = 0
configure:23196: result: yes
configure:23199: checking size of void *
configure:23518: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
configure:23521: $? = 0
configure:23523: ./conftest
configure:23526: $? = 0
configure:23549: result: 4
configure:23556: checking for long long
configure:23610: result: yes
configure:23621: checking for byte_t
configure:23645: gcc -m32 -c   conftest.c >&5
conftest.c: In function `main':
conftest.c:87: error: `byte_t' undeclared (first use in this function)
conftest.c:87: error: (Each undeclared identifier is reported only once
conftest.c:87: error: for each function it appears in.)
conftest.c:87: error: syntax error before ')' token
configure:23651: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "CUBRID 2008"
| #define PACKAGE_TARNAME "cubrid"
| #define PACKAGE_VERSION "R1.1"
| #define PACKAGE_STRING "CUBRID 2008 R1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE ""
| #define VERSION "R1.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define YYTEXT_POINTER 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBCURSES 1
| #define HAVE_LIBSTDC__ 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_VOID_P 4
| #define HAVE_LONG_LONG 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((byte_t *) 0)
|   return 0;
| if (sizeof (byte_t))
|   return 0;
|   ;
|   return 0;
| }
configure:23675: result: no
configure:23685: checking for int8_t
configure:23709: gcc -m32 -c   conftest.c >&5
configure:23715: $? = 0
configure:23719: test -z 
			 || test ! -s conftest.err
configure:23722: $? = 0
configure:23725: test -s conftest.o
configure:23728: $? = 0
configure:23739: result: yes
configure:23749: checking for int16_t
configure:23773: gcc -m32 -c   conftest.c >&5
configure:23779: $? = 0
configure:23783: test -z 
			 || test ! -s conftest.err
configure:23786: $? = 0
configure:23789: test -s conftest.o
configure:23792: $? = 0
configure:23803: result: yes
configure:23813: checking for int32_t
configure:23837: gcc -m32 -c   conftest.c >&5
configure:23843: $? = 0
configure:23847: test -z 
			 || test ! -s conftest.err
configure:23850: $? = 0
configure:23853: test -s conftest.o
configure:23856: $? = 0
configure:23867: result: yes
configure:23877: checking for int64_t
configure:23901: gcc -m32 -c   conftest.c >&5
configure:23907: $? = 0
configure:23911: test -z 
			 || test ! -s conftest.err
configure:23914: $? = 0
configure:23917: test -s conftest.o
configure:23920: $? = 0
configure:23931: result: yes
configure:23941: checking for intmax_t
configure:23965: gcc -m32 -c   conftest.c >&5
configure:23971: $? = 0
configure:23975: test -z 
			 || test ! -s conftest.err
configure:23978: $? = 0
configure:23981: test -s conftest.o
configure:23984: $? = 0
configure:23995: result: yes
configure:24005: checking for intptr_t
configure:24029: gcc -m32 -c   conftest.c >&5
configure:24035: $? = 0
configure:24039: test -z 
			 || test ! -s conftest.err
configure:24042: $? = 0
configure:24045: test -s conftest.o
configure:24048: $? = 0
configure:24059: result: yes
configure:24069: checking for uint8_t
configure:24093: gcc -m32 -c   conftest.c >&5
configure:24099: $? = 0
configure:24103: test -z 
			 || test ! -s conftest.err
configure:24106: $? = 0
configure:24109: test -s conftest.o
configure:24112: $? = 0
configure:24123: result: yes
configure:24133: checking for uint16_t
configure:24157: gcc -m32 -c   conftest.c >&5
configure:24163: $? = 0
configure:24167: test -z 
			 || test ! -s conftest.err
configure:24170: $? = 0
configure:24173: test -s conftest.o
configure:24176: $? = 0
configure:24187: result: yes
configure:24197: checking for uint32_t
configure:24221: gcc -m32 -c   conftest.c >&5
configure:24227: $? = 0
configure:24231: test -z 
			 || test ! -s conftest.err
configure:24234: $? = 0
configure:24237: test -s conftest.o
configure:24240: $? = 0
configure:24251: result: yes
configure:24261: checking for uint64_t
configure:24285: gcc -m32 -c   conftest.c >&5
configure:24291: $? = 0
configure:24295: test -z 
			 || test ! -s conftest.err
configure:24298: $? = 0
configure:24301: test -s conftest.o
configure:24304: $? = 0
configure:24315: result: yes
configure:24325: checking for uintmax_t
configure:24349: gcc -m32 -c   conftest.c >&5
configure:24355: $? = 0
configure:24359: test -z 
			 || test ! -s conftest.err
configure:24362: $? = 0
configure:24365: test -s conftest.o
configure:24368: $? = 0
configure:24379: result: yes
configure:24389: checking for uintptr_t
configure:24413: gcc -m32 -c   conftest.c >&5
configure:24419: $? = 0
configure:24423: test -z 
			 || test ! -s conftest.err
configure:24426: $? = 0
configure:24429: test -s conftest.o
configure:24432: $? = 0
configure:24443: result: yes
configure:24456: checking for off64_t
configure:24480: gcc -m32 -c  -D_LARGEFILE64_SOURCE  conftest.c >&5
configure:24486: $? = 0
configure:24490: test -z 
			 || test ! -s conftest.err
configure:24493: $? = 0
configure:24496: test -s conftest.o
configure:24499: $? = 0
configure:24510: result: yes
configure:24523: checking whether struct tm is in sys/time.h or time.h
configure:24546: gcc -m32 -c   conftest.c >&5
configure:24552: $? = 0
configure:24556: test -z 
			 || test ! -s conftest.err
configure:24559: $? = 0
configure:24562: test -s conftest.o
configure:24565: $? = 0
configure:24576: result: time.h
configure:24592: checking for vprintf
configure:24649: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
conftest.c:87: warning: conflicting types for built-in function 'vprintf'
configure:24655: $? = 0
configure:24659: test -z 
			 || test ! -s conftest.err
configure:24662: $? = 0
configure:24665: test -s conftest
configure:24668: $? = 0
configure:24680: result: yes
configure:24687: checking for _doprnt
configure:24744: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
/tmp/ccyMx0Qi.o(.text+0x22): In function `main':
: undefined reference to `_doprnt'
/tmp/ccyMx0Qi.o(.data+0x0): undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:24750: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "CUBRID 2008"
| #define PACKAGE_TARNAME "cubrid"
| #define PACKAGE_VERSION "R1.1"
| #define PACKAGE_STRING "CUBRID 2008 R1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE ""
| #define VERSION "R1.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define YYTEXT_POINTER 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBCURSES 1
| #define HAVE_LIBSTDC__ 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_VOID_P 4
| #define HAVE_LONG_LONG 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_OFF64_T 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _doprnt
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub__doprnt) || defined (__stub____doprnt)
| choke me
| #else
| char (*f) () = _doprnt;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != _doprnt;
|   ;
|   return 0;
| }
configure:24775: result: no
configure:24804: checking for vasprintf
configure:24861: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
configure:24867: $? = 0
configure:24871: test -z 
			 || test ! -s conftest.err
configure:24874: $? = 0
configure:24877: test -s conftest
configure:24880: $? = 0
configure:24892: result: yes
configure:24804: checking for asprintf
configure:24861: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
configure:24867: $? = 0
configure:24871: test -z 
			 || test ! -s conftest.err
configure:24874: $? = 0
configure:24877: test -s conftest
configure:24880: $? = 0
configure:24892: result: yes
configure:24804: checking for strdup
configure:24861: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
conftest.c:90: warning: conflicting types for built-in function 'strdup'
configure:24867: $? = 0
configure:24871: test -z 
			 || test ! -s conftest.err
configure:24874: $? = 0
configure:24877: test -s conftest
configure:24880: $? = 0
configure:24892: result: yes
configure:24804: checking for strlcpy
configure:24861: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
/tmp/ccYxSpa3.o(.text+0x22): In function `main':
: undefined reference to `strlcpy'
/tmp/ccYxSpa3.o(.data+0x0): undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure:24867: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "CUBRID 2008"
| #define PACKAGE_TARNAME "cubrid"
| #define PACKAGE_VERSION "R1.1"
| #define PACKAGE_STRING "CUBRID 2008 R1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE ""
| #define VERSION "R1.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define YYTEXT_POINTER 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBCURSES 1
| #define HAVE_LIBSTDC__ 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_VOID_P 4
| #define HAVE_LONG_LONG 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_OFF64_T 1
| #define HAVE_VPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strlcpy innocuous_strlcpy
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strlcpy (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strlcpy
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strlcpy ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strlcpy) || defined (__stub___strlcpy)
| choke me
| #else
| char (*f) () = strlcpy;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != strlcpy;
|   ;
|   return 0;
| }
configure:24892: result: no
configure:24804: checking for strlcat
configure:24861: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
/tmp/ccOomgkf.o(.text+0x22): In function `main':
: undefined reference to `strlcat'
/tmp/ccOomgkf.o(.data+0x0): undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure:24867: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "CUBRID 2008"
| #define PACKAGE_TARNAME "cubrid"
| #define PACKAGE_VERSION "R1.1"
| #define PACKAGE_STRING "CUBRID 2008 R1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE ""
| #define VERSION "R1.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define YYTEXT_POINTER 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBCURSES 1
| #define HAVE_LIBSTDC__ 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_VOID_P 4
| #define HAVE_LONG_LONG 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_OFF64_T 1
| #define HAVE_VPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strlcat innocuous_strlcat
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strlcat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strlcat
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strlcat ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strlcat) || defined (__stub___strlcat)
| choke me
| #else
| char (*f) () = strlcat;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != strlcat;
|   ;
|   return 0;
| }
configure:24892: result: no
configure:24804: checking for getopt
configure:24861: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
configure:24867: $? = 0
configure:24871: test -z 
			 || test ! -s conftest.err
configure:24874: $? = 0
configure:24877: test -s conftest
configure:24880: $? = 0
configure:24892: result: yes
configure:24804: checking for getopt_long
configure:24861: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
configure:24867: $? = 0
configure:24871: test -z 
			 || test ! -s conftest.err
configure:24874: $? = 0
configure:24877: test -s conftest
configure:24880: $? = 0
configure:24892: result: yes
configure:24804: checking for dirname
configure:24861: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
configure:24867: $? = 0
configure:24871: test -z 
			 || test ! -s conftest.err
configure:24874: $? = 0
configure:24877: test -s conftest
configure:24880: $? = 0
configure:24892: result: yes
configure:24804: checking for basename
configure:24861: gcc -m32 -o conftest    conftest.c -lstdc++ -lcurses -lpthread -ldl -lm  >&5
configure:24867: $? = 0
configure:24871: test -z 
			 || test ! -s conftest.err
configure:24874: $? = 0
configure:24877: test -s conftest
configure:24880: $? = 0
configure:24892: result: yes
configure:24921: checking for special C compiler options needed for large files
configure:25020: result: no
configure:25026: checking for _FILE_OFFSET_BITS value needed for large files
configure:25057: gcc -m32 -c   conftest.c >&5
conftest.c:77: warning: left shift count >= width of type
conftest.c:77: warning: left shift count >= width of type
conftest.c:79: error: size of array `off_t_is_large' is negative
configure:25063: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "CUBRID 2008"
| #define PACKAGE_TARNAME "cubrid"
| #define PACKAGE_VERSION "R1.1"
| #define PACKAGE_STRING "CUBRID 2008 R1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE ""
| #define VERSION "R1.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define YYTEXT_POINTER 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBCURSES 1
| #define HAVE_LIBSTDC__ 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_VOID_P 4
| #define HAVE_LONG_LONG 1
| #define HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_OFF64_T 1
| #define HAVE_VPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_GETOPT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_DIRNAME 1
| #define HAVE_BASENAME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| 		       && LARGE_OFF_T % 2147483647 == 1)
| 		      ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:25110: gcc -m32 -c   conftest.c >&5
configure:25116: $? = 0
configure:25120: test -z 
			 || test ! -s conftest.err
configure:25123: $? = 0
configure:25126: test -s conftest.o
configure:25129: $? = 0
configure:25141: result: 64
configure:25151: checking for _LARGE_FILES value needed for large files
configure:25182: gcc -m32 -c   conftest.c >&5
configure:25188: $? = 0
configure:25192: test -z 
			 || test ! -s conftest.err
configure:25195: $? = 0
configure:25198: test -s conftest.o
configure:25201: $? = 0
configure:25266: result: no
configure:25693: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by CUBRID 2008 config.status R1.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on gibson.nocdirect.com

config.status:768: creating Makefile
config.status:768: creating cas/Makefile
config.status:768: creating broker/Makefile
config.status:768: creating cmserver/Makefile
config.status:768: creating cmserver/conf/Makefile
config.status:768: creating pccts/Makefile
config.status:768: creating pccts/antlrd/Makefile
config.status:768: creating pccts/dlg/Makefile
config.status:768: creating include/Makefile
config.status:768: creating sa/Makefile
config.status:768: creating cubrid/Makefile
config.status:768: creating cs/Makefile
config.status:768: creating util/Makefile
config.status:768: creating conf/Makefile
config.status:768: creating msg/Makefile
config.status:768: creating msg/en_US/Makefile
config.status:768: creating msg/ko_KR.euckr/Makefile
config.status:768: creating msg/ko_KR.utf8/Makefile
config.status:768: creating demo/Makefile
config.status:872: creating config.h
config.status:1270: executing depfiles commands
configure:27103: configuring in external/libedit-20070831-2.10
configure:27220: running /bin/sh './configure.gnu' --prefix=/home/jjonahha/public_html/dbsa/cubrid/trunk/install  '--prefix=/home/jjonahha/public_html/dbsa/cubrid/trunk/install' --cache-file=/dev/null --srcdir=.
configure:27103: configuring in external/lzo-2.03
configure:27220: running /bin/sh './configure.gnu' --prefix=/home/jjonahha/public_html/dbsa/cubrid/trunk/install  '--prefix=/home/jjonahha/public_html/dbsa/cubrid/trunk/install' --cache-file=/dev/null --srcdir=.
configure:27103: configuring in external/pcre-7.6
configure:27220: running /bin/sh './configure.gnu' --prefix=/home/jjonahha/public_html/dbsa/cubrid/trunk/install  '--prefix=/home/jjonahha/public_html/dbsa/cubrid/trunk/install' --cache-file=/dev/null --srcdir=.
configure:27103: configuring in external/gc6.7
configure:27220: running /bin/sh './configure.gnu' --prefix=/home/jjonahha/public_html/dbsa/cubrid/trunk/install  '--prefix=/home/jjonahha/public_html/dbsa/cubrid/trunk/install' --cache-file=/dev/null --srcdir=.
configure:27103: configuring in external/openssl-0.9.8g
configure:27220: running /bin/sh './configure.gnu' --prefix=/home/jjonahha/public_html/dbsa/cubrid/trunk/install  '--prefix=/home/jjonahha/public_html/dbsa/cubrid/trunk/install' --cache-file=/dev/null --srcdir=.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_func__doprnt=no
ac_cv_func_asprintf=yes
ac_cv_func_basename=yes
ac_cv_func_dirname=yes
ac_cv_func_getopt=yes
ac_cv_func_getopt_long=yes
ac_cv_func_strdup=yes
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_vasprintf=yes
ac_cv_func_vprintf=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_curses_main=yes
ac_cv_lib_dl_main=yes
ac_cv_lib_fl_yywrap=yes
ac_cv_lib_m_main=yes
ac_cv_lib_pthread_main=yes
ac_cv_lib_stdcpp_main=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_LEX=flex
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_char=1
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_void_p=4
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=64
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_type__Bool=yes
ac_cv_type_byte_t=no
ac_cv_type_char=yes
ac_cv_type_int=yes
ac_cv_type_int16_t=yes
ac_cv_type_int32_t=yes
ac_cv_type_int64_t=yes
ac_cv_type_int8_t=yes
ac_cv_type_intmax_t=yes
ac_cv_type_intptr_t=yes
ac_cv_type_long=yes
ac_cv_type_long_long=yes
ac_cv_type_off64_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_short=yes
ac_cv_type_size_t=yes
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
ac_cv_type_uint8_t=yes
ac_cv_type_uintmax_t=yes
ac_cv_type_uintptr_t=yes
ac_cv_type_void_p=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.4.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/jjonahha/public_html/dbsa/cubrid/trunk/config/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/jjonahha/public_html/dbsa/cubrid/trunk/config/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/jjonahha/public_html/dbsa/cubrid/trunk/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/jjonahha/public_html/dbsa/cubrid/trunk/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/jjonahha/public_html/dbsa/cubrid/trunk/config/missing --run automake-1.9'
AWK='gawk'
BUILD_64_FALSE=''
BUILD_64_TRUE='#'
BUILD_DEBUG_FALSE=''
BUILD_DEBUG_TRUE='#'
BUILD_NUMBER='8.1.1.1032'
CAS_LIB='-L$(top_builddir)/cas -lcas'
CC='gcc -m32'
CCDEPMODE='depmode=gcc3'
CCI_LIB='$(top_builddir)/cas/libcascci.la'
CFLAGS=' -O2 -DNDEBUG -finline-functions'
COMMON_DEFS='-DANSI=1 -DSYSV -DMAXPATHLEN=1024 -D_REENTRANT'
CPP='gcc -E'
CPPFLAGS=''
CS_DEFS='-DCS_MODE'
CS_LIB='$(top_builddir)/cs/libcubridcs.la'
CUBRID_LIB='$(top_builddir)/cubrid/libcubrid.la'
CXX='g++ -m32'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=' -O2 -DNDEBUG -finline-functions'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ESQL_LIB='$(top_builddir)/util/libcubridesql.la'
EXEEXT=''
EXT_INC='-I$(top_builddir)/external/include -I$(top_builddir)/external/include/editline -I$(top_builddir)/external/include/lzo'
EXT_LIBS='-L$(top_builddir)/external/lib $(top_builddir)/external/lib/libedit.la $(top_builddir)/external/lib/liblzo2.la $(top_builddir)/external/lib/libssl.a $(top_builddir)/external/lib/libcrypto.a $(top_builddir)/external/lib/libgc.la  '
F77=''
FFLAGS=''
GC_LIBS='$(top_builddir)/external/lib/libgc.la'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=' $(top_builddir)/external/lib/liblzo2.la'
LEX='flex'
LEXLIB='-lfl'
LEX_OUTPUT_ROOT='lex.yy'
LIBEDIT_INC='-I$(top_builddir)/external/include/editline'
LIBEDIT_LIBS='$(top_builddir)/external/lib/libedit.la'
LIBOBJS=' strlcpy$U.o strlcat$U.o'
LIBS='-lstdc++ -lcurses -lpthread -ldl -lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=' strlcpy$U.lo strlcat$U.lo'
LT_VERSION='8:1:1'
LZO_INC='-I$(top_builddir)/external/include/lzo'
LZO_LIBS='$(top_builddir)/external/lib/liblzo2.la'
MAKEINFO='${SHELL} /home/jjonahha/public_html/dbsa/cubrid/trunk/config/missing --run makeinfo'
OBJEXT='o'
OPENSSL_LIBS='$(top_builddir)/external/lib/libssl.a $(top_builddir)/external/lib/libcrypto.a'
OTHER_DEFS='-DYY_PREFIX=qp_yy'
PACKAGE=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='CUBRID 2008'
PACKAGE_STRING='CUBRID 2008 R1.1'
PACKAGE_TARNAME='cubrid'
PACKAGE_VERSION='R1.1'
PATH_SEPARATOR=':'
PCRE_LIBS='$(top_builddir)/external/lib/libpcre.la'
RANLIB='ranlib'
SA_DEFS='-DSA_MODE'
SA_LIB='$(top_builddir)/sa/libcubridsa.la'
SERVER_DEFS='-DSERVER_MODE'
SET_MAKE=''
SHELL='/bin/sh'
SRC_INC='-I$(top_srcdir)/include -I$(top_srcdir)/src/api -I$(top_srcdir)/src/base -I$(top_srcdir)/src/broker -I$(top_srcdir)/src/cci -I$(top_srcdir)/src/cmserver -I$(top_srcdir)/src/communication -I$(top_srcdir)/src/compat -I$(top_srcdir)/src/connection -I$(top_srcdir)/src/executables -I$(top_srcdir)/src/heaplayers -I$(top_srcdir)/src/jdbc -I$(top_srcdir)/src/jsp -I$(top_srcdir)/src/object -I$(top_srcdir)/src/odbc -I$(top_srcdir)/src/optimizer -I$(top_srcdir)/src/parser -I$(top_srcdir)/src/query -I$(top_srcdir)/src/storage -I$(top_srcdir)/src/thread -I$(top_srcdir)/src/transaction -I$(top_srcdir)/src/win_tools'
STRIP='strip'
SYS_DEFS='-DGCC -DLINUX -DI386 -D_LARGEFILE64_SOURCE'
SYS_LIBS=''
VERSION='R1.1'
VERSION_DEFS='-DMAJOR_VERSION=8 -DMINOR_VERSION=1 -DPATCH_VERSION=1 -DRELEASE_STRING=8.1.1 -DMAJOR_RELEASE_STRING=8.1 -DBUILD_NUMBER=8.1.1.1032'
XMLRPCEPI_LIBS=''
YACC='bison -y'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/jjonahha/public_html/dbsa/cubrid/trunk/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/home/jjonahha/public_html/dbsa/cubrid/trunk/install'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' external/libedit-20070831-2.10 external/lzo-2.03 external/pcre-7.6 external/gc6.7 external/openssl-0.9.8g'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_ASPRINTF 1
#define HAVE_BASENAME 1
#define HAVE_DIRNAME 1
#define HAVE_DLFCN_H 1
#define HAVE_GETOPT 1
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG 1
#define HAVE_INT16_T 1
#define HAVE_INT32_T 1
#define HAVE_INT64_T 1
#define HAVE_INT8_T 1
#define HAVE_INTMAX_T 1
#define HAVE_INTPTR_T 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBCURSES 1
#define HAVE_LIBDL 1
#define HAVE_LIBGEN_H 1
#define HAVE_LIBM 1
#define HAVE_LIBPTHREAD 1
#define HAVE_LIBSTDC__ 1
#define HAVE_LIMITS_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LONG_LONG 1
#define HAVE_MEMORY_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_OFF64_T 1
#define HAVE_REGEX_H 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRDUP 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_UINT8_T 1
#define HAVE_UINTMAX_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_UNISTD_H 1
#define HAVE_VASPRINTF 1
#define HAVE_VPRINTF 1
#define HAVE__BOOL 1
#define PACKAGE ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "CUBRID 2008"
#define PACKAGE_STRING "CUBRID 2008 R1.1"
#define PACKAGE_TARNAME "cubrid"
#define PACKAGE_VERSION "R1.1"
#define SIZEOF_CHAR 1
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_SHORT 2
#define SIZEOF_VOID_P 4
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "R1.1"
#define YYTEXT_POINTER 1
#define _FILE_OFFSET_BITS 64
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0
