|
From: Nate A. S. <nat...@di...> - 2004-08-10 14:07:42
|
Here is my info. I see an error in the compile process, but don't know
how to fix it...
Fedora Core 2 Final
Here is my glib config: =20
glibc-devel-2.3.3-27
glibc-common-2.3.3-27
glib2-2.4.0-1
glib2-devel-2.4.0-1
glibc-kernheaders-2.4-8.44
glibc-2.3.3-27
glib-1.2.10-12.1.1
dbus-glib-0.20-4.1
glibc-headers-2.3.3-27
glib-devel-1.2.10-12.1.1
And my 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 perfparse configure 0.99.08, which was
generated by GNU Autoconf 2.58. Invocation command line was
$ ./configure=20
## --------- ##
## Platform. ##
## --------- ##
hostname =3D rdfuxlinux1
uname -m =3D i686
uname -r =3D 2.6.5-1.358
uname -s =3D Linux
uname -v =3D #1 Sat May 8 09:04:50 EDT 2004
/usr/bin/uname -p =3D unknown
/bin/uname -X =3D unknown
/bin/arch =3D i686
/usr/bin/arch -k =3D unknown
/usr/convex/getsysinfo =3D unknown
hostinfo =3D unknown
/bin/machine =3D unknown
/usr/bin/oslevel =3D unknown
/bin/universe =3D unknown
PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1551: checking build system type
configure:1569: result: i686-pc-linux-gnu
configure:1577: checking host system type
configure:1591: result: i686-pc-linux-gnu
configure:1599: checking target system type
configure:1613: result: i686-pc-linux-gnu
configure:1641: checking for a BSD-compatible install
configure:1696: result: /usr/bin/install -c
configure:1707: checking whether build environment is sane
configure:1750: result: yes
configure:1807: checking for gawk
configure:1823: found /bin/gawk
configure:1833: result: gawk
configure:1843: checking whether make sets $(MAKE)
configure:1863: result: yes
configure:2078: checking for gcc
configure:2094: found /usr/bin/gcc
configure:2104: result: gcc
configure:2348: checking for C compiler version
configure:2351: gcc --version </dev/null >&5
gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
configure:2354: $? =3D 0
configure:2356: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man
--infodir=3D/usr/share/info --enable-shared --enable-threads=3Dposix
--disable-checking --disable-libunwind-exceptions --with-system-zlib
--enable-__cxa_atexit --host=3Di386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
configure:2359: $? =3D 0
configure:2361: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2364: $? =3D 1
configure:2387: checking for C compiler default output file name
configure:2390: gcc conftest.c >&5
configure:2393: $? =3D 0
configure:2439: result: a.out
configure:2444: checking whether the C compiler works
configure:2450: ./a.out
configure:2453: $? =3D 0
configure:2470: result: yes
configure:2477: checking whether we are cross compiling
configure:2479: result: no
configure:2482: checking for suffix of executables
configure:2484: gcc -o conftest conftest.c >&5
configure:2487: $? =3D 0
configure:2512: result:=20
configure:2518: checking for suffix of object files
configure:2539: gcc -c conftest.c >&5
configure:2542: $? =3D 0
configure:2564: result: o
configure:2568: checking whether we are using the GNU C compiler
configure:2592: gcc -c conftest.c >&5
configure:2598: $? =3D 0
configure:2602: test -z=20
|| test ! -s conftest.err
configure:2605: $? =3D 0
configure:2608: test -s conftest.o
configure:2611: $? =3D 0
configure:2624: result: yes
configure:2630: checking whether gcc accepts -g
configure:2651: gcc -c -g conftest.c >&5
configure:2657: $? =3D 0
configure:2661: test -z=20
|| test ! -s conftest.err
configure:2664: $? =3D 0
configure:2667: test -s conftest.o
configure:2670: $? =3D 0
configure:2681: result: yes
configure:2698: checking for gcc option to accept ANSI C
configure:2768: gcc -c -g -O2 conftest.c >&5
configure:2774: $? =3D 0
configure:2778: test -z=20
|| test ! -s conftest.err
configure:2781: $? =3D 0
configure:2784: test -s conftest.o
configure:2787: $? =3D 0
configure:2805: result: none needed
configure:2823: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2829: $? =3D 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2973: checking for style of include used by make
configure:3001: result: GNU
configure:3029: checking dependency style of gcc
configure:3119: result: gcc3
configure:3136: checking whether make sets $(MAKE)
configure:3156: result: yes
configure:3178: checking for a BSD-compatible install
configure:3233: result: /usr/bin/install -c
configure:3316: checking for a sed that does not truncate output
configure:3370: result: /bin/sed
configure:3373: checking for egrep
configure:3383: result: grep -E
configure:3399: checking for ld used by gcc
configure:3466: result: /usr/bin/ld
configure:3475: checking if the linker (/usr/bin/ld) is GNU ld
configure:3490: result: yes
configure:3495: checking for /usr/bin/ld option to reload object files
configure:3502: result: -r
configure:3511: checking for BSD-compatible nm
configure:3553: result: /usr/bin/nm -B
configure:3557: checking whether ln -s works
configure:3561: result: yes
configure:3568: checking how to recognise dependent libraries
configure:3751: result: pass_all
configure:3965: checking how to run the C preprocessor
configure:4000: gcc -E conftest.c
configure:4006: $? =3D 0
configure:4038: gcc -E conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:4044: $? =3D 1
configure: failed program was:
| /* confdefs.h. */
|=20
| #define PACKAGE_NAME "perfparse"
| #define PACKAGE_TARNAME "perfparse"
| #define PACKAGE_VERSION "0.99.08"
| #define PACKAGE_STRING "perfparse 0.99.08"
| #define PACKAGE_BUGREPORT "per...@cl..."
| #define PACKAGE "perfparse"
| #define VERSION "0.99.08"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4083: result: gcc -E
configure:4107: gcc -E conftest.c
configure:4113: $? =3D 0
configure:4145: gcc -E conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:4151: $? =3D 1
configure: failed program was:
| /* confdefs.h. */
|=20
| #define PACKAGE_NAME "perfparse"
| #define PACKAGE_TARNAME "perfparse"
| #define PACKAGE_VERSION "0.99.08"
| #define PACKAGE_STRING "perfparse 0.99.08"
| #define PACKAGE_BUGREPORT "per...@cl..."
| #define PACKAGE "perfparse"
| #define VERSION "0.99.08"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4195: checking for ANSI C header files
configure:4220: gcc -c -g -O2 conftest.c >&5
configure:4226: $? =3D 0
configure:4230: test -z=20
|| test ! -s conftest.err
configure:4233: $? =3D 0
configure:4236: test -s conftest.o
configure:4239: $? =3D 0
configure:4325: gcc -o conftest -g -O2 conftest.c >&5
configure:4328: $? =3D 0
configure:4330: ./conftest
configure:4333: $? =3D 0
configure:4348: result: yes
configure:4372: checking for sys/types.h
configure:4388: gcc -c -g -O2 conftest.c >&5
configure:4394: $? =3D 0
configure:4398: test -z=20
|| test ! -s conftest.err
configure:4401: $? =3D 0
configure:4404: test -s conftest.o
configure:4407: $? =3D 0
configure:4418: result: yes
configure:4372: checking for sys/stat.h
configure:4388: gcc -c -g -O2 conftest.c >&5
configure:4394: $? =3D 0
configure:4398: test -z=20
|| test ! -s conftest.err
configure:4401: $? =3D 0
configure:4404: test -s conftest.o
configure:4407: $? =3D 0
configure:4418: result: yes
configure:4372: checking for stdlib.h
configure:4388: gcc -c -g -O2 conftest.c >&5
configure:4394: $? =3D 0
configure:4398: test -z=20
|| test ! -s conftest.err
configure:4401: $? =3D 0
configure:4404: test -s conftest.o
configure:4407: $? =3D 0
configure:4418: result: yes
configure:4372: checking for string.h
configure:4388: gcc -c -g -O2 conftest.c >&5
configure:4394: $? =3D 0
configure:4398: test -z=20
|| test ! -s conftest.err
configure:4401: $? =3D 0
configure:4404: test -s conftest.o
configure:4407: $? =3D 0
configure:4418: result: yes
configure:4372: checking for memory.h
configure:4388: gcc -c -g -O2 conftest.c >&5
configure:4394: $? =3D 0
configure:4398: test -z=20
|| test ! -s conftest.err
configure:4401: $? =3D 0
configure:4404: test -s conftest.o
configure:4407: $? =3D 0
configure:4418: result: yes
configure:4372: checking for strings.h
configure:4388: gcc -c -g -O2 conftest.c >&5
configure:4394: $? =3D 0
configure:4398: test -z=20
|| test ! -s conftest.err
configure:4401: $? =3D 0
configure:4404: test -s conftest.o
configure:4407: $? =3D 0
configure:4418: result: yes
configure:4372: checking for inttypes.h
configure:4388: gcc -c -g -O2 conftest.c >&5
configure:4394: $? =3D 0
configure:4398: test -z=20
|| test ! -s conftest.err
configure:4401: $? =3D 0
configure:4404: test -s conftest.o
configure:4407: $? =3D 0
configure:4418: result: yes
configure:4372: checking for stdint.h
configure:4388: gcc -c -g -O2 conftest.c >&5
configure:4394: $? =3D 0
configure:4398: test -z=20
|| test ! -s conftest.err
configure:4401: $? =3D 0
configure:4404: test -s conftest.o
configure:4407: $? =3D 0
configure:4418: result: yes
configure:4372: checking for unistd.h
configure:4388: gcc -c -g -O2 conftest.c >&5
configure:4394: $? =3D 0
configure:4398: test -z=20
|| test ! -s conftest.err
configure:4401: $? =3D 0
configure:4404: test -s conftest.o
configure:4407: $? =3D 0
configure:4418: result: yes
configure:4444: checking dlfcn.h usability
configure:4456: gcc -c -g -O2 conftest.c >&5
configure:4462: $? =3D 0
configure:4466: test -z=20
|| test ! -s conftest.err
configure:4469: $? =3D 0
configure:4472: test -s conftest.o
configure:4475: $? =3D 0
configure:4485: result: yes
configure:4489: checking dlfcn.h presence
configure:4499: gcc -E conftest.c
configure:4505: $? =3D 0
configure:4525: result: yes
configure:4560: checking for dlfcn.h
configure:4567: result: yes
configure:4632: checking for g++
configure:4648: found /usr/bin/g++
configure:4658: result: g++
configure:4674: checking for C++ compiler version
configure:4677: g++ --version </dev/null >&5
g++ (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
configure:4680: $? =3D 0
configure:4682: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man
--infodir=3D/usr/share/info --enable-shared --enable-threads=3Dposix
--disable-checking --disable-libunwind-exceptions --with-system-zlib
--enable-__cxa_atexit --host=3Di386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
configure:4685: $? =3D 0
configure:4687: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:4690: $? =3D 1
configure:4693: checking whether we are using the GNU C++ compiler
configure:4717: g++ -c conftest.cc >&5
configure:4723: $? =3D 0
configure:4727: test -z=20
|| test ! -s conftest.err
configure:4730: $? =3D 0
configure:4733: test -s conftest.o
configure:4736: $? =3D 0
configure:4749: result: yes
configure:4755: checking whether g++ accepts -g
configure:4776: g++ -c -g conftest.cc >&5
configure:4782: $? =3D 0
configure:4786: test -z=20
|| test ! -s conftest.err
configure:4789: $? =3D 0
configure:4792: test -s conftest.o
configure:4795: $? =3D 0
configure:4806: result: yes
configure:4848: g++ -c -g -O2 conftest.cc >&5
configure:4854: $? =3D 0
configure:4858: test -z=20
|| test ! -s conftest.err
configure:4861: $? =3D 0
configure:4864: test -s conftest.o
configure:4867: $? =3D 0
configure:4893: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:26: error: `exit' undeclared (first use this function)
conftest.cc:26: error: (Each undeclared identifier is reported only once
for=20
each function it appears in.)
configure:4899: $? =3D 1
configure: failed program was:
| /* confdefs.h. */
|=20
| #define PACKAGE_NAME "perfparse"
| #define PACKAGE_TARNAME "perfparse"
| #define PACKAGE_VERSION "0.99.08"
| #define PACKAGE_STRING "perfparse 0.99.08"
| #define PACKAGE_BUGREPORT "per...@cl..."
| #define PACKAGE "perfparse"
| #define VERSION "0.99.08"
| #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. */
|=20
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:4848: g++ -c -g -O2 conftest.cc >&5
configure:4854: $? =3D 0
configure:4858: test -z=20
|| test ! -s conftest.err
configure:4861: $? =3D 0
configure:4864: test -s conftest.o
configure:4867: $? =3D 0
configure:4893: g++ -c -g -O2 conftest.cc >&5
configure:4899: $? =3D 0
configure:4903: test -z=20
|| test ! -s conftest.err
configure:4906: $? =3D 0
configure:4909: test -s conftest.o
configure:4912: $? =3D 0
configure:4937: checking dependency style of g++
configure:5027: result: gcc3
configure:5049: checking how to run the C++ preprocessor
configure:5080: g++ -E conftest.cc
configure:5086: $? =3D 0
configure:5118: g++ -E conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5124: $? =3D 1
configure: failed program was:
| /* confdefs.h. */
|=20
| #define PACKAGE_NAME "perfparse"
| #define PACKAGE_TARNAME "perfparse"
| #define PACKAGE_VERSION "0.99.08"
| #define PACKAGE_STRING "perfparse 0.99.08"
| #define PACKAGE_BUGREPORT "per...@cl..."
| #define PACKAGE "perfparse"
| #define VERSION "0.99.08"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5163: result: g++ -E
configure:5187: g++ -E conftest.cc
configure:5193: $? =3D 0
configure:5225: g++ -E conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5231: $? =3D 1
configure: failed program was:
| /* confdefs.h. */
|=20
| #define PACKAGE_NAME "perfparse"
| #define PACKAGE_TARNAME "perfparse"
| #define PACKAGE_VERSION "0.99.08"
| #define PACKAGE_STRING "perfparse 0.99.08"
| #define PACKAGE_BUGREPORT "per...@cl..."
| #define PACKAGE "perfparse"
| #define VERSION "0.99.08"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5326: checking for g77
configure:5342: found /usr/bin/g77
configure:5352: result: g77
configure:5370: checking for Fortran 77 compiler version
configure:5370: g77 --version </dev/null >&5
GNU Fortran (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
Copyright (C) 2002 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:5373: $? =3D 0
configure:5375: g77 -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man
--infodir=3D/usr/share/info --enable-shared --enable-threads=3Dposix
--disable-checking --disable-libunwind-exceptions --with-system-zlib
--enable-__cxa_atexit --host=3Di386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
configure:5378: $? =3D 0
configure:5380: g77 -V </dev/null >&5
g77: `-V' option must have argument
configure:5383: $? =3D 1
configure:5391: checking whether we are using the GNU Fortran 77
compiler
configure:5405: g77 -c conftest.F >&5
configure:5411: $? =3D 0
configure:5415: test -z=20
|| test ! -s conftest.err
configure:5418: $? =3D 0
configure:5421: test -s conftest.o
configure:5424: $? =3D 0
configure:5437: result: yes
configure:5443: checking whether g77 accepts -g
configure:5455: g77 -c -g conftest.f >&5
configure:5461: $? =3D 0
configure:5465: test -z=20
|| test ! -s conftest.err
configure:5468: $? =3D 0
configure:5471: test -s conftest.o
configure:5474: $? =3D 0
configure:5486: result: yes
configure:5516: checking the maximum length of command line arguments
configure:5581: result: 32768
configure:5592: checking command to parse /usr/bin/nm -B output from gcc
object
configure:5681: gcc -c -g -O2 conftest.c >&5
configure:5684: $? =3D 0
configure:5688: /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:5691: $? =3D 0
configure:5743: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5746: $? =3D 0
configure:5784: result: ok
configure:5788: checking for objdir
configure:5803: result: .libs
configure:5893: checking for ar
configure:5909: found /usr/bin/ar
configure:5920: result: ar
configure:5973: checking for ranlib
configure:5989: found /usr/bin/ranlib
configure:6000: result: ranlib
configure:6053: checking for strip
configure:6069: found /usr/bin/strip
configure:6080: result: strip
configure:6342: checking if gcc static flag works
configure:6365: result: yes
configure:6383: checking if gcc supports -fno-rtti -fno-exceptions
configure:6404: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:6408: $? =3D 0
configure:6416: result: no
configure:6431: checking for gcc option to produce PIC
configure:6608: result: -fPIC
configure:6616: checking if gcc PIC flag -fPIC works
configure:6637: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:6641: $? =3D 0
configure:6649: result: yes
configure:6673: checking if gcc supports -c -o file.o
configure:6697: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:6701: $? =3D 0
configure:6718: result: yes
configure:6744: checking whether the gcc linker (/usr/bin/ld) supports
shared libraries
configure:7592: result: yes
configure:7618: checking whether -lc should be explicitly linked in
configure:7623: gcc -c -g -O2 conftest.c >&5
configure:7626: $? =3D 0
configure:7640: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o
conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:7643: $? =3D 0
configure:7655: result: no
configure:7663: checking dynamic linker characteristics
configure:8203: result: GNU/Linux ld.so
configure:8207: checking how to hardcode library paths into programs
configure:8232: result: immediate
configure:8246: checking whether stripping libraries is possible
configure:8251: result: yes
configure:9081: checking if libtool supports shared libraries
configure:9083: result: yes
configure:9086: checking whether to build shared libraries
configure:9144: result: yes
configure:9147: checking whether to build static libraries
configure:9151: result: yes
configure:9243: creating libtool
configure:9790: checking for ld used by g++
configure:9857: result: /usr/bin/ld
configure:9866: checking if the linker (/usr/bin/ld) is GNU ld
configure:9881: result: yes
configure:9932: checking whether the g++ linker (/usr/bin/ld) supports
shared libraries
configure:10760: result: yes
configure:10778: g++ -c -g -O2 conftest.cc >&5
configure:10781: $? =3D 0
configure:10877: checking for g++ option to produce PIC
configure:11129: result: -fPIC
configure:11137: checking if g++ PIC flag -fPIC works
configure:11158: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5
configure:11162: $? =3D 0
configure:11170: result: yes
configure:11194: checking if g++ supports -c -o file.o
configure:11218: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:11222: $? =3D 0
configure:11239: result: yes
configure:11265: checking whether the g++ linker (/usr/bin/ld) supports
shared libraries
configure:11290: result: yes
configure:11361: checking dynamic linker characteristics
configure:11901: result: GNU/Linux ld.so
configure:11905: checking how to hardcode library paths into programs
configure:11930: result: immediate
configure:11944: checking whether stripping libraries is possible
configure:11949: result: yes
configure:13256: checking if libtool supports shared libraries
configure:13258: result: yes
configure:13261: checking whether to build shared libraries
configure:13279: result: yes
configure:13282: checking whether to build static libraries
configure:13286: result: yes
configure:13298: checking for g77 option to produce PIC
configure:13475: result: -fPIC
configure:13483: checking if g77 PIC flag -fPIC works
configure:13504: g77 -c -g -O2 -fPIC conftest.f >&5
configure:13508: $? =3D 0
configure:13516: result: yes
configure:13540: checking if g77 supports -c -o file.o
configure:13564: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:13568: $? =3D 0
configure:13585: result: yes
configure:13611: checking whether the g77 linker (/usr/bin/ld) supports
shared libraries
configure:14439: result: yes
configure:14510: checking dynamic linker characteristics
configure:15050: result: GNU/Linux ld.so
configure:15054: checking how to hardcode library paths into programs
configure:15079: result: immediate
configure:15093: checking whether stripping libraries is possible
configure:15098: result: yes
configure:19289: checking for pkg-config
configure:19307: found /usr/bin/pkg-config
configure:19320: result: /usr/bin/pkg-config
configure:19343: checking for GLIB - version >=3D 2.0.0
configure:19462: gcc -o conftest -g -O2 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include conftest.c -lglib-2.0 >&5
configure:19465: $? =3D 0
configure:19467: ./conftest
configure:19470: $? =3D 0
configure:19488: result: yes (version 2.4.0)
configure:19638: checking for mysql_config
configure:19657: found /usr/bin/mysql_config
configure:19670: result: /usr/bin/mysql_config
configure:19734: checking for ANSI C header files
configure:19887: result: yes
configure:19905: checking for stdlib.h
configure:19910: result: yes
configure:19905: checking for string.h
configure:19910: result: yes
configure:19905: checking for unistd.h
configure:19910: result: yes
configure:19914: checking sys/utsname.h usability
configure:19926: gcc -c -g -O2 conftest.c >&5
configure:19932: $? =3D 0
configure:19936: test -z=20
|| test ! -s conftest.err
configure:19939: $? =3D 0
configure:19942: test -s conftest.o
configure:19945: $? =3D 0
configure:19955: result: yes
configure:19959: checking sys/utsname.h presence
configure:19969: gcc -E conftest.c
configure:19975: $? =3D 0
configure:19995: result: yes
configure:20030: checking for sys/utsname.h
configure:20037: result: yes
configure:20052: checking for an ANSI C-conforming const
configure:20119: gcc -c -g -O2 conftest.c >&5
configure:20125: $? =3D 0
configure:20129: test -z=20
|| test ! -s conftest.err
configure:20132: $? =3D 0
configure:20135: test -s conftest.o
configure:20138: $? =3D 0
configure:20149: result: yes
configure:20159: checking for pid_t
configure:20183: gcc -c -g -O2 conftest.c >&5
configure:20189: $? =3D 0
configure:20193: test -z=20
|| test ! -s conftest.err
configure:20196: $? =3D 0
configure:20199: test -s conftest.o
configure:20202: $? =3D 0
configure:20213: result: yes
configure:20225: checking whether struct tm is in sys/time.h or time.h
configure:20248: gcc -c -g -O2 conftest.c >&5
configure:20254: $? =3D 0
configure:20258: test -z=20
|| test ! -s conftest.err
configure:20261: $? =3D 0
configure:20264: test -s conftest.o
configure:20267: $? =3D 0
configure:20278: result: time.h
configure:20295: checking for stdlib.h
configure:20300: result: yes
configure:20440: checking for GNU libc compatible malloc
configure:20469: gcc -o conftest -g -O2 conftest.c >&5
configure:20472: $? =3D 0
configure:20474: ./conftest
configure:20477: $? =3D 0
configure:20491: result: yes
configure:20521: checking whether time.h and sys/time.h may both be
included
configure:20546: gcc -c -g -O2 conftest.c >&5
configure:20552: $? =3D 0
configure:20556: test -z=20
|| test ! -s conftest.err
configure:20559: $? =3D 0
configure:20562: test -s conftest.o
configure:20565: $? =3D 0
configure:20576: result: yes
configure:20593: checking for stdlib.h
configure:20598: result: yes
configure:20602: checking sys/time.h usability
configure:20614: gcc -c -g -O2 conftest.c >&5
configure:20620: $? =3D 0
configure:20624: test -z=20
|| test ! -s conftest.err
configure:20627: $? =3D 0
configure:20630: test -s conftest.o
configure:20633: $? =3D 0
configure:20643: result: yes
configure:20647: checking sys/time.h presence
configure:20657: gcc -E conftest.c
configure:20663: $? =3D 0
configure:20683: result: yes
configure:20718: checking for sys/time.h
configure:20725: result: yes
configure:20593: checking for unistd.h
configure:20598: result: yes
configure:20742: checking for alarm
configure:20799: gcc -o conftest -g -O2 conftest.c >&5
configure:20805: $? =3D 0
configure:20809: test -z=20
|| test ! -s conftest.err
configure:20812: $? =3D 0
configure:20815: test -s conftest
configure:20818: $? =3D 0
configure:20830: result: yes
configure:20840: checking for working mktime
configure:21016: gcc -o conftest -g -O2 conftest.c >&5
configure:21019: $? =3D 0
configure:21021: ./conftest
configure:21024: $? =3D 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|=20
| #define PACKAGE_NAME "perfparse"
| #define PACKAGE_TARNAME "perfparse"
| #define PACKAGE_VERSION "0.99.08"
| #define PACKAGE_STRING "perfparse 0.99.08"
| #define PACKAGE_BUGREPORT "per...@cl..."
| #define PACKAGE "perfparse"
| #define VERSION "0.99.08"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define USE_DB_MYSQL 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| /* end confdefs.h. */
| /* Test program from Paul Eggert and Tony Leneis. */
| #if TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # if HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|=20
| #if HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
|=20
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|=20
| #if !HAVE_ALARM
| # define alarm(X) /* empty */
| #endif
|=20
| /* Work around redefinition to rpl_putenv by other config tests. */
| #undef putenv
|=20
| static time_t time_t_max;
| static time_t time_t_min;
|=20
| /* Values we'll use to set the TZ environment variable. */
| static char *tz_strings[] =3D {
| (char *) 0, "TZ=3DGMT0", "TZ=3DJST-9",
| "TZ=3DEST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
| };
| #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
|=20
| /* Fail if mktime fails to convert a date in the spring-forward gap.
| Based on a problem report from Andreas Jaeger. */
| static void
| spring_forward_gap ()
| {
| /* glibc (up to about 1998-10-07) failed this test. */
| struct tm tm;
|=20
| /* Use the portable POSIX.1 specification
"TZ=3DPST8PDT,M4.1.0,M10.5.0"
| instead of "TZ=3DAmerica/Vancouver" in order to detect the bug =
even
| on systems that don't support the Olson extension, or don't have
the
| full zoneinfo tables installed. */
| putenv ("TZ=3DPST8PDT,M4.1.0,M10.5.0");
|=20
| tm.tm_year =3D 98;
| tm.tm_mon =3D 3;
| tm.tm_mday =3D 5;
| tm.tm_hour =3D 2;
| tm.tm_min =3D 0;
| tm.tm_sec =3D 0;
| tm.tm_isdst =3D -1;
| if (mktime (&tm) =3D=3D (time_t)-1)
| exit (1);
| }
|=20
| static void
| mktime_test1 (now)
| time_t now;
| {
| struct tm *lt;
| if ((lt =3D localtime (&now)) && mktime (lt) !=3D now)
| exit (1);
| }
|=20
| static void
| mktime_test (now)
| time_t now;
| {
| mktime_test1 (now);
| mktime_test1 ((time_t) (time_t_max - now));
| mktime_test1 ((time_t) (time_t_min + now));
| }
|=20
| static void
| irix_6_4_bug ()
| {
| /* Based on code from Ariel Faigon. */
| struct tm tm;
| tm.tm_year =3D 96;
| tm.tm_mon =3D 3;
| tm.tm_mday =3D 0;
| tm.tm_hour =3D 0;
| tm.tm_min =3D 0;
| tm.tm_sec =3D 0;
| tm.tm_isdst =3D -1;
| mktime (&tm);
| if (tm.tm_mon !=3D 2 || tm.tm_mday !=3D 31)
| exit (1);
| }
|=20
| static void
| bigtime_test (j)
| int j;
| {
| struct tm tm;
| time_t now;
| tm.tm_year =3D tm.tm_mon =3D tm.tm_mday =3D tm.tm_hour =3D tm.tm_min =
=3D
tm.tm_sec =3D j;
| now =3D mktime (&tm);
| if (now !=3D (time_t) -1)
| {
| struct tm *lt =3D localtime (&now);
| if (! (lt
| && lt->tm_year =3D=3D tm.tm_year
| && lt->tm_mon =3D=3D tm.tm_mon
| && lt->tm_mday =3D=3D tm.tm_mday
| && lt->tm_hour =3D=3D tm.tm_hour
| && lt->tm_min =3D=3D tm.tm_min
| && lt->tm_sec =3D=3D tm.tm_sec
| && lt->tm_yday =3D=3D tm.tm_yday
| && lt->tm_wday =3D=3D tm.tm_wday
| && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
| =3D=3D (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
| exit (1);
| }
| }
|=20
| int
| main ()
| {
| time_t t, delta;
| int i, j;
|=20
| /* This test makes some buggy mktime implementations loop.
| Give up after 60 seconds; a mktime slower than that
| isn't worth using anyway. */
| alarm (60);
|=20
| for (time_t_max =3D 1; 0 < time_t_max; time_t_max *=3D 2)
| continue;
| time_t_max--;
| if ((time_t) -1 < 0)
| for (time_t_min =3D -1; (time_t) (time_t_min * 2) < 0; time_t_min =
*=3D
2)
| continue;
| delta =3D time_t_max / 997; /* a suitable prime number */
| for (i =3D 0; i < N_STRINGS; i++)
| {
| if (tz_strings[i])
| putenv (tz_strings[i]);
|=20
| for (t =3D 0; t <=3D time_t_max - delta; t +=3D delta)
| mktime_test (t);
| mktime_test ((time_t) 1);
| mktime_test ((time_t) (60 * 60));
| mktime_test ((time_t) (60 * 60 * 24));
|=20
| for (j =3D 1; 0 < j; j *=3D 2)
| bigtime_test (j);
| bigtime_test (j - 1);
| }
| irix_6_4_bug ();
| spring_forward_gap ();
| exit (0);
| }
configure:21038: result: no
configure:21059: checking for atexit
configure:21116: gcc -o conftest -g -O2 conftest.c >&5
configure:21122: $? =3D 0
configure:21126: test -z=20
|| test ! -s conftest.err
configure:21129: $? =3D 0
configure:21132: test -s conftest
configure:21135: $? =3D 0
configure:21147: result: yes
configure:21059: checking for modf
configure:21116: gcc -o conftest -g -O2 conftest.c >&5
configure:21122: $? =3D 0
configure:21126: test -z=20
|| test ! -s conftest.err
configure:21129: $? =3D 0
configure:21132: test -s conftest
configure:21135: $? =3D 0
configure:21147: result: yes
configure:21059: checking for pow
configure:21116: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccKneePj.o(.text+0x11): In function `main':
/root/perfparse-0.99.08/conftest.c:80: undefined reference to `pow'
/tmp/ccKneePj.o(.data+0x0):/root/perfparse-0.99.08/conftest.c:79:
undefined reference to `pow'
collect2: ld returned 1 exit status
configure:21122: $? =3D 1
configure: failed program was:
| /* confdefs.h. */
|=20
| #define PACKAGE_NAME "perfparse"
| #define PACKAGE_TARNAME "perfparse"
| #define PACKAGE_VERSION "0.99.08"
| #define PACKAGE_STRING "perfparse 0.99.08"
| #define PACKAGE_BUGREPORT "per...@cl..."
| #define PACKAGE "perfparse"
| #define VERSION "0.99.08"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define USE_DB_MYSQL 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_ATEXIT 1
| #define HAVE_MODF 1
| /* end confdefs.h. */
| /* Define pow to an innocuous variant, in case <limits.h> declares
pow.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pow innocuous_pow
|=20
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pow (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|=20
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|=20
| #undef pow
|=20
| /* 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 pow ();
| /* 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_pow) || defined (__stub___pow)
| choke me
| #else
| char (*f) () =3D pow;
| #endif
| #ifdef __cplusplus
| }
| #endif
|=20
| int
| main ()
| {
| return f !=3D pow;
| ;
| return 0;
| }
configure:21147: result: no
configure:21059: checking for strstr
configure:21116: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:64: warning: conflicting types for built-in function `strstr'
configure:21122: $? =3D 0
configure:21126: test -z=20
|| test ! -s conftest.err
configure:21129: $? =3D 0
configure:21132: test -s conftest
configure:21135: $? =3D 0
configure:21147: result: yes
configure:21059: checking for vasprintf
configure:21116: gcc -o conftest -g -O2 conftest.c >&5
configure:21122: $? =3D 0
configure:21126: test -z=20
|| test ! -s conftest.err
configure:21129: $? =3D 0
configure:21132: test -s conftest
configure:21135: $? =3D 0
configure:21147: result: yes
configure:21369: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by perfparse config.status 0.99.08, which was
generated by GNU Autoconf 2.58. Invocation command line was
CONFIG_FILES =3D=20
CONFIG_HEADERS =3D=20
CONFIG_LINKS =3D=20
CONFIG_COMMANDS =3D=20
$ ./config.status=20
on rdfuxlinux1
config.status:738: creating Makefile
config.status:738: creating libperfparse/Makefile
config.status:738: creating perfparse/Makefile
config.status:738: creating db_tools/Makefile
config.status:738: creating cgi/Makefile
config.status:738: creating images/Makefile
config.status:738: creating config/Makefile
config.status:738: creating contrib/Makefile
config.status:842: creating config.h
config.status:999: config.h is unchanged
config.status:1176: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=3Di686-pc-linux-gnu
ac_cv_build_alias=3Di686-pc-linux-gnu
ac_cv_c_compiler_gnu=3Dyes
ac_cv_c_const=3Dyes
ac_cv_cxx_compiler_gnu=3Dyes
ac_cv_env_CC_set=3D
ac_cv_env_CC_value=3D
ac_cv_env_CFLAGS_set=3D
ac_cv_env_CFLAGS_value=3D
ac_cv_env_CPPFLAGS_set=3D
ac_cv_env_CPPFLAGS_value=3D
ac_cv_env_CPP_set=3D
ac_cv_env_CPP_value=3D
ac_cv_env_CXXCPP_set=3D
ac_cv_env_CXXCPP_value=3D
ac_cv_env_CXXFLAGS_set=3D
ac_cv_env_CXXFLAGS_value=3D
ac_cv_env_CXX_set=3D
ac_cv_env_CXX_value=3D
ac_cv_env_F77_set=3D
ac_cv_env_F77_value=3D
ac_cv_env_FFLAGS_set=3D
ac_cv_env_FFLAGS_value=3D
ac_cv_env_LDFLAGS_set=3D
ac_cv_env_LDFLAGS_value=3D
ac_cv_env_build_alias_set=3D
ac_cv_env_build_alias_value=3D
ac_cv_env_host_alias_set=3D
ac_cv_env_host_alias_value=3D
ac_cv_env_target_alias_set=3D
ac_cv_env_target_alias_value=3D
ac_cv_exeext=3D
ac_cv_f77_compiler_gnu=3Dyes
ac_cv_func_alarm=3Dyes
ac_cv_func_atexit=3Dyes
ac_cv_func_malloc_0_nonnull=3Dyes
ac_cv_func_modf=3Dyes
ac_cv_func_pow=3Dno
ac_cv_func_strstr=3Dyes
ac_cv_func_vasprintf=3Dyes
ac_cv_func_working_mktime=3Dno
ac_cv_header_dlfcn_h=3Dyes
ac_cv_header_inttypes_h=3Dyes
ac_cv_header_memory_h=3Dyes
ac_cv_header_stdc=3Dyes
ac_cv_header_stdint_h=3Dyes
ac_cv_header_stdlib_h=3Dyes
ac_cv_header_string_h=3Dyes
ac_cv_header_strings_h=3Dyes
ac_cv_header_sys_stat_h=3Dyes
ac_cv_header_sys_time_h=3Dyes
ac_cv_header_sys_types_h=3Dyes
ac_cv_header_sys_utsname_h=3Dyes
ac_cv_header_time=3Dyes
ac_cv_header_unistd_h=3Dyes
ac_cv_host=3Di686-pc-linux-gnu
ac_cv_host_alias=3Di686-pc-linux-gnu
ac_cv_objext=3Do
ac_cv_path_MYSQL_CONFIG=3D/usr/bin/mysql_config
ac_cv_path_PKG_CONFIG=3D/usr/bin/pkg-config
ac_cv_path_install=3D'/usr/bin/install -c'
ac_cv_prog_AWK=3Dgawk
ac_cv_prog_CPP=3D'gcc -E'
ac_cv_prog_CXXCPP=3D'g++ -E'
ac_cv_prog_ac_ct_AR=3Dar
ac_cv_prog_ac_ct_CC=3Dgcc
ac_cv_prog_ac_ct_CXX=3Dg++
ac_cv_prog_ac_ct_F77=3Dg77
ac_cv_prog_ac_ct_RANLIB=3Dranlib
ac_cv_prog_ac_ct_STRIP=3Dstrip
ac_cv_prog_cc_g=3Dyes
ac_cv_prog_cc_stdc=3D
ac_cv_prog_cxx_g=3Dyes
ac_cv_prog_egrep=3D'grep -E'
ac_cv_prog_f77_g=3Dyes
ac_cv_prog_make_make_set=3Dyes
ac_cv_struct_tm=3Dtime.h
ac_cv_target=3Di686-pc-linux-gnu
ac_cv_target_alias=3Di686-pc-linux-gnu
ac_cv_type_pid_t=3Dyes
am_cv_CC_dependencies_compiler_type=3Dgcc3
am_cv_CXX_dependencies_compiler_type=3Dgcc3
lt_cv_deplibs_check_method=3Dpass_all
lt_cv_file_magic_cmd=3D'$MAGIC_CMD'
lt_cv_file_magic_test_file=3D'/lib/libc.so.6 /lib/libc-2.3.3.so'
lt_cv_ld_reload_flag=3D-r
lt_cv_objdir=3D.libs
lt_cv_path_LD=3D/usr/bin/ld
lt_cv_path_LDCXX=3D/usr/bin/ld
lt_cv_path_NM=3D'/usr/bin/nm -B'
lt_cv_path_SED=3D/bin/sed
lt_cv_prog_compiler_c_o=3Dyes
lt_cv_prog_compiler_c_o_CXX=3Dyes
lt_cv_prog_compiler_c_o_F77=3Dyes
lt_cv_prog_compiler_rtti_exceptions=3Dno
lt_cv_prog_gnu_ld=3Dyes
lt_cv_prog_gnu_ldcxx=3Dyes
lt_cv_sys_global_symbol_pipe=3D'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=3D'sed -n -e '\''s/^: \([^ =
]*\)
$/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^
]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl=3D'sed -n -e '\''s/^. .* \(.*\)$/extern
int \1;/p'\'''
lt_cv_sys_max_cmd_len=3D32768
lt_lt_cv_prog_compiler_c_o=3D'"yes"'
lt_lt_cv_prog_compiler_c_o_CXX=3D'"yes"'
lt_lt_cv_prog_compiler_c_o_F77=3D'"yes"'
lt_lt_cv_sys_global_symbol_pipe=3D'"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=3D'"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=3D'"sed -n -e '\''s/^. .*
\\(.*\\)\$/extern int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL=3D'${SHELL} /root/perfparse-0.99.08/missing --run aclocal-1.8'
AMDEPBACKSLASH=3D'\'
AMDEP_FALSE=3D'#'
AMDEP_TRUE=3D''
AMTAR=3D'${SHELL} /root/perfparse-0.99.08/missing --run tar'
AR=3D'ar'
AUTOCONF=3D'${SHELL} /root/perfparse-0.99.08/missing --run autoconf'
AUTOHEADER=3D'${SHELL} /root/perfparse-0.99.08/missing --run autoheader'
AUTOMAKE=3D'${SHELL} /root/perfparse-0.99.08/missing --run automake-1.8'
AWK=3D'gawk'
CC=3D'gcc'
CCDEPMODE=3D'depmode=3Dgcc3'
CFLAGS=3D'-g -O2 -Wall'
CPP=3D'gcc -E'
CPPFLAGS=3D''
CXX=3D'g++'
CXXCPP=3D'g++ -E'
CXXDEPMODE=3D'depmode=3Dgcc3'
CXXFLAGS=3D'-g -O2'
CYGPATH_W=3D'echo'
DEFS=3D'-DHAVE_CONFIG_H'
DEPDIR=3D'.deps'
ECHO=3D'echo'
ECHO_C=3D''
ECHO_N=3D'-n'
ECHO_T=3D''
EGREP=3D'grep -E'
EXEEXT=3D''
F77=3D'g77'
FFLAGS=3D'-g -O2'
GD_CFLAGS=3D'-I${GD_DIR}/include'
GD_LIBS=3D'-L${GD_DIR}/lib -lgd'
GLIB_CFLAGS=3D'-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
GLIB_CONFIG=3D''
GLIB_GENMARSHAL=3D'glib-genmarshal'
GLIB_LIBS=3D'-lglib-2.0 '
GLIB_MKENUMS=3D'glib-mkenums'
GOBJECT_QUERY=3D'gobject-query'
HTTP_IMAGE_PATH=3D'/nagios/images'
ICONV_CFLAGS=3D''
ICONV_LIBS=3D''
INSTALL_DATA=3D'${INSTALL} -m 644'
INSTALL_PROGRAM=3D'${INSTALL}'
INSTALL_SCRIPT=3D'${INSTALL}'
INSTALL_STRIP_PROGRAM=3D'${SHELL} $(install_sh) -c -s'
INST_CGI_PATH=3D'${exec_prefix}/sbin'
INST_IMAGE_PATH=3D'${datadir}/perfparse/images'
LDFLAGS=3D''
LIBOBJS=3D' mktime$U.o'
LIBS=3D''
LIBTOOL=3D'$(SHELL) $(top_builddir)/libtool'
LN_S=3D'ln -s'
LTLIBOBJS=3D' mktime$U.lo'
MAKEINFO=3D'${SHELL} /root/perfparse-0.99.08/missing --run makeinfo'
MYSQL_CFLAGS=3D'-I/usr/include/mysql -mcpu=3Di486 -fno-strength-reduce'
MYSQL_CONFIG=3D'/usr/bin/mysql_config'
MYSQL_LIBS=3D'-L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lc
-lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns -lresolv'
OBJEXT=3D'o'
PACKAGE=3D'perfparse'
PACKAGE_BUGREPORT=3D'per...@cl...'
PACKAGE_NAME=3D'perfparse'
PACKAGE_STRING=3D'perfparse 0.99.08'
PACKAGE_TARNAME=3D'perfparse'
PACKAGE_VERSION=3D'0.99.08'
PATH_SEPARATOR=3D':'
PKG_CONFIG=3D'/usr/bin/pkg-config'
RANLIB=3D'ranlib'
SET_MAKE=3D''
SHELL=3D'/bin/sh'
STRIP=3D'strip'
VERSION=3D'0.99.08'
ac_ct_AR=3D'ar'
ac_ct_CC=3D'gcc'
ac_ct_CXX=3D'g++'
ac_ct_F77=3D'g77'
ac_ct_RANLIB=3D'ranlib'
ac_ct_STRIP=3D'strip'
am__fastdepCC_FALSE=3D'#'
am__fastdepCC_TRUE=3D''
am__fastdepCXX_FALSE=3D'#'
am__fastdepCXX_TRUE=3D''
am__include=3D'include'
am__leading_dot=3D'.'
am__quote=3D''
bindir=3D'${exec_prefix}/bin'
build=3D'i686-pc-linux-gnu'
build_alias=3D''
build_cpu=3D'i686'
build_os=3D'linux-gnu'
build_vendor=3D'pc'
cgidir=3D'${exec_prefix}/sbin'
datadir=3D'${prefix}/share'
exec_prefix=3D'${prefix}'
host=3D'i686-pc-linux-gnu'
host_alias=3D''
host_cpu=3D'i686'
host_os=3D'linux-gnu'
host_vendor=3D'pc'
includedir=3D'${prefix}/include'
infodir=3D'${prefix}/info'
install_sh=3D'/root/perfparse-0.99.08/install-sh'
libdir=3D'${exec_prefix}/lib'
libexecdir=3D'${exec_prefix}/libexec'
localstatedir=3D'${prefix}/var'
mandir=3D'${prefix}/man'
mkdir_p=3D'mkdir -p -- .'
oldincludedir=3D'/usr/include'
prefix=3D'/usr/local'
program_transform_name=3D's,x,x,'
sbindir=3D'${exec_prefix}/sbin'
sharedstatedir=3D'${prefix}/com'
sysconfdir=3D'${prefix}/etc'
target=3D'i686-pc-linux-gnu'
target_alias=3D''
target_cpu=3D'i686'
target_os=3D'linux-gnu'
target_vendor=3D'pc'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_ALARM 1
#define HAVE_ATEXIT 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MALLOC 1
#define HAVE_MEMORY_H 1
#define HAVE_MODF 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_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_STRSTR 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VASPRINTF 1
#define HTTP_IMAGE_PATH "/nagios/images"
#define OS_LINUX "1"
#define PACKAGE "perfparse"
#define PACKAGE_BUGREPORT "per...@cl..."
#define PACKAGE_NAME "perfparse"
#define PACKAGE_STRING "perfparse 0.99.08"
#define PACKAGE_TARNAME "perfparse"
#define PACKAGE_VERSION "0.99.08"
#define RATE_DISPLAY "1"
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define USE_DB_MYSQL 1
#define VERSION "0.99.08"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 0
|