From: Barry W. <ba...@if...> - 2004-08-16 09:07:43
|
Hi people I wonder if anyone has had any thoughts regarding the compile error I am seeing while trying to compile the check_nt plugin with the perf data hack. Heres my errors Thanks #Making all in lib make[1]: Entering directory `/usr/local/src/nagios-plugins/nagios-plugins-1.3.1/lib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/local/src/nagios-plugins/nagios-plugins-1.3.1/lib' Making all in plugins make[1]: Entering directory `/usr/local/src/nagios-plugins/nagios-plugins-1.3.1/plugins' make all-am make[2]: Entering directory `/usr/local/src/nagios-plugins/nagios-plugins-1.3.1/plugins' source='check_nt.c' object='check_nt.o' libtool=no \ depfile='.deps/check_nt.Po' tmpdepfile='.deps/check_nt.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I. -I. -I. -I.. -I../lib -I/usr/inc lude/ldap -I/usr/include -g -O2 -c `test -f 'check_nt.c' || echo './'`check_nt.c check_nt.c: In function `main': check_nt.c:105: error: `LC_ALL' undeclared (first use in this function) check_nt.c:105: error: (Each undeclared identifier is reported only once check_nt.c:105: error: for each function it appears in.) check_nt.c:106: error: `LOCALEDIR' undeclared (first use in this function) check_nt.c:110: warning: passing arg 1 of `usage' makes pointer from integer without a cast check_nt.c:136: warning: passing arg 1 of `strlen' makes pointer from integer without a cast check_nt.c:136: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast check_nt.c:136: warning: passing arg 1 of `__strdup' makes pointer from integer without a cast check_nt.c:138: warning: passing arg 1 of `strlen' makes pointer from integer without a cast check_nt.c:138: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast check_nt.c:138: warning: passing arg 1 of `__strdup' makes pointer from integer without a cast check_nt.c:142: warning: passing arg 1 of `strlen' makes pointer from integer without a cast check_nt.c:142: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast check_nt.c:142: warning: passing arg 1 of `__strdup' makes pointer from integer without a cast check_nt.c:143: warning: passing arg 1 of `strlen' makes pointer from integer without a cast check_nt.c:143: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast check_nt.c:143: warning: passing arg 1 of `__strdup' makes pointer from integer without a cast check_nt.c:177: warning: passing arg 1 of `strlen' makes pointer from integer without a cast check_nt.c:177: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast check_nt.c:177: warning: passing arg 1 of `__strdup' makes pointer from integer without a cast check_nt.c:196: warning: passing arg 1 of `strlen' makes pointer from integer without a cast check_nt.c:196: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast check_nt.c:196: warning: passing arg 1 of `__strdup' makes pointer from integer without a cast check_nt.c:198: warning: passing arg 1 of `strlen' makes pointer from integer without a cast check_nt.c:198: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast check_nt.c:198: warning: passing arg 1 of `__strdup' makes pointer from integer without a cast check_nt.c:227: warning: passing arg 1 of `strlen' makes pointer from integer without a cast check_nt.c:227: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast check_nt.c:227: warning: passing arg 1 of `__strdup' makes pointer from integer without a cast check_nt.c:237: warning: passing arg 1 of `strlen' makes pointer from integer without a cast check_nt.c:237: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast check_nt.c:237: warning: passing arg 1 of `__strdup' makes pointer from integer without a cast check_nt.c:276: warning: passing arg 1 of `strlen' makes pointer from integer without a cast check_nt.c:276: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast check_nt.c:276: warning: passing arg 1 of `__strdup' makes pointer from integer without a cast check_nt.c:312: warning: passing arg 1 of `strlen' makes pointer from integer without a cast check_nt.c:312: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast check_nt.c:312: warning: passing arg 1 of `__strdup' makes pointer from integer without a cast check_nt.c:342: warning: passing arg 1 of `usage' makes pointer from integer without a cast check_nt.c: In function `process_arguments': check_nt.c:482: warning: passing arg 1 of `strlen' makes pointer from integer without a cast check_nt.c:482: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast check_nt.c:482: warning: passing arg 1 of `__strdup' makes pointer from integer without a cast check_nt.c: In function `fetch_data': check_nt.c:495: warning: passing arg 1 of `process_tcp_request' discards qualifiers from pointer target type check_nt.c:495: warning: passing arg 3 of `process_tcp_request' discards qualifiers from pointer target type check_nt.c: In function `print_help': check_nt.c:541: warning: passing arg 1 of `printf' makes pointer from integer without a cast check_nt.c:565: warning: passing arg 1 of `printf' makes pointer from integer without a cast check_nt.c:566: warning: passing arg 1 of `printf' makes pointer from integer without a cast check_nt.c:569: warning: passing arg 1 of `printf' makes pointer from integer without a cast check_nt.c:572: warning: passing arg 1 of `printf' makes pointer from integer without a cast check_nt.c:579: warning: passing arg 1 of `printf' makes pointer from integer without a cast check_nt.c:582: warning: passing arg 1 of `printf' makes pointer from integer without a cast check_nt.c:586: warning: passing arg 1 of `printf' makes pointer from integer without a cast check_nt.c:589: warning: passing arg 1 of `printf' makes pointer from integer without a cast check_nt.c:595: warning: passing arg 1 of `printf' makes pointer from integer without a cast check_nt.c:598: warning: passing arg 1 of `printf' makes pointer from integer without a cast check_nt.c:607: warning: passing arg 1 of `printf' makes pointer from integer without a cast check_nt.c: In function `print_usage': check_nt.c:620: warning: passing arg 1 of `printf' makes pointer from integer without a cast check_nt.c:623: error: `UT_HLP_VRS' undeclared (first use in this function) check_nt.c:623: warning: passing arg 1 of `printf' makes pointer from integer without a cast make[2]: *** [check_nt.o] Error 1 make[2]: Leaving directory `/usr/local/src/nagios-plugins/nagios-plugins-1.3.1/plugins' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/local/src/nagios-plugins/nagios-plugins-1.3.1/plugins' make: *** [all-recursive] Error 1 ----- Original Message ----- From: "Cook, Garry" <GW...@ma...> To: "Nate A. Smith" <nat...@di...>; <per...@li...> Sent: Tuesday, August 10, 2004 4:07 PM Subject: RE: [Perfparse-users] Compile Error > Did you send this message to the list as well? It appears as though you > did, but I only saw it come through at my address. Either way, please be > aware that you should always reply to the list, because as I'm about to > prove, I don't have all of the answers... > > Not being the C guru that Ben and Yves appear to be, I couldn't find the > problem based on the output you've provided. Ben and Yves are both on > vacation this week, but perhaps they can spot the issue when they > return, or maybe someone else on the list can help... > > With that said, I did a bit of googling and found other folks out there > with similar errors, on many different Linux distros, when compiling > several different apps. It appears as though this may be an error > related to gcc, possibly because it's a very new version distributed > with Fedora Core2. From what I've read, it may be that the newer gcc and > older autoconf (which creates the configure file) don't play nice > together. > > Is anyone else out there running Nagios and PerfParse on FC2? Seen > errors like this? > > Garry W. Cook, CCNA > Network Infrastructure Manager > MACTEC, Inc. - http://www.mactec.com/ > 303.308.6228 (Office) - 720.220.1862 (Mobile) > > Nate A. Smith wrote: > > -----Original Message----- > > From: Nate A. Smith > > Sent: Tuesday, August 10, 2004 9:08 AM > > To: per...@li... > > Subject: RE: [Perfparse-users] Compile Error > > > > > > 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: > > > > 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 > > > > ## --------- ## > > ## Platform. ## > > ## --------- ## > > > > hostname = rdfuxlinux1 > > uname -m = i686 > > uname -r = 2.6.5-1.358 > > uname -s = Linux > > uname -v = #1 Sat May 8 09:04:50 EDT 2004 > > > > /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/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: $? = 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=/usr --mandir=/usr/share/man > > --infodir=/usr/share/info --enable-shared --enable-threads=posix > > --disable-checking --disable-libunwind-exceptions --with-system-zlib > > --enable-__cxa_atexit --host=i386-redhat-linux > > Thread model: posix > > gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7) > > configure:2359: $? = 0 > > configure:2361: gcc -V </dev/null >&5 > > gcc: `-V' option must have argument > > configure:2364: $? = 1 > > configure:2387: checking for C compiler default output file name > > configure:2390: gcc conftest.c >&5 > > configure:2393: $? = 0 > > configure:2439: result: a.out > > configure:2444: checking whether the C compiler works > > configure:2450: ./a.out > > configure:2453: $? = 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: $? = 0 > > configure:2512: result: > > configure:2518: checking for suffix of object files > > configure:2539: gcc -c conftest.c >&5 > > configure:2542: $? = 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: $? = 0 > > configure:2602: test -z > > || test ! -s conftest.err > > configure:2605: $? = 0 > > configure:2608: test -s conftest.o > > configure:2611: $? = 0 > > configure:2624: result: yes > > configure:2630: checking whether gcc accepts -g > > configure:2651: gcc -c -g conftest.c >&5 > > configure:2657: $? = 0 > > configure:2661: test -z > > || test ! -s conftest.err > > configure:2664: $? = 0 > > configure:2667: test -s conftest.o > > configure:2670: $? = 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: $? = 0 > > configure:2778: test -z > > || test ! -s conftest.err > > configure:2781: $? = 0 > > configure:2784: test -s conftest.o > > configure:2787: $? = 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: $? = 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: $? = 0 > > configure:4038: gcc -E conftest.c > > conftest.c:11:28: ac_nonexistent.h: No such file or directory > > configure:4044: $? = 1 configure: failed program was: > >> /* confdefs.h. */ > >> > >> #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: $? = 0 > > configure:4145: gcc -E conftest.c > > conftest.c:11:28: ac_nonexistent.h: No such file or directory > > configure:4151: $? = 1 configure: failed program was: > >> /* confdefs.h. */ > >> > >> #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: $? = 0 > > configure:4230: test -z > > || test ! -s conftest.err > > configure:4233: $? = 0 > > configure:4236: test -s conftest.o > > configure:4239: $? = 0 > > configure:4325: gcc -o conftest -g -O2 conftest.c >&5 > > configure:4328: $? = 0 configure:4330: ./conftest > > configure:4333: $? = 0 > > configure:4348: result: yes > > configure:4372: checking for sys/types.h > > configure:4388: gcc -c -g -O2 conftest.c >&5 > > configure:4394: $? = 0 > > configure:4398: test -z > > || test ! -s conftest.err > > configure:4401: $? = 0 > > configure:4404: test -s conftest.o > > configure:4407: $? = 0 > > configure:4418: result: yes > > configure:4372: checking for sys/stat.h > > configure:4388: gcc -c -g -O2 conftest.c >&5 > > configure:4394: $? = 0 > > configure:4398: test -z > > || test ! -s conftest.err > > configure:4401: $? = 0 > > configure:4404: test -s conftest.o > > configure:4407: $? = 0 > > configure:4418: result: yes > > configure:4372: checking for stdlib.h > > configure:4388: gcc -c -g -O2 conftest.c >&5 > > configure:4394: $? = 0 > > configure:4398: test -z > > || test ! -s conftest.err > > configure:4401: $? = 0 > > configure:4404: test -s conftest.o > > configure:4407: $? = 0 > > configure:4418: result: yes > > configure:4372: checking for string.h > > configure:4388: gcc -c -g -O2 conftest.c >&5 > > configure:4394: $? = 0 > > configure:4398: test -z > > || test ! -s conftest.err > > configure:4401: $? = 0 > > configure:4404: test -s conftest.o > > configure:4407: $? = 0 > > configure:4418: result: yes > > configure:4372: checking for memory.h > > configure:4388: gcc -c -g -O2 conftest.c >&5 > > configure:4394: $? = 0 > > configure:4398: test -z > > || test ! -s conftest.err > > configure:4401: $? = 0 > > configure:4404: test -s conftest.o > > configure:4407: $? = 0 > > configure:4418: result: yes > > configure:4372: checking for strings.h > > configure:4388: gcc -c -g -O2 conftest.c >&5 > > configure:4394: $? = 0 > > configure:4398: test -z > > || test ! -s conftest.err > > configure:4401: $? = 0 > > configure:4404: test -s conftest.o > > configure:4407: $? = 0 > > configure:4418: result: yes > > configure:4372: checking for inttypes.h > > configure:4388: gcc -c -g -O2 conftest.c >&5 > > configure:4394: $? = 0 > > configure:4398: test -z > > || test ! -s conftest.err > > configure:4401: $? = 0 > > configure:4404: test -s conftest.o > > configure:4407: $? = 0 > > configure:4418: result: yes > > configure:4372: checking for stdint.h > > configure:4388: gcc -c -g -O2 conftest.c >&5 > > configure:4394: $? = 0 > > configure:4398: test -z > > || test ! -s conftest.err > > configure:4401: $? = 0 > > configure:4404: test -s conftest.o > > configure:4407: $? = 0 > > configure:4418: result: yes > > configure:4372: checking for unistd.h > > configure:4388: gcc -c -g -O2 conftest.c >&5 > > configure:4394: $? = 0 > > configure:4398: test -z > > || test ! -s conftest.err > > configure:4401: $? = 0 > > configure:4404: test -s conftest.o > > configure:4407: $? = 0 > > configure:4418: result: yes > > configure:4444: checking dlfcn.h usability > > configure:4456: gcc -c -g -O2 conftest.c >&5 > > configure:4462: $? = 0 > > configure:4466: test -z > > || test ! -s conftest.err > > configure:4469: $? = 0 > > configure:4472: test -s conftest.o > > configure:4475: $? = 0 > > configure:4485: result: yes > > configure:4489: checking dlfcn.h presence > > configure:4499: gcc -E conftest.c > > configure:4505: $? = 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: $? = 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=/usr --mandir=/usr/share/man > > --infodir=/usr/share/info --enable-shared --enable-threads=posix > > --disable-checking --disable-libunwind-exceptions --with-system-zlib > > --enable-__cxa_atexit --host=i386-redhat-linux > > Thread model: posix > > gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7) > > configure:4685: $? = 0 > > configure:4687: g++ -V </dev/null >&5 > > g++: `-V' option must have argument > > configure:4690: $? = 1 > > configure:4693: checking whether we are using the GNU C++ compiler > > configure:4717: g++ -c conftest.cc >&5 > > configure:4723: $? = 0 > > configure:4727: test -z > > || test ! -s conftest.err > > configure:4730: $? = 0 > > configure:4733: test -s conftest.o > > configure:4736: $? = 0 > > configure:4749: result: yes > > configure:4755: checking whether g++ accepts -g > > configure:4776: g++ -c -g conftest.cc >&5 > > configure:4782: $? = 0 > > configure:4786: test -z > > || test ! -s conftest.err > > configure:4789: $? = 0 > > configure:4792: test -s conftest.o > > configure:4795: $? = 0 > > configure:4806: result: yes > > configure:4848: g++ -c -g -O2 conftest.cc >&5 > > configure:4854: $? = 0 > > configure:4858: test -z > > || test ! -s conftest.err > > configure:4861: $? = 0 > > configure:4864: test -s conftest.o > > configure:4867: $? = 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 > > each function it appears in.) > > configure:4899: $? = 1 > > configure: failed program was: > >> /* confdefs.h. */ > >> > >> #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. */ > >> > >> int > >> main () > >> { > >> exit (42); > >> ; > >> return 0; > >> } > > configure:4848: g++ -c -g -O2 conftest.cc >&5 > > configure:4854: $? = 0 > > configure:4858: test -z > > || test ! -s conftest.err > > configure:4861: $? = 0 > > configure:4864: test -s conftest.o > > configure:4867: $? = 0 > > configure:4893: g++ -c -g -O2 conftest.cc >&5 > > configure:4899: $? = 0 > > configure:4903: test -z > > || test ! -s conftest.err > > configure:4906: $? = 0 > > configure:4909: test -s conftest.o > > configure:4912: $? = 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: $? = 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 "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: $? = 0 > > configure:5225: g++ -E conftest.cc > > conftest.cc:25:28: ac_nonexistent.h: No such file or directory > > configure:5231: $? = 1 configure: failed program was: > >> /* confdefs.h. */ > >> > >> #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: $? = 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=/usr --mandir=/usr/share/man > > --infodir=/usr/share/info --enable-shared --enable-threads=posix > > --disable-checking --disable-libunwind-exceptions --with-system-zlib > > --enable-__cxa_atexit --host=i386-redhat-linux > > Thread model: posix > > gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7) > > configure:5378: $? = 0 > > configure:5380: g77 -V </dev/null >&5 > > g77: `-V' option must have argument > > configure:5383: $? = 1 > > configure:5391: checking whether we are using the GNU Fortran 77 > > compiler configure:5405: g77 -c conftest.F >&5 > > configure:5411: $? = 0 > > configure:5415: test -z > > || test ! -s conftest.err > > configure:5418: $? = 0 > > configure:5421: test -s conftest.o > > configure:5424: $? = 0 > > configure:5437: result: yes > > configure:5443: checking whether g77 accepts -g > > configure:5455: g77 -c -g conftest.f >&5 > > configure:5461: $? = 0 > > configure:5465: test -z > > || test ! -s conftest.err > > configure:5468: $? = 0 > > configure:5471: test -s conftest.o > > configure:5474: $? = 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: $? = 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: $? = 0 configure:5743: gcc -o conftest -g -O2 > > conftest.c conftstm.o >&5 configure:5746: $? = 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: $? = 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: $? = 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: $? = 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: $? = 0 > > configure:7640: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o > > conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 > > configure:7643: $? = 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: $? = 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: $? = 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: $? = 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: $? = 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: $? = 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 >= 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: $? = 0 configure:19467: ./conftest > > configure:19470: $? = 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: $? = 0 > > configure:19936: test -z > > || test ! -s conftest.err > > configure:19939: $? = 0 > > configure:19942: test -s conftest.o > > configure:19945: $? = 0 > > configure:19955: result: yes > > configure:19959: checking sys/utsname.h presence > > configure:19969: gcc -E conftest.c > > configure:19975: $? = 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: $? = 0 > > configure:20129: test -z > > || test ! -s conftest.err > > configure:20132: $? = 0 > > configure:20135: test -s conftest.o > > configure:20138: $? = 0 > > configure:20149: result: yes > > configure:20159: checking for pid_t > > configure:20183: gcc -c -g -O2 conftest.c >&5 > > configure:20189: $? = 0 > > configure:20193: test -z > > || test ! -s conftest.err > > configure:20196: $? = 0 > > configure:20199: test -s conftest.o > > configure:20202: $? = 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: $? = 0 > > configure:20258: test -z > > || test ! -s conftest.err > > configure:20261: $? = 0 > > configure:20264: test -s conftest.o > > configure:20267: $? = 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: $? = 0 configure:20474: ./conftest > > configure:20477: $? = 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: $? = 0 > > configure:20556: test -z > > || test ! -s conftest.err > > configure:20559: $? = 0 > > configure:20562: test -s conftest.o > > configure:20565: $? = 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: $? = 0 > > configure:20624: test -z > > || test ! -s conftest.err > > configure:20627: $? = 0 > > configure:20630: test -s conftest.o > > configure:20633: $? = 0 > > configure:20643: result: yes > > configure:20647: checking sys/time.h presence > > configure:20657: gcc -E conftest.c > > configure:20663: $? = 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: $? = 0 configure:20809: test -z > > || test ! -s conftest.err > > configure:20812: $? = 0 > > configure:20815: test -s conftest > > configure:20818: $? = 0 > > configure:20830: result: yes > > configure:20840: checking for working mktime > > configure:21016: gcc -o conftest -g -O2 conftest.c >&5 > > configure:21019: $? = 0 configure:21021: ./conftest > > configure:21024: $? = 1 > > configure: program exited with status 1 > > configure: failed program was: > >> /* confdefs.h. */ > >> > >> #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 > >> > >> #if HAVE_STDLIB_H > >> # include <stdlib.h> > >> #endif > >> > >> #if HAVE_UNISTD_H > >> # include <unistd.h> > >> #endif > >> > >> #if !HAVE_ALARM > >> # define alarm(X) /* empty */ > >> #endif > >> > >> /* Work around redefinition to rpl_putenv by other config tests. */ > >> #undef putenv > >> > >> static time_t time_t_max; > >> static time_t time_t_min; > >> > >> /* Values we'll use to set the TZ environment variable. */ > >> static char *tz_strings[] = { > >> (char *) 0, "TZ=GMT0", "TZ=JST-9", > >> "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" > >> }; > >> #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) > >> > >> /* 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; > >> > >> /* Use the portable POSIX.1 specification > >> "TZ=PST8PDT,M4.1.0,M10.5.0" instead of "TZ=America/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=PST8PDT,M4.1.0,M10.5.0"); > >> > >> tm.tm_year = 98; > >> tm.tm_mon = 3; > >> tm.tm_mday = 5; > >> tm.tm_hour = 2; > >> tm.tm_min = 0; > >> tm.tm_sec = 0; > >> tm.tm_isdst = -1; > >> if (mktime (&tm) == (time_t)-1) > >> exit (1); > >> } > >> > >> static void > >> mktime_test1 (now) > >> time_t now; > >> { > >> struct tm *lt; > >> if ((lt = localtime (&now)) && mktime (lt) != now) exit (1); > >> } > >> > >> 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)); > >> } > >> > >> static void > >> irix_6_4_bug () > >> { > >> /* Based on code from Ariel Faigon. */ > >> struct tm tm; > >> tm.tm_year = 96; > >> tm.tm_mon = 3; > >> tm.tm_mday = 0; > >> tm.tm_hour = 0; > >> tm.tm_min = 0; > >> tm.tm_sec = 0; > >> tm.tm_isdst = -1; > >> mktime (&tm); > >> if (tm.tm_mon != 2 || tm.tm_mday != 31) > >> exit (1); > >> } > >> > >> static void > >> bigtime_test (j) > >> int j; > >> { > >> struct tm tm; > >> time_t now; > >> tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = > >> tm.tm_sec = j; now = mktime (&tm); if (now != (time_t) -1) > >> { > >> struct tm *lt = localtime (&now); > >> if (! (lt > >> && lt->tm_year == tm.tm_year > >> && lt->tm_mon == tm.tm_mon > >> && lt->tm_mday == tm.tm_mday > >> && lt->tm_hour == tm.tm_hour > >> && lt->tm_min == tm.tm_min > >> && lt->tm_sec == tm.tm_sec > >> && lt->tm_yday == tm.tm_yday > >> && lt->tm_wday == tm.tm_wday > >> && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst) > >> == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst)))) > >> exit (1); > >> } > >> } > >> > >> int > >> main () > >> { > >> time_t t, delta; > >> int i, j; > >> > >> /* 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); > >> > >> for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) continue; > >> time_t_max--; > >> if ((time_t) -1 < 0) > >> for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; > > time_t_min *= > > 2) > >> continue; > >> delta = time_t_max / 997; /* a suitable prime number */ > >> for (i = 0; i < N_STRINGS; i++) > >> { > >> if (tz_strings[i]) > >> putenv (tz_strings[i]); > >> > >> for (t = 0; t <= time_t_max - delta; t += delta) > mktime_test > >> (t); mktime_test ((time_t) 1); > >> mktime_test ((time_t) (60 * 60)); > >> mktime_test ((time_t) (60 * 60 * 24)); > >> > >> for (j = 1; 0 < j; j *= 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: $? = 0 configure:21126: test -z > > || test ! -s conftest.err > > configure:21129: $? = 0 > > configure:21132: test -s conftest > > configure:21135: $? = 0 > > configure:21147: result: yes > > configure:21059: checking for modf > > configure:21116: gcc -o conftest -g -O2 conftest.c >&5 > > configure:21122: $? = 0 configure:21126: test -z > > || test ! -s conftest.err > > configure:21129: $? = 0 > > configure:21132: test -s conftest > > configure:21135: $? = 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: $? = 1 > > configure: failed program was: > >> /* confdefs.h. */ > >> > >> #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 > >> > >> /* 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. */ > >> > >> #ifdef __STDC__ > >> # include <limits.h> > >> #else > >> # include <assert.h> > >> #endif > >> > >> #undef pow > >> > >> /* 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) () = pow; > >> #endif > >> #ifdef __cplusplus > >> } > >> #endif > >> > >> int > >> main () > >> { > >> return f != 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: $? = 0 > > configure:21126: test -z > > || test ! -s conftest.err > > configure:21129: $? = 0 > > configure:21132: test -s conftest > > configure:21135: $? = 0 > > configure:21147: result: yes > > configure:21059: checking for vasprintf > > configure:21116: gcc -o conftest -g -O2 conftest.c >&5 > > configure:21122: $? = 0 configure:21126: test -z > > || test ! -s conftest.err > > configure:21129: $? = 0 > > configure:21132: test -s conftest > > configure:21135: $? = 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 = > > CONFIG_HEADERS = > > CONFIG_LINKS = > > CONFIG_COMMANDS = > > $ ./config.status > > > > 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=i686-pc-linux-gnu > > ac_cv_build_alias=i686-pc-linux-gnu > > ac_cv_c_compiler_gnu=yes > > ac_cv_c_const=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=yes > > ac_cv_func_alarm=yes > > ac_cv_func_atexit=yes > > ac_cv_func_malloc_0_nonnull=yes > > ac_cv_func_modf=yes > > ac_cv_func_pow=no > > ac_cv_func_strstr=yes > > ac_cv_func_vasprintf=yes > > ac_cv_func_working_mktime=no > > ac_cv_header_dlfcn_h=yes > > ac_cv_header_inttypes_h=yes > > ac_cv_header_memory_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_stat_h=yes > > ac_cv_header_sys_time_h=yes > > ac_cv_header_sys_types_h=yes > > ac_cv_header_sys_utsname_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_objext=o > > ac_cv_path_MYSQL_CONFIG=/usr/bin/mysql_config > > ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config > > 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_ac_ct_AR=ar > > ac_cv_prog_ac_ct_CC=gcc > > ac_cv_prog_ac_ct_CXX=g++ > > ac_cv_prog_ac_ct_F77=g77 > > 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=yes > > ac_cv_prog_make_make_set=yes > > ac_cv_struct_tm=time.h > > ac_cv_target=i686-pc-linux-gnu > > ac_cv_target_alias=i686-pc-linux-gnu > > ac_cv_type_pid_t=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.3.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_c_o_F77=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_prog_compiler_c_o_F77='"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} /root/perfparse-0.99.08/missing --run aclocal-1.8' > > AMDEPBACKSLASH='\' AMDEP_FALSE='#' > > AMDEP_TRUE='' > > AMTAR='${SHELL} /root/perfparse-0.99.08/missing --run tar' > > AR='ar' > > AUTOCONF='${SHELL} /root/perfparse-0.99.08/missing --run autoconf' > > AUTOHEADER='${SHELL} /root/perfparse-0.99.08/missing --run autoheader' > > AUTOMAKE='${SHELL} /root/perfparse-0.99.08/missing --run > > automake-1.8' AWK='gawk' CC='gcc' > > CCDEPMODE='depmode=gcc3' > > CFLAGS='-g -O2 -Wall' > > CPP='gcc -E' > > CPPFLAGS='' > > CXX='g++' > > CXXCPP='g++ -E' > > 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='' > > F77='g77' > > FFLAGS='-g -O2' > > GD_CFLAGS='-I${GD_DIR}/include' > > GD_LIBS='-L${GD_DIR}/lib -lgd' > > GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' > > GLIB_CONFIG='' GLIB_GENMARSHAL='glib-genmarshal' > > GLIB_LIBS='-lglib-2.0 ' > > GLIB_MKENUMS='glib-mkenums' > > GOBJECT_QUERY='gobject-query' > > HTTP_IMAGE_PATH='/nagios/images' > > ICONV_CFLAGS='' > > ICONV_LIBS='' > > INSTALL_DATA='${INSTALL} -m 644' > > INSTALL_PROGRAM='${INSTALL}' > > INSTALL_SCRIPT='${INSTALL}' > > INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' > > INST_CGI_PATH='${exec_prefix}/sbin' > > INST_IMAGE_PATH='${datadir}/perfparse/images' > > LDFLAGS='' > > LIBOBJS=' mktime$U.o' > > LIBS='' > > LIBTOOL='$(SHELL) $(top_builddir)/libtool' > > LN_S='ln -s' > > LTLIBOBJS=' mktime$U.lo' > > MAKEINFO='${SHELL} /root/perfparse-0.99.08/missing --run makeinfo' > > MYSQL_CFLAGS='-I/usr/include/mysql -mcpu=i486 -fno-strength-reduce' > > MYSQL_CONFIG='/usr/bin/mysql_config' > > MYSQL_LIBS='-L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lc > > -lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns -lresolv' > > OBJEXT='o' PACKAGE='perfparse' > > PACKAGE_BUGREPORT='per...@cl...' > > PACKAGE_NAME='perfparse' > > PACKAGE_STRING='perfparse 0.99.08' > > PACKAGE_TARNAME='perfparse' > > PACKAGE_VERSION='0.99.08' > > PATH_SEPARATOR=':' > > PKG_CONFIG='/usr/bin/pkg-config' > > RANLIB='ranlib' > > SET_MAKE='' > > SHELL='/bin/sh' > > STRIP='strip' > > VERSION='0.99.08' > > ac_ct_AR='ar' > > ac_ct_CC='gcc' > > ac_ct_CXX='g++' > > ac_ct_F77='g77' > > 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='' > > bindir='${exec_prefix}/bin' > > build='i686-pc-linux-gnu' > > build_alias='' > > build_cpu='i686' > > build_os='linux-gnu' > > build_vendor='pc' > > cgidir='${exec_prefix}/sbin' > > 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='/root/perfparse-0.99.08/install-sh' > > libdir='${exec_prefix}/lib' > > libexecdir='${exec_prefix}/libexec' > > localstatedir='${prefix}/var' > > mandir='${prefix}/man' > > mkdir_p='mkdir -p -- .' > > oldincludedir='/usr/include' > > prefix='/usr/local' > > program_transform_name='s,x,x,' > > sbindir='${exec_prefix}/sbin' > > sharedstatedir='${prefix}/com' > > sysconfdir='${prefix}/etc' > > target='i686-pc-linux-gnu' > > target_alias='' > > target_cpu='i686' > > target_os='linux-gnu' > > target_vendor='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 > > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users |