parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Попытка сбора libparser3mysql из исходников

Максим Владимирович 09.01.2008 12:05

Решил подойти к проблеме с другой стороны и собрать sql модуль из src. НО.. Не собирается либа из исходников. Подскажите пожалуйста, ччего ей не хватает!!!

make.conf
LDFLAGS="-lstdc++"


Собираю из исходников с parser.ru
parser3mysql-9.5


./configure --prefix=$HOME/parser3install --silent --with-dynamic-stdcpp

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

It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure --prefix=/root/parser3install --silent --with-dynamic-stdcpp

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

hostname = kombank.ru
uname -m = i386
uname -r = 6.2-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC

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

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

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /root/bin


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

configure:1524: checking for a BSD-compatible install
configure:1579: result: /usr/bin/install -c
configure:1590: checking whether build environment is sane
configure:1633: result: yes
configure:1698: checking for gawk
configure:1727: result: no
configure:1698: checking for mawk
configure:1727: result: no
configure:1698: checking for nawk
configure:1714: found /usr/bin/nawk
configure:1724: result: nawk
configure:1734: checking whether make sets $(MAKE)
configure:1754: result: yes
configure:1939: checking for MYSQL_INC directory
configure:1957: result: /usr/local/include/mysql
configure:1979: checking for a BSD-compatible install
configure:2034: result: /usr/bin/install -c
configure:2045: checking whether make sets $(MAKE)
configure:2065: result: yes
configure:2078: checking for gawk
configure:2104: result: nawk
configure:2166: checking for g++
configure:2182: found /usr/bin/g++
configure:2192: result: g++
configure:2208: checking for C++ compiler version
configure:2211: g++ --version </dev/null >&5
g++ (GCC) 3.4.6 [FreeBSD] 20060305
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:2214: $? = 0
configure:2216: g++ -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.6 [FreeBSD] 20060305
configure:2219: $? = 0
configure:2221: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:2224: $? = 1
configure:2247: checking for C++ compiler default output file name
configure:2250: g++ conftest.cc >&5
configure:2253: $? = 0
configure:2299: result: a.out
configure:2304: checking whether the C++ compiler works
configure:2310: ./a.out
configure:2313: $? = 0
configure:2330: result: yes
configure:2337: checking whether we are cross compiling
configure:2339: result: no
configure:2342: checking for suffix of executables
configure:2344: g++ -o conftest conftest.cc >&5
configure:2347: $? = 0
configure:2372: result:
configure:2378: checking for suffix of object files
configure:2399: g++ -c conftest.cc >&5
configure:2402: $? = 0
configure:2424: result: o
configure:2428: checking whether we are using the GNU C++ compiler
configure:2452: g++ -c conftest.cc >&5
configure:2458: $? = 0
configure:2462: test -z
|| test ! -s conftest.err
configure:2465: $? = 0
configure:2468: test -s conftest.o
configure:2471: $? = 0
configure:2484: result: yes
configure:2490: checking whether g++ accepts -g
configure:2511: g++ -c -g conftest.cc >&5
configure:2517: $? = 0
configure:2521: test -z
|| test ! -s conftest.err
configure:2524: $? = 0
configure:2527: test -s conftest.o
configure:2530: $? = 0
configure:2541: result: yes
configure:2583: g++ -c -g -O2 conftest.cc >&5
configure:2589: $? = 0
configure:2593: test -z
|| test ! -s conftest.err
configure:2596: $? = 0
configure:2599: test -s conftest.o
configure:2602: $? = 0
configure:2628: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:13: error: `exit' was not declared in this scope
configure:2634: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2583: g++ -c -g -O2 conftest.cc >&5
configure:2589: $? = 0
configure:2593: test -z
|| test ! -s conftest.err
configure:2596: $? = 0
configure:2599: test -s conftest.o
configure:2602: $? = 0
configure:2628: g++ -c -g -O2 conftest.cc >&5
configure:2634: $? = 0
configure:2638: test -z
|| test ! -s conftest.err
configure:2641: $? = 0
configure:2644: test -s conftest.o
configure:2647: $? = 0
configure:2681: checking for style of include used by make
configure:2709: result: GNU
configure:2737: checking dependency style of g++
configure:2827: result: gcc3
configure:2890: checking for gcc
configure:2906: found /usr/bin/gcc
configure:2916: result: gcc
configure:3160: checking for C compiler version
configure:3163: gcc --version </dev/null >&5
gcc (GCC) 3.4.6 [FreeBSD] 20060305
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:3166: $? = 0
configure:3168: gcc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.6 [FreeBSD] 20060305
configure:3171: $? = 0
configure:3173: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:3176: $? = 1
configure:3179: checking whether we are using the GNU C compiler
configure:3203: gcc -c conftest.c >&5
configure:3209: $? = 0
configure:3213: test -z
|| test ! -s conftest.err
configure:3216: $? = 0
configure:3219: test -s conftest.o
configure:3222: $? = 0
configure:3235: result: yes
configure:3241: checking whether gcc accepts -g
configure:3262: gcc -c -g conftest.c >&5
configure:3268: $? = 0
configure:3272: test -z
|| test ! -s conftest.err
configure:3275: $? = 0
configure:3278: test -s conftest.o
configure:3281: $? = 0
configure:3292: result: yes
configure:3309: checking for gcc option to accept ANSI C
configure:3379: gcc -c -g -O2 conftest.c >&5
configure:3385: $? = 0
configure:3389: test -z
|| test ! -s conftest.err
configure:3392: $? = 0
configure:3395: test -s conftest.o
configure:3398: $? = 0
configure:3416: result: none needed
configure:3434: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:3440: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3575: checking dependency style of gcc
configure:3665: result: gcc3
configure:3778: checking build system type
configure:3796: result: i386-unknown-freebsd6.2
configure:3804: checking host system type
configure:3818: result: i386-unknown-freebsd6.2
configure:3848: checking for ld used by GCC
configure:3911: result: /usr/bin/ld
configure:3920: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.15 [FreeBSD] 2004-05-23
configure:3932: result: yes
configure:3937: checking for /usr/bin/ld option to reload object files
configure:3944: result: -r
configure:3949: checking for BSD-compatible nm
configure:3985: result: /usr/bin/nm -B
configure:3988: checking for a sed that does not truncate output
configure:4070: result: /usr/bin/sed
configure:4073: checking whether ln -s works
configure:4077: result: yes
configure:4084: checking how to recognise dependent libraries
configure:4265: result: pass_all
configure:4278: checking command to parse /usr/bin/nm -B output
configure:4362: gcc -c -g -O2 conftest.c >&5
configure:4365: $? = 0
configure:4369: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:4372: $? = 0
configure:4424: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:4427: $? = 0
configure:4471: result: ok
configure:4480: checking how to run the C preprocessor
configure:4515: gcc -E conftest.c
configure:4521: $? = 0
configure:4553: gcc -E conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:4559: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4598: result: gcc -E
configure:4622: gcc -E conftest.c
configure:4628: $? = 0
configure:4660: gcc -E conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:4666: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4710: checking for egrep
configure:4720: result: grep -E
configure:4725: checking for ANSI C header files
configure:4750: gcc -c -g -O2 conftest.c >&5
configure:4756: $? = 0
configure:4760: test -z
|| test ! -s conftest.err
configure:4763: $? = 0
configure:4766: test -s conftest.o
configure:4769: $? = 0
configure:4858: gcc -o conftest -g -O2 conftest.c >&5
configure:4861: $? = 0
configure:4863: ./conftest
configure:4866: $? = 0
configure:4881: result: yes
configure:4905: checking for sys/types.h
configure:4921: gcc -c -g -O2 conftest.c >&5
configure:4927: $? = 0
configure:4931: test -z
|| test ! -s conftest.err
configure:4934: $? = 0
configure:4937: test -s conftest.o
configure:4940: $? = 0
configure:4951: result: yes
configure:4905: checking for sys/stat.h
configure:4921: gcc -c -g -O2 conftest.c >&5
configure:4927: $? = 0
configure:4931: test -z
|| test ! -s conftest.err
configure:4934: $? = 0
configure:4937: test -s conftest.o
configure:4940: $? = 0
configure:4951: result: yes
configure:4905: checking for stdlib.h
configure:4921: gcc -c -g -O2 conftest.c >&5
configure:4927: $? = 0
configure:4931: test -z
|| test ! -s conftest.err
configure:4934: $? = 0
configure:4937: test -s conftest.o
configure:4940: $? = 0
configure:4951: result: yes
configure:4905: checking for string.h
configure:4921: gcc -c -g -O2 conftest.c >&5
configure:4927: $? = 0
configure:4931: test -z
|| test ! -s conftest.err
configure:4934: $? = 0
configure:4937: test -s conftest.o
configure:4940: $? = 0
configure:4951: result: yes
configure:4905: checking for memory.h
configure:4921: gcc -c -g -O2 conftest.c >&5
configure:4927: $? = 0
configure:4931: test -z
|| test ! -s conftest.err
configure:4934: $? = 0
configure:4937: test -s conftest.o
configure:4940: $? = 0
configure:4951: result: yes
configure:4905: checking for strings.h
configure:4921: gcc -c -g -O2 conftest.c >&5
configure:4927: $? = 0
configure:4931: test -z
|| test ! -s conftest.err
configure:4934: $? = 0
configure:4937: test -s conftest.o
configure:4940: $? = 0
configure:4951: result: yes
configure:4905: checking for inttypes.h
configure:4921: gcc -c -g -O2 conftest.c >&5
configure:4927: $? = 0
configure:4931: test -z
|| test ! -s conftest.err
configure:4934: $? = 0
configure:4937: test -s conftest.o
configure:4940: $? = 0
configure:4951: result: yes
configure:4905: checking for stdint.h
configure:4921: gcc -c -g -O2 conftest.c >&5
configure:4927: $? = 0
configure:4931: test -z
|| test ! -s conftest.err
configure:4934: $? = 0
configure:4937: test -s conftest.o
configure:4940: $? = 0
configure:4951: result: yes
configure:4905: checking for unistd.h
configure:4921: gcc -c -g -O2 conftest.c >&5
configure:4927: $? = 0
configure:4931: test -z
|| test ! -s conftest.err
configure:4934: $? = 0
configure:4937: test -s conftest.o
configure:4940: $? = 0
configure:4951: result: yes
configure:4977: checking dlfcn.h usability
configure:4989: gcc -c -g -O2 conftest.c >&5
configure:4995: $? = 0
configure:4999: test -z
|| test ! -s conftest.err
configure:5002: $? = 0
configure:5005: test -s conftest.o
configure:5008: $? = 0
configure:5018: result: yes
configure:5022: checking dlfcn.h presence
configure:5032: gcc -E conftest.c
configure:5038: $? = 0
configure:5058: result: yes
configure:5093: checking for dlfcn.h
configure:5100: result: yes
configure:5298: checking for ranlib
configure:5314: found /usr/bin/ranlib
configure:5325: result: ranlib
configure:5378: checking for strip
configure:5394: found /usr/bin/strip
configure:5405: result: strip
configure:5627: checking for objdir
configure:5638: result: .libs
configure:5659: checking for gcc option to produce PIC
configure:5805: result: -fPIC
configure:5809: checking if gcc PIC flag -fPIC works
configure:5832: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:5838: $? = 0
configure:5842: test -z
|| test ! -s conftest.err
configure:5845: $? = 0
configure:5848: test -s conftest.o
configure:5851: $? = 0
configure:5889: result: yes
configure:5909: checking if gcc static flag -static works
configure:5933: gcc -o conftest -g -O2 -static conftest.c >&5
configure:5939: $? = 0
configure:5943: test -z
|| test ! -s conftest.err
configure:5946: $? = 0
configure:5949: test -s conftest
configure:5952: $? = 0
configure:5969: result: yes
configure:5985: checking if gcc supports -c -o file.o
configure:6005: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:6029: result: yes
configure:6034: checking if gcc supports -c -o file.lo
configure:6061: gcc -c -g -O2 -c -o conftest.lo conftest.c >&5
configure:6067: $? = 0
configure:6071: test -z
|| test ! -s conftest.err
configure:6074: $? = 0
configure:6077: test -s conftest.lo
configure:6080: $? = 0
configure:6102: result: yes
configure:6141: checking if gcc supports -fno-rtti -fno-exceptions
configure:6163: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:6169: $? = 0
configure:6173: test -z
|| test ! -s conftest.err
configure:6176: $? = 0
configure:6179: test -s conftest.o
configure:6182: $? = 0
configure:6199: result: no
configure:6214: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:6909: result: yes
configure:6918: checking how to hardcode library paths into programs
configure:6942: result: immediate
configure:6951: checking whether stripping libraries is possible
configure:6956: result: yes
configure:6971: checking dynamic linker characteristics
configure:7378: result: freebsd6.2 ld.so
configure:7387: checking if libtool supports shared libraries
configure:7389: result: yes
configure:7396: checking whether to build shared libraries
configure:7417: result: yes
configure:7424: checking whether to build static libraries
configure:7428: result: no
configure:8182: checking whether -lc should be explicitly linked in
configure:8190: gcc -c -g -O2 conftest.c >&5
configure:8193: $? = 0
configure:8207: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:8210: $? = 1
configure:8223: result: yes
configure:8832: checking stdio.h usability
configure:8844: gcc -c -g -O2 conftest.c >&5
configure:8850: $? = 0
configure:8854: test -z
|| test ! -s conftest.err
configure:8857: $? = 0
configure:8860: test -s conftest.o
configure:8863: $? = 0
configure:8873: result: yes
configure:8877: checking stdio.h presence
configure:8887: gcc -E conftest.c
configure:8893: $? = 0
configure:8913: result: yes
configure:8948: checking for stdio.h
configure:8955: result: yes
configure:8823: checking for stdlib.h
configure:8828: result: yes
configure:8823: checking for string.h
configure:8828: result: yes
configure:8832: checking setjmp.h usability
configure:8844: gcc -c -g -O2 conftest.c >&5
configure:8850: $? = 0
configure:8854: test -z
|| test ! -s conftest.err
configure:8857: $? = 0
configure:8860: test -s conftest.o
configure:8863: $? = 0
configure:8873: result: yes
configure:8877: checking setjmp.h presence
configure:8887: gcc -E conftest.c
configure:8893: $? = 0
configure:8913: result: yes
configure:8948: checking for setjmp.h
configure:8955: result: yes
configure:8832: checking ctype.h usability
configure:8844: gcc -c -g -O2 conftest.c >&5
configure:8850: $? = 0
configure:8854: test -z
|| test ! -s conftest.err
configure:8857: $? = 0
configure:8860: test -s conftest.o
configure:8863: $? = 0
configure:8873: result: yes
configure:8877: checking ctype.h presence
configure:8887: gcc -E conftest.c
configure:8893: $? = 0
configure:8913: result: yes
configure:8948: checking for ctype.h
configure:8955: result: yes
configure:8970: checking for size_t
configure:8994: gcc -c -g -O2 conftest.c >&5
configure:9000: $? = 0
configure:9004: test -z
|| test ! -s conftest.err
configure:9007: $? = 0
configure:9010: test -s conftest.o
configure:9013: $? = 0
configure:9024: result: yes
configure:9156: creating ./config.status

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

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

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

on kombank.ru

config.status:9917: creating Makefile
config.status:10020: creating config_auto.h
config.status:10162: config_auto.h is unchanged
config.status:10344: executing depfiles commands
configure:10511: configuring in libltdl
configure:10628: running /bin/sh './configure' --prefix=/root/parser3install '--prefix=/root/parser3install' '--with-dynamic-stdcpp' --enable-ltdl-convenience --cache-file=/dev/null --srcdir=.

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

ac_cv_build=i386-unknown-freebsd6.2
ac_cv_build_alias=i386-unknown-freebsd6.2
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_CXXFLAGS_set=''
ac_cv_env_CXXFLAGS_value=''
ac_cv_env_CXX_set=''
ac_cv_env_CXX_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_header_ctype_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i386-unknown-freebsd6.2
ac_cv_host_alias=i386-unknown-freebsd6.2
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='gcc -E'
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_make_make_set=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_archive_cmds_need_lc=yes
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=''
lt_cv_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_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=''
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=''
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''

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

ACLOCAL='${SHELL} /root/parser/parser-3.2.1/sql/parser3mysql-9.5/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /root/parser/parser-3.2.1/sql/parser3mysql-9.5/missing --run tar'
AUTOCONF='${SHELL} /root/parser/parser-3.2.1/sql/parser3mysql-9.5/missing --run autoconf'
AUTOHEADER='${SHELL} /root/parser/parser-3.2.1/sql/parser3mysql-9.5/missing --run autoheader'
AUTOMAKE='${SHELL} /root/parser/parser-3.2.1/sql/parser3mysql-9.5/missing --run automake-1.9'
AWK='nawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INCLTDL='-I${top_srcdir}/libltdl'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBADD_DL=''
LIBLTDL='${top_builddir}/libltdl/libltdlc.la'
LIBOBJS=''
LIBS=''
LIBTOOL='./libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /root/parser/parser-3.2.1/sql/parser3mysql-9.5/missing --run makeinfo'
MYSQL_INC='/usr/local/include/mysql'
OBJEXT='o'
PACKAGE='parser3mysql'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='9.5'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
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='i386-unknown-freebsd6.2'
build_alias=''
build_cpu='i386'
build_os='freebsd6.2'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i386-unknown-freebsd6.2'
host_alias=''
host_cpu='i386'
host_os='freebsd6.2'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/root/parser/parser-3.2.1/sql/parser3mysql-9.5/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='$(mkinstalldirs)'
oldincludedir='/usr/include'
prefix='/root/parser3install'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' libltdl'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_CTYPE_H 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_SETJMP_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0

--


make

---
is of non-class type `int'
parser3mysql.C:307: error: `sql_error' was not declared in this scope
parser3mysql.C:316: error: request for member `before_rows' in `handlers', which
is of non-class type `int'
parser3mysql.C:316: error: `sql_error' was not declared in this scope
parser3mysql.C:319: error: request for member `add_row' in `handlers', which is
of non-class type `int'
parser3mysql.C:319: error: `sql_error' was not declared in this scope
parser3mysql.C:338: error: request for member `add_row_cell' in `handlers', whic
h is of non-class type `int'
parser3mysql.C:338: error: `sql_error' was not declared in this scope
parser3mysql.C:344: error: `sql_error' was not declared in this scope
parser3mysql.C: At global scope:
parser3mysql.C:430: error: expected constructor, destructor, or type conversion
before '*' token
*** Error code 1

Stop in /root/parser/parser-3.2.1/sql/parser3mysql-9.5.
*** Error code 1

Stop in /root/parser/parser-3.2.1/sql/parser3mysql-9.5.
*** Error code 1

Stop in /root/parser/parser-3.2.1/sql/parser3mysql-9.5.
Press any key to continue...

---