This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by PostgreSQL configure 7.4.5, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure --prefix=/usr --mandir=/usr/share/man --host=i686-pc-linux-gnu --docdir=/usr/share/doc/postgresql-7.4.5 --libdir=/usr/lib --includedir=/usr/include/postgresql/pgsql --enable-depend --with-gnu-ld --with-maxbackends=1024 --with-tcl --with-python --with-perl --with-java --with-openssl --enable-nls --with-CXX --with-pam ## --------- ## ## Platform. ## ## --------- ## hostname = nosferatu uname -m = i686 uname -r = 2.6.7-gentoo uname -s = Linux uname -v = #1 Sun Jun 20 11:59:48 EDT 2004 /usr/bin/uname -p = AMD-K7(tm) Processor /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: /sbin PATH: /usr/sbin PATH: /usr/lib/portage/bin PATH: /bin PATH: /usr/bin PATH: /usr/local/bin PATH: /opt/bin PATH: /usr/i686-pc-linux-gnu/gcc-bin/3.3 PATH: /usr/X11R6/bin PATH: /opt/sun-jdk-1.4.2.05/bin PATH: /opt/sun-jdk-1.4.2.05/jre/bin PATH: /opt/sun-jdk-1.4.2.05/jre/javaws PATH: /usr/qt/3/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1296: checking build system type configure:1314: result: i686-pc-linux-gnu configure:1322: checking host system type configure:1336: result: i686-pc-linux-gnu configure:1346: checking which template to use configure:1446: result: linux configure:1565: checking whether to build with 64-bit integer date/time support configure:1596: result: no configure:1603: checking whether NLS is wanted configure:1637: result: yes configure:1645: checking for default port number configure:1674: result: 5432 configure:1857: checking for i686-pc-linux-gnu-gcc configure:1883: result: gcc configure:1944: checking for C compiler version configure:1947: gcc --version &5 gcc (GCC) 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6) 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:1950: $? = 0 configure:1952: gcc -v &5 Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/specs Configured with: /var/tmp/portage/gcc-3.3.4-r1/work/gcc-3.3.4/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3 --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/info --enable-shared --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-system-zlib --enable-languages=c,c++ --enable-threads=posix --enable-long-long --disable-checking --disable-libunwind-exceptions --enable-cstdio=stdio --enable-version-specific-runtime-libs --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/include/g++-v3 --with-local-prefix=/usr/local --enable-shared --enable-nls --without-included-gettext --disable-multilib --enable-__cxa_atexit --enable-clocale=generic Thread model: posix gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6) configure:1955: $? = 0 configure:1957: gcc -V &5 gcc: `-V' option must have argument configure:1960: $? = 1 configure:1986: checking for C compiler default output configure:1989: gcc -O2 -march=athlon -pipe conftest.c >&5 configure:1992: $? = 0 configure:2025: result: a.out configure:2030: checking whether the C compiler works configure:2036: ./a.out configure:2039: $? = 0 configure:2054: result: yes configure:2061: checking whether we are cross compiling configure:2063: result: no configure:2066: checking for suffix of executables configure:2068: gcc -o conftest -O2 -march=athlon -pipe conftest.c >&5 configure:2071: $? = 0 configure:2093: result: configure:2099: checking for suffix of object files configure:2123: gcc -c -O2 -march=athlon -pipe conftest.c >&5 configure:2126: $? = 0 configure:2145: result: o configure:2149: checking whether we are using the GNU C compiler configure:2176: gcc -c -O2 -march=athlon -pipe conftest.c >&5 configure:2179: $? = 0 configure:2182: test -s conftest.o configure:2185: $? = 0 configure:2197: result: yes configure:2203: checking whether gcc accepts -g configure:2227: gcc -c -g conftest.c >&5 configure:2230: $? = 0 configure:2233: test -s conftest.o configure:2236: $? = 0 configure:2246: result: yes configure:2273: gcc -c -O2 -march=athlon -pipe conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2276: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2414: checking how to turn off strict aliasing in gcc configure:2448: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:2451: $? = 0 configure:2454: test -s conftest.o configure:2457: $? = 0 configure:2471: result: -fno-strict-aliasing configure:2483: using CFLAGS=-O2 -march=athlon -pipe -fno-strict-aliasing configure:2492: checking whether the C compiler still works configure:2514: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:2517: $? = 0 configure:2520: test -s conftest configure:2523: $? = 0 configure:2525: result: yes configure:2561: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:2564: $? = 0 configure:2567: test -s conftest.o configure:2570: $? = 0 configure:2588: checking how to run the C preprocessor configure:2614: gcc -E -D_GNU_SOURCE conftest.c configure:2620: $? = 0 configure:2647: gcc -E -D_GNU_SOURCE conftest.c configure:2643:28: ac_nonexistent.h: No such file or directory configure:2653: $? = 1 configure: failed program was: #line 2642 "configure" #include "confdefs.h" #include configure:2690: result: gcc -E configure:2705: gcc -E -D_GNU_SOURCE conftest.c configure:2711: $? = 0 configure:2738: gcc -E -D_GNU_SOURCE conftest.c configure:2734:28: ac_nonexistent.h: No such file or directory configure:2744: $? = 1 configure: failed program was: #line 2733 "configure" #include "confdefs.h" #include configure:2900: checking allow thread-safe client libraries configure:2931: result: no configure:2938: checking whether to build with Tcl configure:2966: result: yes configure:2971: checking whether to build with Tk configure:3003: result: yes configure:3069: checking whether to build Perl modules configure:3097: result: yes configure:3104: checking whether to build Python modules configure:3132: result: yes configure:3139: checking whether to build Java/JDBC tools configure:3150: result: yes configure:3157: checking for jakarta-ant configure:3190: result: no configure:3157: checking for ant configure:3175: found /usr/bin/ant configure:3187: result: /usr/bin/ant configure:3198: checking whether /usr/bin/ant works configure:3222: /usr/bin/ant -buildfile conftest.xml 1>&2 Buildfile: conftest.xml conftest: [javac] Compiling 1 source file BUILD SUCCESSFUL Total time: 5 seconds configure:3225: $? = 0 configure:3241: result: yes configure:3287: checking whether to build with Kerberos 4 support configure:3334: result: no configure:3345: checking whether to build with Kerberos 5 support configure:3392: result: no configure:3450: checking whether to build with PAM support configure:3482: result: yes configure:3490: checking whether to build with Rendezvous support configure:3522: result: no configure:3557: result: building with OpenSSL support configure:3679: using CPPFLAGS=-D_GNU_SOURCE configure:3681: using LDFLAGS= configure:3689: checking for gawk configure:3705: found /bin/gawk configure:3715: result: gawk configure:3725: checking for flex configure:3764: result: /usr/bin/flex configure:3799: checking whether ln -s works configure:3803: result: yes configure:3821: checking for ld used by GCC configure:3884: result: /usr/i686-pc-linux-gnu/bin/ld configure:3893: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld GNU ld version 2.14.90.0.8 20040114 configure:3905: result: yes configure:3968: checking for i686-pc-linux-gnu-ranlib configure:3997: result: no configure:4006: checking for ranlib configure:4022: found /usr/bin/ranlib configure:4033: result: ranlib configure:4049: checking for lorder configure:4078: result: no configure:4087: checking for tar configure:4105: found /bin/tar configure:4117: result: /bin/tar configure:4128: checking for i686-pc-linux-gnu-strip configure:4157: result: no configure:4166: checking for strip configure:4182: found /usr/bin/strip configure:4193: result: strip configure:4206: checking whether it is possible to strip libraries configure:4211: result: yes configure:4227: checking for bison configure:4243: found /usr/bin/bison configure:4253: result: bison -y configure:4297: checking for perl configure:4315: found /usr/bin/perl configure:4327: result: /usr/bin/perl configure:4336: checking for Perl archlibexp configure:4339: result: /usr/lib/perl5/5.8.4/i686-linux-thread-multi configure:4341: checking for Perl privlibexp configure:4344: result: /usr/lib/perl5/5.8.4 configure:4346: checking for Perl useshrplib configure:4349: result: false configure:4352: checking for flags to link embedded Perl configure:4357: result: -L/usr/local/lib /usr/lib/perl5/5.8.4/i686-linux-thread-multi/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl5/5.8.4/i686-linux-thread-multi/CORE -lperl -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc configure:4364: checking for python configure:4382: found /usr/bin/python configure:4394: result: /usr/bin/python configure:4408: checking Python installation directories configure:4424: result: /usr/lib/python2.3 configure:4429: checking how to link an embedded Python application configure:4449: result: -L/usr/lib/python2.3/config -lpthread -ldl -lutil -lm -lpython2.3 configure:4463: checking for main in -lbsd configure:4490: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lbsd >&5 configure:4493: $? = 0 configure:4496: test -s conftest configure:4499: $? = 0 configure:4510: result: yes configure:4523: checking for setproctitle in -lutil configure:4556: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lutil -lbsd >&5 /var/tmp/portage/postgresql-7.4.5/temp/ccrayV7b.o(.text+0xa): In function `main': : undefined reference to `setproctitle' collect2: ld returned 1 exit status configure:4559: $? = 1 configure: failed program was: #line 4530 "configure" #include "confdefs.h" /* 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 setproctitle (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { setproctitle (); ; return 0; } configure:4576: result: no configure:4588: checking for main in -lm configure:4615: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lm -lbsd >&5 configure:4618: $? = 0 configure:4621: test -s conftest configure:4624: $? = 0 configure:4635: result: yes configure:4647: checking for main in -ldl configure:4674: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -ldl -lm -lbsd >&5 configure:4677: $? = 0 configure:4680: test -s conftest configure:4683: $? = 0 configure:4694: result: yes configure:4706: checking for main in -lnsl configure:4733: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lnsl -ldl -lm -lbsd >&5 configure:4736: $? = 0 configure:4739: test -s conftest configure:4742: $? = 0 configure:4753: result: yes configure:4765: checking for main in -lsocket configure:4792: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lsocket -lnsl -ldl -lm -lbsd >&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure:4795: $? = 1 configure: failed program was: #line 4772 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { main (); ; return 0; } configure:4812: result: no configure:4824: checking for main in -lipc configure:4851: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lipc -lnsl -ldl -lm -lbsd >&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lipc collect2: ld returned 1 exit status configure:4854: $? = 1 configure: failed program was: #line 4831 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { main (); ; return 0; } configure:4871: result: no configure:4883: checking for main in -lIPC configure:4910: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lIPC -lnsl -ldl -lm -lbsd >&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lIPC collect2: ld returned 1 exit status configure:4913: $? = 1 configure: failed program was: #line 4890 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { main (); ; return 0; } configure:4930: result: no configure:4942: checking for main in -llc configure:4969: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -llc -lnsl -ldl -lm -lbsd >&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -llc collect2: ld returned 1 exit status configure:4972: $? = 1 configure: failed program was: #line 4949 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { main (); ; return 0; } configure:4989: result: no configure:5001: checking for main in -ldld configure:5028: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -ldld -lnsl -ldl -lm -lbsd >&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:5031: $? = 1 configure: failed program was: #line 5008 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { main (); ; return 0; } configure:5048: result: no configure:5060: checking for main in -lld configure:5087: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lld -lnsl -ldl -lm -lbsd >&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lld collect2: ld returned 1 exit status configure:5090: $? = 1 configure: failed program was: #line 5067 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { main (); ; return 0; } configure:5107: result: no configure:5119: checking for main in -lcompat configure:5146: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lcompat -lnsl -ldl -lm -lbsd >&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lcompat collect2: ld returned 1 exit status configure:5149: $? = 1 configure: failed program was: #line 5126 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { main (); ; return 0; } configure:5166: result: no configure:5178: checking for main in -lBSD configure:5205: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lBSD -lnsl -ldl -lm -lbsd >&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lBSD collect2: ld returned 1 exit status configure:5208: $? = 1 configure: failed program was: #line 5185 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { main (); ; return 0; } configure:5225: result: no configure:5237: checking for main in -lgen configure:5264: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lgen -lnsl -ldl -lm -lbsd >&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lgen collect2: ld returned 1 exit status configure:5267: $? = 1 configure: failed program was: #line 5244 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { main (); ; return 0; } configure:5284: result: no configure:5296: checking for main in -lPW configure:5323: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lPW -lnsl -ldl -lm -lbsd >&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lPW collect2: ld returned 1 exit status configure:5326: $? = 1 configure: failed program was: #line 5303 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { main (); ; return 0; } configure:5343: result: no configure:5355: checking for main in -lresolv configure:5382: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl -lm -lbsd >&5 configure:5385: $? = 0 configure:5388: test -s conftest configure:5391: $? = 0 configure:5402: result: yes configure:5413: checking for library containing getopt_long configure:5446: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl -lm -lbsd >&5 configure:5449: $? = 0 configure:5452: test -s conftest configure:5455: $? = 0 configure:5514: result: none required configure:5523: checking for main in -lunix configure:5550: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lunix -lresolv -lnsl -ldl -lm -lbsd >&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lunix collect2: ld returned 1 exit status configure:5553: $? = 1 configure: failed program was: #line 5530 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { main (); ; return 0; } configure:5570: result: no configure:5581: checking for library containing crypt configure:5614: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl -lm -lbsd >&5 /var/tmp/portage/postgresql-7.4.5/temp/ccgZorYm.o(.text+0xa): In function `main': : undefined reference to `crypt' collect2: ld returned 1 exit status configure:5617: $? = 1 configure: failed program was: #line 5588 "configure" #include "confdefs.h" /* 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 crypt (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { crypt (); ; return 0; } configure:5660: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:5663: $? = 0 configure:5666: test -s conftest configure:5669: $? = 0 configure:5682: result: -lcrypt configure:5759: checking for library containing fdatasync configure:5792: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:5795: $? = 0 configure:5798: test -s conftest configure:5801: $? = 0 configure:5860: result: none required configure:5869: checking for shmget in -lcygipc configure:5902: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lcygipc -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lcygipc collect2: ld returned 1 exit status configure:5905: $? = 1 configure: failed program was: #line 5876 "configure" #include "confdefs.h" /* 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 shmget (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { shmget (); ; return 0; } configure:5922: result: no configure:5999: checking for readline configure:6036: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lreadline -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 /lib/libreadline.so: undefined reference to `tgetnum' /lib/libreadline.so: undefined reference to `tgoto' /lib/libreadline.so: undefined reference to `tgetflag' /lib/libreadline.so: undefined reference to `BC' /lib/libreadline.so: undefined reference to `tputs' /lib/libreadline.so: undefined reference to `PC' /lib/libreadline.so: undefined reference to `tgetent' /lib/libreadline.so: undefined reference to `UP' /lib/libreadline.so: undefined reference to `tgetstr' collect2: ld returned 1 exit status configure:6039: $? = 1 configure: failed program was: #line 6010 "configure" #include "confdefs.h" /* 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 readline (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { readline (); ; return 0; } configure:6036: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -ledit -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ledit collect2: ld returned 1 exit status configure:6039: $? = 1 configure: failed program was: #line 6010 "configure" #include "confdefs.h" /* 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 readline (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { readline (); ; return 0; } configure:6036: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:6039: $? = 0 configure:6042: test -s conftest configure:6045: $? = 0 configure:6079: result: yes (-lreadline -ltermcap) configure:6100: checking for inflate in -lz configure:6133: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:6136: $? = 0 configure:6139: test -s conftest configure:6142: $? = 0 configure:6153: result: yes configure:6750: checking for CRYPTO_new_ex_data in -lcrypto configure:6783: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:6786: $? = 0 configure:6789: test -s conftest configure:6792: $? = 0 configure:6803: result: yes configure:6819: checking for SSL_library_init in -lssl configure:6852: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:6855: $? = 0 configure:6858: test -s conftest configure:6861: $? = 0 configure:6872: result: yes configure:6891: checking for pam_start in -lpam configure:6924: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:6927: $? = 0 configure:6930: test -s conftest configure:6933: $? = 0 configure:6944: result: yes configure:6966: checking for ANSI C header files configure:6980: gcc -E -D_GNU_SOURCE conftest.c configure:6986: $? = 0 configure:7071: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:7074: $? = 0 configure:7076: ./conftest ./conftest: error while loading shared libraries: libtermcap.so.2: cannot open shared object file: No such file or directory configure:7079: $? = 127 configure: program exited with status 127 configure: failed program was: #line 7046 "configure" #include "confdefs.h" #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') || ('j' <= (c) && (c) <= 'r') || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); exit (0); } configure:7093: result: no configure:7117: checking for sys/types.h configure:7130: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7133: $? = 0 configure:7136: test -s conftest.o configure:7139: $? = 0 configure:7149: result: yes configure:7117: checking for sys/stat.h configure:7130: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7133: $? = 0 configure:7136: test -s conftest.o configure:7139: $? = 0 configure:7149: result: yes configure:7117: checking for stdlib.h configure:7130: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7133: $? = 0 configure:7136: test -s conftest.o configure:7139: $? = 0 configure:7149: result: yes configure:7117: checking for string.h configure:7130: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7133: $? = 0 configure:7136: test -s conftest.o configure:7139: $? = 0 configure:7149: result: yes configure:7117: checking for memory.h configure:7130: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7133: $? = 0 configure:7136: test -s conftest.o configure:7139: $? = 0 configure:7149: result: yes configure:7117: checking for strings.h configure:7130: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7133: $? = 0 configure:7136: test -s conftest.o configure:7139: $? = 0 configure:7149: result: yes configure:7117: checking for inttypes.h configure:7130: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7133: $? = 0 configure:7136: test -s conftest.o configure:7139: $? = 0 configure:7149: result: yes configure:7117: checking for stdint.h configure:7130: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7133: $? = 0 configure:7136: test -s conftest.o configure:7139: $? = 0 configure:7149: result: yes configure:7117: checking for unistd.h configure:7130: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7133: $? = 0 configure:7136: test -s conftest.o configure:7139: $? = 0 configure:7149: result: yes configure:7195: checking crypt.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7207: $? = 0 configure:7210: test -s conftest.o configure:7213: $? = 0 configure:7222: result: yes configure:7226: checking crypt.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7239: $? = 0 configure:7257: result: yes configure:7275: checking for crypt.h configure:7282: result: yes configure:7195: checking dld.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7232:17: dld.h: No such file or directory configure:7207: $? = 1 configure: failed program was: #line 7197 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:7222: result: no configure:7226: checking dld.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7229:17: dld.h: No such file or directory configure:7239: $? = 1 configure: failed program was: #line 7228 "configure" #include "confdefs.h" #include configure:7257: result: no configure:7275: checking for dld.h configure:7282: result: no configure:7195: checking endian.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7207: $? = 0 configure:7210: test -s conftest.o configure:7213: $? = 0 configure:7222: result: yes configure:7226: checking endian.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7239: $? = 0 configure:7257: result: yes configure:7275: checking for endian.h configure:7282: result: yes configure:7195: checking fp_class.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7232:22: fp_class.h: No such file or directory configure:7207: $? = 1 configure: failed program was: #line 7197 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:7222: result: no configure:7226: checking fp_class.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7229:22: fp_class.h: No such file or directory configure:7239: $? = 1 configure: failed program was: #line 7228 "configure" #include "confdefs.h" #include configure:7257: result: no configure:7275: checking for fp_class.h configure:7282: result: no configure:7195: checking getopt.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7207: $? = 0 configure:7210: test -s conftest.o configure:7213: $? = 0 configure:7222: result: yes configure:7226: checking getopt.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7239: $? = 0 configure:7257: result: yes configure:7275: checking for getopt.h configure:7282: result: yes configure:7195: checking ieeefp.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7232:20: ieeefp.h: No such file or directory configure:7207: $? = 1 configure: failed program was: #line 7197 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:7222: result: no configure:7226: checking ieeefp.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7229:20: ieeefp.h: No such file or directory configure:7239: $? = 1 configure: failed program was: #line 7228 "configure" #include "confdefs.h" #include configure:7257: result: no configure:7275: checking for ieeefp.h configure:7282: result: no configure:7195: checking poll.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7207: $? = 0 configure:7210: test -s conftest.o configure:7213: $? = 0 configure:7222: result: yes configure:7226: checking poll.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7239: $? = 0 configure:7257: result: yes configure:7275: checking for poll.h configure:7282: result: yes configure:7195: checking pwd.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7207: $? = 0 configure:7210: test -s conftest.o configure:7213: $? = 0 configure:7222: result: yes configure:7226: checking pwd.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7239: $? = 0 configure:7257: result: yes configure:7275: checking for pwd.h configure:7282: result: yes configure:7195: checking sys/ipc.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7207: $? = 0 configure:7210: test -s conftest.o configure:7213: $? = 0 configure:7222: result: yes configure:7226: checking sys/ipc.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7239: $? = 0 configure:7257: result: yes configure:7275: checking for sys/ipc.h configure:7282: result: yes configure:7195: checking sys/poll.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7207: $? = 0 configure:7210: test -s conftest.o configure:7213: $? = 0 configure:7222: result: yes configure:7226: checking sys/poll.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7239: $? = 0 configure:7257: result: yes configure:7275: checking for sys/poll.h configure:7282: result: yes configure:7195: checking sys/pstat.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7232:23: sys/pstat.h: No such file or directory configure:7207: $? = 1 configure: failed program was: #line 7197 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:7222: result: no configure:7226: checking sys/pstat.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7229:23: sys/pstat.h: No such file or directory configure:7239: $? = 1 configure: failed program was: #line 7228 "configure" #include "confdefs.h" #include configure:7257: result: no configure:7275: checking for sys/pstat.h configure:7282: result: no configure:7195: checking sys/select.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7207: $? = 0 configure:7210: test -s conftest.o configure:7213: $? = 0 configure:7222: result: yes configure:7226: checking sys/select.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7239: $? = 0 configure:7257: result: yes configure:7275: checking for sys/select.h configure:7282: result: yes configure:7195: checking sys/sem.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7207: $? = 0 configure:7210: test -s conftest.o configure:7213: $? = 0 configure:7222: result: yes configure:7226: checking sys/sem.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7239: $? = 0 configure:7257: result: yes configure:7275: checking for sys/sem.h configure:7282: result: yes configure:7195: checking sys/socket.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7207: $? = 0 configure:7210: test -s conftest.o configure:7213: $? = 0 configure:7222: result: yes configure:7226: checking sys/socket.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7239: $? = 0 configure:7257: result: yes configure:7275: checking for sys/socket.h configure:7282: result: yes configure:7195: checking sys/shm.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7207: $? = 0 configure:7210: test -s conftest.o configure:7213: $? = 0 configure:7222: result: yes configure:7226: checking sys/shm.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7239: $? = 0 configure:7257: result: yes configure:7275: checking for sys/shm.h configure:7282: result: yes configure:7195: checking sys/un.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7207: $? = 0 configure:7210: test -s conftest.o configure:7213: $? = 0 configure:7222: result: yes configure:7226: checking sys/un.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7239: $? = 0 configure:7257: result: yes configure:7275: checking for sys/un.h configure:7282: result: yes configure:7195: checking termios.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7207: $? = 0 configure:7210: test -s conftest.o configure:7213: $? = 0 configure:7222: result: yes configure:7226: checking termios.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7239: $? = 0 configure:7257: result: yes configure:7275: checking for termios.h configure:7282: result: yes configure:7195: checking utime.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7207: $? = 0 configure:7210: test -s conftest.o configure:7213: $? = 0 configure:7222: result: yes configure:7226: checking utime.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7239: $? = 0 configure:7257: result: yes configure:7275: checking for utime.h configure:7282: result: yes configure:7195: checking kernel/OS.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7232:23: kernel/OS.h: No such file or directory configure:7207: $? = 1 configure: failed program was: #line 7197 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:7222: result: no configure:7226: checking kernel/OS.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7229:23: kernel/OS.h: No such file or directory configure:7239: $? = 1 configure: failed program was: #line 7228 "configure" #include "confdefs.h" #include configure:7257: result: no configure:7275: checking for kernel/OS.h configure:7282: result: no configure:7195: checking kernel/image.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7232:26: kernel/image.h: No such file or directory configure:7207: $? = 1 configure: failed program was: #line 7197 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:7222: result: no configure:7226: checking kernel/image.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7229:26: kernel/image.h: No such file or directory configure:7239: $? = 1 configure: failed program was: #line 7228 "configure" #include "confdefs.h" #include configure:7257: result: no configure:7275: checking for kernel/image.h configure:7282: result: no configure:7195: checking SupportDefs.h usability configure:7204: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7232:25: SupportDefs.h: No such file or directory configure:7207: $? = 1 configure: failed program was: #line 7197 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:7222: result: no configure:7226: checking SupportDefs.h presence configure:7233: gcc -E -D_GNU_SOURCE conftest.c configure:7229:25: SupportDefs.h: No such file or directory configure:7239: $? = 1 configure: failed program was: #line 7228 "configure" #include "confdefs.h" #include configure:7257: result: no configure:7275: checking for SupportDefs.h configure:7282: result: no configure:7312: checking netinet/in.h usability configure:7321: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7324: $? = 0 configure:7327: test -s conftest.o configure:7330: $? = 0 configure:7339: result: yes configure:7343: checking netinet/in.h presence configure:7350: gcc -E -D_GNU_SOURCE conftest.c configure:7356: $? = 0 configure:7374: result: yes configure:7392: checking for netinet/in.h configure:7399: result: yes configure:7416: checking for netinet/tcp.h configure:7433: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7436: $? = 0 configure:7439: test -s conftest.o configure:7442: $? = 0 configure:7452: result: yes configure:7479: checking readline/readline.h usability configure:7488: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7491: $? = 0 configure:7494: test -s conftest.o configure:7497: $? = 0 configure:7506: result: yes configure:7510: checking readline/readline.h presence configure:7517: gcc -E -D_GNU_SOURCE conftest.c configure:7523: $? = 0 configure:7541: result: yes configure:7559: checking for readline/readline.h configure:7566: result: yes configure:7833: checking readline/history.h usability configure:7842: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:7845: $? = 0 configure:7848: test -s conftest.o configure:7851: $? = 0 configure:7860: result: yes configure:7864: checking readline/history.h presence configure:7871: gcc -E -D_GNU_SOURCE conftest.c configure:7877: $? = 0 configure:7895: result: yes configure:7913: checking for readline/history.h configure:7920: result: yes configure:8186: checking zlib.h usability configure:8195: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:8198: $? = 0 configure:8201: test -s conftest.o configure:8204: $? = 0 configure:8213: result: yes configure:8217: checking zlib.h presence configure:8224: gcc -E -D_GNU_SOURCE conftest.c configure:8230: $? = 0 configure:8248: result: yes configure:8266: checking for zlib.h configure:8273: result: yes configure:8641: checking openssl/ssl.h usability configure:8650: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:8653: $? = 0 configure:8656: test -s conftest.o configure:8659: $? = 0 configure:8668: result: yes configure:8672: checking openssl/ssl.h presence configure:8679: gcc -E -D_GNU_SOURCE conftest.c configure:8685: $? = 0 configure:8703: result: yes configure:8721: checking for openssl/ssl.h configure:8728: result: yes configure:8751: checking openssl/err.h usability configure:8760: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:8763: $? = 0 configure:8766: test -s conftest.o configure:8769: $? = 0 configure:8778: result: yes configure:8782: checking openssl/err.h presence configure:8789: gcc -E -D_GNU_SOURCE conftest.c configure:8795: $? = 0 configure:8813: result: yes configure:8831: checking for openssl/err.h configure:8838: result: yes configure:8868: checking security/pam_appl.h usability configure:8877: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:8880: $? = 0 configure:8883: test -s conftest.o configure:8886: $? = 0 configure:8895: result: yes configure:8899: checking security/pam_appl.h presence configure:8906: gcc -E -D_GNU_SOURCE conftest.c configure:8912: $? = 0 configure:8930: result: yes configure:8948: checking for security/pam_appl.h configure:8955: result: yes configure:9208: checking for an ANSI C-conforming const configure:9278: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:9281: $? = 0 configure:9284: test -s conftest.o configure:9287: $? = 0 configure:9297: result: yes configure:9307: checking for inline configure:9325: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:9328: $? = 0 configure:9331: test -s conftest.o configure:9334: $? = 0 configure:9345: result: inline configure:9360: checking for preprocessor stringizing operator configure:9381: result: yes configure:9391: checking for signed types configure:9415: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:9418: $? = 0 configure:9421: test -s conftest.o configure:9424: $? = 0 configure:9434: result: yes configure:9443: checking for working volatile configure:9469: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:9472: $? = 0 configure:9475: test -s conftest.o configure:9478: $? = 0 configure:9488: result: yes configure:9498: checking for __func__ configure:9522: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:9525: $? = 0 configure:9528: test -s conftest.o configure:9531: $? = 0 configure:9541: result: yes configure:9603: checking whether struct tm is in sys/time.h or time.h configure:9629: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:9632: $? = 0 configure:9635: test -s conftest.o configure:9638: $? = 0 configure:9648: result: time.h configure:9658: checking for struct tm.tm_zone configure:9687: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:9690: $? = 0 configure:9693: test -s conftest.o configure:9696: $? = 0 configure:9706: result: yes configure:9724: checking for tzname configure:9752: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:9755: $? = 0 configure:9758: test -s conftest configure:9761: $? = 0 configure:9771: result: yes configure:9781: checking for union semun configure:9811: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure: In function `main': configure:9802: error: invalid application of `sizeof' to an incomplete type configure:9814: $? = 1 configure: failed program was: #line 9786 "configure" #include "confdefs.h" #include #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((union semun *) 0) return 0; if (sizeof (union semun)) return 0; ; return 0; } configure:9830: result: no configure:9841: checking for struct sockaddr_un configure:9873: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:9876: $? = 0 configure:9879: test -s conftest.o configure:9882: $? = 0 configure:9892: result: yes configure:9907: checking for struct sockaddr_storage configure:9939: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:9942: $? = 0 configure:9945: test -s conftest.o configure:9948: $? = 0 configure:9958: result: yes configure:9969: checking for struct sockaddr_storage.ss_family configure:10000: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:10003: $? = 0 configure:10006: test -s conftest.o configure:10009: $? = 0 configure:10019: result: yes configure:10029: checking for struct sockaddr_storage.__ss_family configure:10060: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure: In function `main': configure:10051: error: structure has no member named `__ss_family' configure:10063: $? = 1 configure: failed program was: #line 10034 "configure" #include "confdefs.h" #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { static struct sockaddr_storage ac_aggr; if (ac_aggr.__ss_family) return 0; ; return 0; } configure:10079: result: no configure:10089: checking for struct sockaddr_storage.ss_len configure:10120: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure: In function `main': configure:10111: error: structure has no member named `ss_len' configure:10123: $? = 1 configure: failed program was: #line 10094 "configure" #include "confdefs.h" #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { static struct sockaddr_storage ac_aggr; if (ac_aggr.ss_len) return 0; ; return 0; } configure:10139: result: no configure:10149: checking for struct sockaddr_storage.__ss_len configure:10180: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure: In function `main': configure:10171: error: structure has no member named `__ss_len' configure:10183: $? = 1 configure: failed program was: #line 10154 "configure" #include "confdefs.h" #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { static struct sockaddr_storage ac_aggr; if (ac_aggr.__ss_len) return 0; ; return 0; } configure:10199: result: no configure:10209: checking for struct sockaddr.sa_len configure:10240: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure: In function `main': configure:10231: error: structure has no member named `sa_len' configure:10243: $? = 1 configure: failed program was: #line 10214 "configure" #include "confdefs.h" #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { static struct sockaddr ac_aggr; if (ac_aggr.sa_len) return 0; ; return 0; } configure:10259: result: no configure:10270: checking for struct addrinfo configure:10301: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:10304: $? = 0 configure:10307: test -s conftest.o configure:10310: $? = 0 configure:10320: result: yes configure:10332: checking for struct cmsgcred configure:10363: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:10341:23: sys/ucred.h: No such file or directory configure: In function `main': configure:10354: error: invalid application of `sizeof' to an incomplete type configure:10366: $? = 1 configure: failed program was: #line 10337 "configure" #include "confdefs.h" #include #include #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((struct cmsgcred *) 0) return 0; if (sizeof (struct cmsgcred)) return 0; ; return 0; } configure:10382: result: no configure:10392: checking for struct fcred configure:10423: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:10401:23: sys/ucred.h: No such file or directory configure: In function `main': configure:10414: error: invalid application of `sizeof' to an incomplete type configure:10426: $? = 1 configure: failed program was: #line 10397 "configure" #include "confdefs.h" #include #include #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((struct fcred *) 0) return 0; if (sizeof (struct fcred)) return 0; ; return 0; } configure:10442: result: no configure:10452: checking for struct sockcred configure:10483: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:10461:23: sys/ucred.h: No such file or directory configure: In function `main': configure:10474: error: invalid application of `sizeof' to an incomplete type configure:10486: $? = 1 configure: failed program was: #line 10457 "configure" #include "confdefs.h" #include #include #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((struct sockcred *) 0) return 0; if (sizeof (struct sockcred)) return 0; ; return 0; } configure:10502: result: no configure:10514: checking for struct option configure:10544: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:10547: $? = 0 configure:10550: test -s conftest.o configure:10553: $? = 0 configure:10563: result: yes configure:10579: checking for z_streamp configure:10607: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:10610: $? = 0 configure:10613: test -s conftest.o configure:10616: $? = 0 configure:10626: result: yes configure:10887: checking for int timezone configure:10912: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:10915: $? = 0 configure:10918: test -s conftest configure:10921: $? = 0 configure:10931: result: yes configure:10940: checking types of arguments for accept() configure:10983: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:10965: error: conflicting types for `accept' /usr/include/sys/socket.h:210: error: previous declaration of `accept' configure:10986: $? = 1 configure: failed program was: #line 10958 "configure" #include "confdefs.h" #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_SYS_SOCKET_H #include #endif extern int accept (int, struct sockaddr *, int *); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { ; return 0; } configure:10983: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:10986: $? = 0 configure:10989: test -s conftest.o configure:10992: $? = 0 configure:11021: result: int, int, struct sockaddr *, size_t * configure:11044: checking whether gettimeofday takes only one argument configure:11070: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:11073: $? = 0 configure:11076: test -s conftest.o configure:11079: $? = 0 configure:11089: result: no configure:11102: checking for working memcmp configure:11153: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11156: $? = 0 configure:11158: ./conftest ./conftest: error while loading shared libraries: libtermcap.so.2: cannot open shared object file: No such file or directory configure:11161: $? = 127 configure: program exited with status 127 configure: failed program was: #line 11110 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* Some versions of memcmp are not 8-bit clean. */ char c0 = 0x40, c1 = 0x80, c2 = 0x81; if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0) exit (1); /* The Next x86 OpenStep bug shows up only when comparing 16 bytes or more and with at least one buffer not starting on a 4-byte boundary. William Lewis provided this test program. */ { char foo[21]; char bar[21]; int i; for (i = 0; i < 4; i++) { char *a = foo + i; char *b = bar + i; strcpy (a, "--------01111111"); strcpy (b, "--------10000000"); if (memcmp (a, b, 16) >= 0) exit (1); } exit (0); } ; return 0; } configure:11174: result: no configure:11198: checking for cbrt configure:11241: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11244: $? = 0 configure:11247: test -s conftest configure:11250: $? = 0 configure:11260: result: yes configure:11198: checking for dlopen configure:11241: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11244: $? = 0 configure:11247: test -s conftest configure:11250: $? = 0 configure:11260: result: yes configure:11198: checking for fcvt configure:11241: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11244: $? = 0 configure:11247: test -s conftest configure:11250: $? = 0 configure:11260: result: yes configure:11198: checking for fdatasync configure:11241: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11244: $? = 0 configure:11247: test -s conftest configure:11250: $? = 0 configure:11260: result: yes configure:11198: checking for getpeereid configure:11241: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 /var/tmp/portage/postgresql-7.4.5/temp/ccefIoNa.o(.text+0xe): In function `main': : undefined reference to `getpeereid' collect2: ld returned 1 exit status configure:11244: $? = 1 configure: failed program was: #line 11203 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getpeereid (); below. */ #include /* 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 getpeereid (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* 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_getpeereid) || defined (__stub___getpeereid) choke me #else f = getpeereid; #endif ; return 0; } configure:11260: result: no configure:11198: checking for memmove configure:11241: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11213: warning: conflicting types for built-in function `memmove' configure:11244: $? = 0 configure:11247: test -s conftest configure:11250: $? = 0 configure:11260: result: yes configure:11198: checking for poll configure:11241: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11244: $? = 0 configure:11247: test -s conftest configure:11250: $? = 0 configure:11260: result: yes configure:11198: checking for pstat configure:11241: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 /var/tmp/portage/postgresql-7.4.5/temp/cchOyMIi.o(.text+0xe): In function `main': : undefined reference to `pstat' collect2: ld returned 1 exit status configure:11244: $? = 1 configure: failed program was: #line 11203 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pstat (); below. */ #include /* 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 pstat (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* 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_pstat) || defined (__stub___pstat) choke me #else f = pstat; #endif ; return 0; } configure:11260: result: no configure:11198: checking for setproctitle configure:11241: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 /var/tmp/portage/postgresql-7.4.5/temp/ccXADErF.o(.text+0xe): In function `main': : undefined reference to `setproctitle' collect2: ld returned 1 exit status configure:11244: $? = 1 configure: failed program was: #line 11203 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char setproctitle (); below. */ #include /* 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 setproctitle (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* 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_setproctitle) || defined (__stub___setproctitle) choke me #else f = setproctitle; #endif ; return 0; } configure:11260: result: no configure:11198: checking for setsid configure:11241: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11244: $? = 0 configure:11247: test -s conftest configure:11250: $? = 0 configure:11260: result: yes configure:11198: checking for sigprocmask configure:11241: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11244: $? = 0 configure:11247: test -s conftest configure:11250: $? = 0 configure:11260: result: yes configure:11198: checking for symlink configure:11241: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11244: $? = 0 configure:11247: test -s conftest configure:11250: $? = 0 configure:11260: result: yes configure:11198: checking for sysconf configure:11241: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11244: $? = 0 configure:11247: test -s conftest configure:11250: $? = 0 configure:11260: result: yes configure:11198: checking for utime configure:11241: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11244: $? = 0 configure:11247: test -s conftest configure:11250: $? = 0 configure:11260: result: yes configure:11198: checking for utimes configure:11241: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11244: $? = 0 configure:11247: test -s conftest configure:11250: $? = 0 configure:11260: result: yes configure:11198: checking for waitpid configure:11241: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11244: $? = 0 configure:11247: test -s conftest configure:11250: $? = 0 configure:11260: result: yes configure:11271: checking whether fdatasync is declared configure:11299: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:11302: $? = 0 configure:11305: test -s conftest.o configure:11308: $? = 0 configure:11318: result: yes configure:11338: checking for struct sockaddr_in6 configure:11367: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:11370: $? = 0 configure:11373: test -s conftest.o configure:11376: $? = 0 configure:11386: result: yes configure:11389: checking for inet_ntop configure:11432: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11435: $? = 0 configure:11438: test -s conftest configure:11441: $? = 0 configure:11451: result: yes configure:11466: checking for PS_STRINGS configure:11493: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11472:29: machine/vmparam.h: No such file or directory configure:11473:22: sys/exec.h: No such file or directory configure: In function `main': configure:11484: error: `PS_STRINGS' undeclared (first use in this function) configure:11484: error: (Each undeclared identifier is reported only once configure:11484: error: for each function it appears in.) configure:11496: $? = 1 configure: failed program was: #line 11471 "configure" #include "confdefs.h" #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { PS_STRINGS->ps_nargvstr = 1; PS_STRINGS->ps_argvstr = "foo"; ; return 0; } configure:11512: result: no configure:11533: checking for snprintf configure:11576: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11548: warning: conflicting types for built-in function `snprintf' configure:11579: $? = 0 configure:11582: test -s conftest configure:11585: $? = 0 configure:11595: result: yes configure:11611: checking for vsnprintf configure:11654: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11626: warning: conflicting types for built-in function `vsnprintf' configure:11657: $? = 0 configure:11660: test -s conftest configure:11663: $? = 0 configure:11673: result: yes configure:11692: checking whether snprintf is declared configure:11719: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:11722: $? = 0 configure:11725: test -s conftest.o configure:11728: $? = 0 configure:11738: result: yes configure:11754: checking whether vsnprintf is declared configure:11781: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:11784: $? = 0 configure:11787: test -s conftest.o configure:11790: $? = 0 configure:11800: result: yes configure:11821: checking for isinf configure:11846: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:11849: $? = 0 configure:11852: test -s conftest configure:11855: $? = 0 configure:11865: result: yes configure:11974: checking for crypt configure:12017: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12020: $? = 0 configure:12023: test -s conftest configure:12026: $? = 0 configure:12036: result: yes configure:11974: checking for fseeko configure:12017: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12020: $? = 0 configure:12023: test -s conftest configure:12026: $? = 0 configure:12036: result: yes configure:11974: checking for getopt configure:12017: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12020: $? = 0 configure:12023: test -s conftest configure:12026: $? = 0 configure:12036: result: yes configure:11974: checking for getrusage configure:12017: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12020: $? = 0 configure:12023: test -s conftest configure:12026: $? = 0 configure:12036: result: yes configure:11974: checking for inet_aton configure:12017: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12020: $? = 0 configure:12023: test -s conftest configure:12026: $? = 0 configure:12036: result: yes configure:11974: checking for random configure:12017: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12020: $? = 0 configure:12023: test -s conftest configure:12026: $? = 0 configure:12036: result: yes configure:11974: checking for rint configure:12017: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12020: $? = 0 configure:12023: test -s conftest configure:12026: $? = 0 configure:12036: result: yes configure:11974: checking for srandom configure:12017: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12020: $? = 0 configure:12023: test -s conftest configure:12026: $? = 0 configure:12036: result: yes configure:11974: checking for strcasecmp configure:12017: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12020: $? = 0 configure:12023: test -s conftest configure:12026: $? = 0 configure:12036: result: yes configure:11974: checking for strdup configure:12017: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12020: $? = 0 configure:12023: test -s conftest configure:12026: $? = 0 configure:12036: result: yes configure:11974: checking for strerror configure:12017: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12020: $? = 0 configure:12023: test -s conftest configure:12026: $? = 0 configure:12036: result: yes configure:11974: checking for strtol configure:12017: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12020: $? = 0 configure:12023: test -s conftest configure:12026: $? = 0 configure:12036: result: yes configure:11974: checking for strtoul configure:12017: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12020: $? = 0 configure:12023: test -s conftest configure:12026: $? = 0 configure:12036: result: yes configure:12057: checking for getaddrinfo configure:12100: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12103: $? = 0 configure:12106: test -s conftest configure:12109: $? = 0 configure:12119: result: yes configure:12142: checking for getopt_long configure:12185: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12188: $? = 0 configure:12191: test -s conftest configure:12194: $? = 0 configure:12204: result: yes configure:12241: checking for rl_completion_append_character configure:12268: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12271: $? = 0 configure:12274: test -s conftest configure:12277: $? = 0 configure:12279: result: yes configure:12298: checking for rl_completion_matches configure:12341: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12344: $? = 0 configure:12347: test -s conftest configure:12350: $? = 0 configure:12360: result: yes configure:12298: checking for rl_filename_completion_function configure:12341: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12344: $? = 0 configure:12347: test -s conftest configure:12350: $? = 0 configure:12360: result: yes configure:12374: checking for replace_history_entry configure:12417: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12420: $? = 0 configure:12423: test -s conftest configure:12426: $? = 0 configure:12436: result: yes configure:12449: checking for finite configure:12470: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12473: $? = 0 configure:12476: test -s conftest configure:12479: $? = 0 configure:12486: result: yes configure:12496: checking for sigsetjmp configure:12517: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12520: $? = 0 configure:12523: test -s conftest configure:12526: $? = 0 configure:12533: result: yes configure:12543: checking for syslog configure:12586: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12589: $? = 0 configure:12592: test -s conftest configure:12595: $? = 0 configure:12605: result: yes configure:12618: checking syslog.h usability configure:12627: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:12630: $? = 0 configure:12633: test -s conftest.o configure:12636: $? = 0 configure:12645: result: yes configure:12649: checking syslog.h presence configure:12656: gcc -E -D_GNU_SOURCE conftest.c configure:12662: $? = 0 configure:12680: result: yes configure:12698: checking for syslog.h configure:12705: result: yes configure:12721: checking for optreset configure:12745: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 /var/tmp/portage/postgresql-7.4.5/temp/ccQwrxbo.o(.text+0xa): In function `main': : undefined reference to `optreset' collect2: ld returned 1 exit status configure:12748: $? = 1 configure: failed program was: #line 12726 "configure" #include "confdefs.h" #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { extern int optreset; optreset = 1; ; return 0; } configure:12764: result: no configure:12779: checking for strtoll configure:12822: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12825: $? = 0 configure:12828: test -s conftest configure:12831: $? = 0 configure:12841: result: yes configure:12856: checking for strtoull configure:12899: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12902: $? = 0 configure:12905: test -s conftest configure:12908: $? = 0 configure:12918: result: yes configure:12934: checking for atexit configure:12977: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:12980: $? = 0 configure:12983: test -s conftest configure:12986: $? = 0 configure:12996: result: yes configure:13088: checking for _LARGEFILE_SOURCE value needed for large files configure:13114: gcc -c -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 configure:13117: $? = 0 configure:13120: test -s conftest.o configure:13123: $? = 0 configure:13171: result: no configure:13185: checking for fseeko configure:13228: result: yes configure:13552: checking test program configure:13564: gcc -o conftest -O2 -march=athlon -pipe -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lpam -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt -lresolv -lnsl -ldl -lm -lbsd >&5 configure:13567: $? = 0 configure:13569: ./conftest ./conftest: error while loading shared libraries: libtermcap.so.2: cannot open shared object file: No such file or directory configure:13572: $? = 127 configure: program exited with status 127 configure: failed program was: #line 13558 "configure" #include "confdefs.h" int main() { return 0; } configure:13581: result: failed configure:13586: error: *** Could not execute a simple test program. This may be a problem *** related to locating shared libraries. Check the file 'config.log' *** for the exact reason. ## ---------------- ## ## 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_c_inline=inline ac_cv_c_stringize=yes ac_cv_c_volatile=yes ac_cv_env_CC_set=set ac_cv_env_CC_value=gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=athlon -pipe' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_DOCBOOKSTYLE_set= ac_cv_env_DOCBOOKSTYLE_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=set ac_cv_env_host_alias_value=i686-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func_accept_arg1=int ac_cv_func_accept_arg2='struct sockaddr *' ac_cv_func_accept_arg3=size_t ac_cv_func_accept_return=int ac_cv_func_atexit=yes ac_cv_func_cbrt=yes ac_cv_func_crypt=yes ac_cv_func_dlopen=yes ac_cv_func_fcvt=yes ac_cv_func_fdatasync=yes ac_cv_func_fseeko=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getopt=yes ac_cv_func_getopt_long=yes ac_cv_func_getpeereid=no ac_cv_func_getrusage=yes ac_cv_func_inet_aton=yes ac_cv_func_inet_ntop=yes ac_cv_func_isinf=yes ac_cv_func_memcmp_working=no ac_cv_func_memmove=yes ac_cv_func_poll=yes ac_cv_func_pstat=no ac_cv_func_random=yes ac_cv_func_replace_history_entry=yes ac_cv_func_rint=yes ac_cv_func_rl_completion_matches=yes ac_cv_func_rl_filename_completion_function=yes ac_cv_func_setproctitle=no ac_cv_func_setsid=yes ac_cv_func_sigprocmask=yes ac_cv_func_snprintf=yes ac_cv_func_srandom=yes ac_cv_func_strcasecmp=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strtol=yes ac_cv_func_strtoll=yes ac_cv_func_strtoul=yes ac_cv_func_strtoull=yes ac_cv_func_symlink=yes ac_cv_func_sysconf=yes ac_cv_func_syslog=yes ac_cv_func_utime=yes ac_cv_func_utimes=yes ac_cv_func_vsnprintf=yes ac_cv_func_waitpid=yes ac_cv_have_decl_fdatasync=yes ac_cv_have_decl_snprintf=yes ac_cv_have_decl_vsnprintf=yes ac_cv_header_SupportDefs_h=no ac_cv_header_crypt_h=yes ac_cv_header_dld_h=no ac_cv_header_endian_h=yes ac_cv_header_fp_class_h=no ac_cv_header_getopt_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_kernel_OS_h=no ac_cv_header_kernel_image_h=no ac_cv_header_memory_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_tcp_h=yes ac_cv_header_openssl_err_h=yes ac_cv_header_openssl_ssl_h=yes ac_cv_header_poll_h=yes ac_cv_header_pwd_h=yes ac_cv_header_readline_history_h=yes ac_cv_header_readline_readline_h=yes ac_cv_header_security_pam_appl_h=yes ac_cv_header_stdc=no 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_ipc_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_pstat_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_sem_h=yes ac_cv_header_sys_shm_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_syslog_h=yes ac_cv_header_termios_h=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_zlib_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_lib_BSD_main=no ac_cv_lib_IPC_main=no ac_cv_lib_PW_main=no ac_cv_lib_bsd_main=yes ac_cv_lib_compat_main=no ac_cv_lib_crypto_CRYPTO_new_ex_data=yes ac_cv_lib_cygipc_shmget=no ac_cv_lib_dl_main=yes ac_cv_lib_dld_main=no ac_cv_lib_gen_main=no ac_cv_lib_ipc_main=no ac_cv_lib_lc_main=no ac_cv_lib_ld_main=no ac_cv_lib_m_main=yes ac_cv_lib_nsl_main=yes ac_cv_lib_pam_pam_start=yes ac_cv_lib_resolv_main=yes ac_cv_lib_socket_main=no ac_cv_lib_ssl_SSL_library_init=yes ac_cv_lib_unix_main=no ac_cv_lib_util_setproctitle=no ac_cv_lib_z_inflate=yes ac_cv_member_struct_sockaddr_sa_len=no ac_cv_member_struct_sockaddr_storage___ss_family=no ac_cv_member_struct_sockaddr_storage___ss_len=no ac_cv_member_struct_sockaddr_storage_ss_family=yes ac_cv_member_struct_sockaddr_storage_ss_len=no ac_cv_member_struct_tm_tm_zone=yes ac_cv_objext=o ac_cv_path_ANT=/usr/bin/ant ac_cv_path_LD=/usr/i686-pc-linux-gnu/bin/ld ac_cv_path_PERL=/usr/bin/perl ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_TAR=/bin/tar ac_cv_prog_AWK=gawk ac_cv_prog_CC=gcc ac_cv_prog_CPP='gcc -E' ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_gnu_ld=yes ac_cv_search_crypt=-lcrypt ac_cv_search_fdatasync='none required' ac_cv_search_getopt_long='none required' ac_cv_struct_tm=time.h ac_cv_sys_largefile_source=no ac_cv_type_struct_addrinfo=yes ac_cv_type_struct_cmsgcred=no ac_cv_type_struct_fcred=no ac_cv_type_struct_option=yes ac_cv_type_struct_sockaddr_in6=yes ac_cv_type_struct_sockaddr_storage=yes ac_cv_type_struct_sockaddr_un=yes ac_cv_type_struct_sockcred=no ac_cv_type_union_semun=no ac_cv_type_z_streamp=yes ac_cv_var_tzname=yes pgac_cv_c_signed=yes pgac_cv_check_readline='-lreadline -ltermcap' pgac_cv_func_gettimeofday_1arg=no pgac_cv_funcname_func_support=yes pgac_cv_path_flex=/usr/bin/flex pgac_cv_prog_ant_works=yes pgac_cv_prog_cc_no_strict_aliasing=-fno-strict-aliasing pgac_cv_var_PS_STRINGS=no pgac_cv_var_int_optreset=no pgac_cv_var_int_timezone=yes ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "PostgreSQL" #define PACKAGE_TARNAME "postgresql" #define PACKAGE_VERSION "7.4.5" #define PACKAGE_STRING "PostgreSQL 7.4.5" #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" #define PG_VERSION "7.4.5" #define ENABLE_NLS 1 #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" #define PG_VERSION_STR "PostgreSQL 7.4.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)" #define PG_KRB_SRVNAM "postgres" #define USE_PAM 1 #define USE_SSL 1 #define HAVE_LIBBSD 1 #define HAVE_LIBM 1 #define HAVE_LIBDL 1 #define HAVE_LIBNSL 1 #define HAVE_LIBRESOLV 1 #define HAVE_LIBREADLINE 1 #define HAVE_LIBZ 1 #define HAVE_SPINLOCKS 1 #define HAVE_LIBCRYPTO 1 #define HAVE_LIBSSL 1 #define HAVE_LIBPAM 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_CRYPT_H 1 #define HAVE_ENDIAN_H 1 #define HAVE_GETOPT_H 1 #define HAVE_POLL_H 1 #define HAVE_PWD_H 1 #define HAVE_SYS_IPC_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SEM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_SHM_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_UTIME_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_READLINE_READLINE_H 1 #define HAVE_READLINE_HISTORY_H 1 #define HAVE_SECURITY_PAM_APPL_H 1 #define HAVE_STRINGIZE 1 #define HAVE_FUNCNAME__FUNC 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define HAVE_TZNAME 1 #define HAVE_STRUCT_SOCKADDR_UN 1 #define HAVE_UNIX_SOCKETS 1 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 #define HAVE_STRUCT_ADDRINFO 1 #define HAVE_STRUCT_OPTION 1 #define HAVE_INT_TIMEZONE #define ACCEPT_TYPE_RETURN int #define ACCEPT_TYPE_ARG1 int #define ACCEPT_TYPE_ARG2 struct sockaddr * #define ACCEPT_TYPE_ARG3 size_t #define HAVE_CBRT 1 #define HAVE_DLOPEN 1 #define HAVE_FCVT 1 #define HAVE_FDATASYNC 1 #define HAVE_MEMMOVE 1 #define HAVE_POLL 1 #define HAVE_SETSID 1 #define HAVE_SIGPROCMASK 1 #define HAVE_SYMLINK 1 #define HAVE_SYSCONF 1 #define HAVE_UTIME 1 #define HAVE_UTIMES 1 #define HAVE_WAITPID 1 #define HAVE_DECL_FDATASYNC 1 #define HAVE_IPV6 1 #define HAVE_SNPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_DECL_SNPRINTF 1 #define HAVE_DECL_VSNPRINTF 1 #define HAVE_ISINF 1 #define HAVE_CRYPT 1 #define HAVE_FSEEKO 1 #define HAVE_GETOPT 1 #define HAVE_GETRUSAGE 1 #define HAVE_INET_ATON 1 #define HAVE_RANDOM 1 #define HAVE_RINT 1 #define HAVE_SRANDOM 1 #define HAVE_STRCASECMP 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETOPT_LONG 1 #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 #define HAVE_RL_COMPLETION_MATCHES 1 #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 #define HAVE_REPLACE_HISTORY_ENTRY 1 #define HAVE_FINITE 1 #define HAVE_SIGSETJMP 1 #define HAVE_SYSLOG 1 #define HAVE_STRTOLL 1 #define HAVE_STRTOULL 1 #define HAVE_ATEXIT 1 #define HAVE_FSEEKO 1 configure: exit 1