/* confdefs.h. */
|
| #define PACKAGE_NAME "ostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.3.9"
| #define PACKAGE_STRING "ostgreSQL 8.3.9"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.3.9"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3793: checking allow thread-safe client libraries
configure:3887: result: no
configure:3894: checking whether to build with Tcl
configure:3923: result: no
configure:3960: checking whether to build Perl modules
configure:3989: result: no
configure:3996: checking whether to build Python modules
configure:4025: result: no
configure:4032: checking whether to build with GSSAPI support
configure:4068: result: no
configure:4075: checking whether to build with Kerberos 5 support
configure:4111: result: no
configure:4160: checking whether to build with PAM support
configure:4193: result: no
configure:4201: checking whether to build with LDAP support
configure:4234: result: no
configure:4242: checking whether to build with Bonjour support
configure:4275: result: no
configure:4283: checking whether to build with OpenSSL support
configure:4316: result: no
configure:4633: checking for egrep
configure:4643: result: grep -E
configure:4680: using CPPFLAGS= -D_GNU_SOURCE
configure:4682: using LDFLAGS=
configure:4698: checking for ld used by GCC
configure:4761: result: /usr/bin/ld
configure:4770: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld (GNU Binutils for Debian) 2.18.0.20080103
configure:4782: result: yes
configure:4892: checking for ranlib
configure:4908: found /usr/bin/ranlib
configure:4919: result: ranlib
configure:4973: checking for strip
configure:4989: found /usr/bin/strip
configure:5000: result: strip
configure:5013: checking whether it is possible to strip libraries
configure:5018: result: yes
configure:5032: checking for tar
configure:5050: found /bin/tar
configure:5062: result: /bin/tar
configure:5069: checking whether ln -s works
configure:5073: result: yes
configure:5084: checking for gawk
configure:5100: found /usr/bin/gawk
configure:5110: result: gawk
configure:5127: checking for bison
configure:5156: result: no
configure:5189: WARNING:
*** Without Bison you will not be able to build PostgreSQL from CVS nor
*** change any of the parser definition files. You can obtain Bison from
*** a GNU mirror site. (If you are using the official distribution of
*** PostgreSQL then you do not need to worry about this, because the Bison
*** output is pre-generated.) To use a different yacc program (possible,
*** but not recommended), set the environment variable YACC before running
*** 'configure'.
configure:5202: checking for flex
configure:5241: result: no
configure:5258: WARNING:
*** Without Flex you will not be able to build PostgreSQL from CVS or
*** change any of the scanner definition files. You can obtain Flex from
*** a GNU mirror site. (If you are using the official distribution of
*** PostgreSQL then you do not need to worry about this because the Flex
*** output is pre-generated.)
configure:5280: checking for perl
configure:5298: found /usr/bin/perl
configure:5310: result: /usr/bin/perl
configure:5496: checking for main in -lm
configure:5520: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lm >&5
configure:5526: $? = 0
configure:5530: test -z
|| test ! -s conftest.err
configure:5533: $? = 0
configure:5536: test -s conftest
configure:5539: $? = 0
configure:5552: result: yes
configure:5563: checking for library containing setproctitle
configure:5593: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c -lm >&5
/tmp/ccUtuIH4.o: In function `main':
conftest.c.text+0x12): undefined reference to `setproctitle'
collect2: ld returned 1 exit status
configure:5599: $? = 1
configure: failed program was:
| /* confdefs.h. */