Re: Second call for platform testing - Mailing list pgsql-hackers
| From | Joe Conway |
|---|---|
| Subject | Re: Second call for platform testing |
| Date | |
| Msg-id | 3C06BF6D.30807@home.com Whole thread Raw |
| In response to | Second call for platform testing (Thomas Lockhart <lockhart@fourpalms.org>) |
| List | pgsql-hackers |
Tom Lane wrote:
> What had configure selected so far for compiler, cflags, etc? Maybe
> it's blowing the game at that stage. Or maybe the test is failing to
> include all the needed include files to define these datatypes.
>
> In general, the config.log output is a good thing to post when puzzled
> by configure problems.
OK. Figured out a couple of pieces to this. First, although I was told
we did not have HP's compiler, it is actually there. Second, since gcc
was freshly installed, it wasn't in my PATH. So the error I reported
last time is actually from the bundled compiler.
So I added /opt/gcc/bin to my PATH, and got a different error once gcc
was detected.
Attached are both config.log files. Sorry for being so clueless here,
but I haven't done much on HPUX before.
Joe
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:635: checking host system type
configure:661: checking which template to use
configure:824: checking whether to build with locale support
configure:853: checking whether to build with recode support
configure:883: checking whether to build with multibyte character support
configure:937: checking whether NLS is wanted
configure:972: checking for default port number
configure:1006: checking for default soft limit on number of connections
configure:1130: checking for gcc
configure:1160: checking for cc
configure:1243: checking whether the C compiler (cc ) works
configure:1259: cc -o conftest conftest.c 1>&5
configure:1285: checking whether the C compiler (cc ) is a cross-compiler
configure:1290: checking whether we are using GNU C
configure:1299: cc -E conftest.c
configure:1318: checking whether cc accepts -g
configure:1361: checking whether the C compiler (cc -Ae +O2 ) works
configure:1377: cc -Ae -o conftest +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
configure:1403: checking whether the C compiler (cc -Ae +O2 ) is a cross-compiler
configure:1408: checking for Cygwin environment
configure:1424: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 1420: error 1588: "__CYGWIN32__" undefined.
configure: failed program was:
#line 1413 "configure"
#include "confdefs.h"
int main() {
#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1441: checking for mingw32 environment
configure:1453: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 1449: error 1588: "__MINGW32__" undefined.
configure: failed program was:
#line 1446 "configure"
#include "confdefs.h"
int main() {
return __MINGW32__;
; return 0; }
configure:1472: checking for executable suffix
configure:1482: cc -Ae -o conftest +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
configure:1503: checking how to run the C preprocessor
configure:1524: cc -Ae -E conftest.c >/dev/null 2>conftest.out
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
configure: failed program was:
#line 1518 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:1541: cc -Ae -E -traditional-cpp conftest.c >/dev/null 2>conftest.out
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
configure: failed program was:
#line 1535 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:1558: cc -Ae -nologo -E conftest.c >/dev/null 2>conftest.out
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The -n option is available only with the C/ANSI C product; ignored.
configure: failed program was:
#line 1552 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:1730: checking whether to build with Tcl
configure:1754: checking whether to build with Tk
configure:1815: checking whether to build Perl modules
configure:1841: checking whether to build Python modules
configure:1867: checking whether to build Java/JDBC tools
configure:2105: checking whether to build with PAM support
configure:2196: checking whether to build the ODBC driver
configure:2334: checking whether to build C++ modules
configure:2727: checking for mawk
configure:2727: checking for gawk
configure:2727: checking for nawk
configure:2727: checking for awk
configure:2757: checking for flex
configure:2822: checking whether ln -s works
configure:2887: checking for non-GNU ld
configure:2922: checking if the linker (/usr/bin/ld) is GNU ld
configure:2977: checking for ranlib
configure:3009: checking for lorder
configure:3041: checking for tar
configure:3079: checking for bison
configure:3162: checking for perl
configure:3299: checking for readline
configure:3321: cc -Ae -o conftest +O2 conftest.c -lreadline 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "readline"
configure: failed program was:
#line 3310 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char readline();
int main() {
readline()
; return 0; }
configure:3321: cc -Ae -o conftest +O2 conftest.c -ledit 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "edit"
configure: failed program was:
#line 3310 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char readline();
int main() {
readline()
; return 0; }
configure:3321: cc -Ae -o conftest +O2 conftest.c -lreadline -ltermcap 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "readline"
configure: failed program was:
#line 3310 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char readline();
int main() {
readline()
; return 0; }
configure:3321: cc -Ae -o conftest +O2 conftest.c -ledit -ltermcap 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "edit"
configure: failed program was:
#line 3310 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char readline();
int main() {
readline()
; return 0; }
configure:3321: cc -Ae -o conftest +O2 conftest.c -lreadline -lncurses 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "readline"
configure: failed program was:
#line 3310 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char readline();
int main() {
readline()
; return 0; }
configure:3321: cc -Ae -o conftest +O2 conftest.c -ledit -lncurses 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "edit"
configure: failed program was:
#line 3310 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char readline();
int main() {
readline()
; return 0; }
configure:3321: cc -Ae -o conftest +O2 conftest.c -lreadline -lcurses 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "readline"
configure: failed program was:
#line 3310 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char readline();
int main() {
readline()
; return 0; }
configure:3321: cc -Ae -o conftest +O2 conftest.c -ledit -lcurses 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "edit"
configure: failed program was:
#line 3310 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char readline();
int main() {
readline()
; return 0; }
configure:3360: checking for library containing using_history
configure:3378: cc -Ae -o conftest +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Unsatisfied symbols:
using_history (first referenced in conftest.o) (code)
configure: failed program was:
#line 3367 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char using_history();
int main() {
using_history()
; return 0; }
configure:3400: cc -Ae -o conftest +O2 conftest.c -lhistory 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "history"
configure: failed program was:
#line 3389 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char using_history();
int main() {
using_history()
; return 0; }
configure:3427: checking for main in -lbsd
configure:3442: cc -Ae -o conftest +O2 conftest.c -lbsd 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "bsd"
configure: failed program was:
#line 3435 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:3471: checking for setproctitle in -lutil
configure:3490: cc -Ae -o conftest +O2 conftest.c -lutil 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "util"
configure: failed program was:
#line 3479 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char setproctitle();
int main() {
setproctitle()
; return 0; }
configure:3518: checking for main in -lm
configure:3533: cc -Ae -o conftest +O2 conftest.c -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
configure:3561: checking for main in -ldl
configure:3576: cc -Ae -o conftest +O2 conftest.c -ldl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "dl"
configure: failed program was:
#line 3569 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:3604: checking for main in -lsocket
configure:3619: cc -Ae -o conftest +O2 conftest.c -lsocket -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "socket"
configure: failed program was:
#line 3612 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:3647: checking for main in -lnsl
configure:3662: cc -Ae -o conftest +O2 conftest.c -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
configure:3690: checking for main in -lipc
configure:3705: cc -Ae -o conftest +O2 conftest.c -lipc -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "ipc"
configure: failed program was:
#line 3698 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:3733: checking for main in -lIPC
configure:3748: cc -Ae -o conftest +O2 conftest.c -lIPC -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "IPC"
configure: failed program was:
#line 3741 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:3776: checking for main in -llc
configure:3791: cc -Ae -o conftest +O2 conftest.c -llc -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "lc"
configure: failed program was:
#line 3784 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:3819: checking for main in -ldld
configure:3834: cc -Ae -o conftest +O2 conftest.c -ldld -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
configure:3862: checking for main in -lld
configure:3877: cc -Ae -o conftest +O2 conftest.c -lld -ldld -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "ld"
configure: failed program was:
#line 3870 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:3905: checking for main in -lcompat
configure:3920: cc -Ae -o conftest +O2 conftest.c -lcompat -ldld -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "compat"
configure: failed program was:
#line 3913 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:3948: checking for main in -lBSD
configure:3963: cc -Ae -o conftest +O2 conftest.c -lBSD -ldld -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
configure:3991: checking for main in -lgen
configure:4006: cc -Ae -o conftest +O2 conftest.c -lgen -lBSD -ldld -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
configure:4034: checking for main in -lPW
configure:4049: cc -Ae -o conftest +O2 conftest.c -lPW -lgen -lBSD -ldld -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
configure:4077: checking for main in -lresolv
configure:4092: cc -Ae -o conftest +O2 conftest.c -lresolv -lPW -lgen -lBSD -ldld -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "resolv"
configure: failed program was:
#line 4085 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:4121: checking for main in -lunix
configure:4136: cc -Ae -o conftest +O2 conftest.c -lunix -lPW -lgen -lBSD -ldld -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "unix"
configure: failed program was:
#line 4129 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:4165: checking for library containing crypt
configure:4183: cc -Ae -o conftest +O2 conftest.c -lPW -lgen -lBSD -ldld -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
configure:4227: checking for __inet_ntoa in -lbind
configure:4246: cc -Ae -o conftest +O2 conftest.c -lbind -lPW -lgen -lBSD -ldld -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
/usr/ccs/bin/ld: Can't find library: "bind"
configure: failed program was:
#line 4235 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char __inet_ntoa();
int main() {
__inet_ntoa()
; return 0; }
cpp: "configure", line 4279: error 4036: Can't open include file 'zlib.h'.
configure:4340: checking for library containing fdatasync
configure:4358: cc -Ae -o conftest +O2 conftest.c -lPW -lgen -lBSD -ldld -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
configure:5071: checking for crypt.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
configure:5071: checking for dld.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 5077: error 4036: Can't open include file 'dld.h'.
configure: failed program was:
#line 5076 "configure"
#include "confdefs.h"
#include <dld.h>
configure:5071: checking for endian.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 5077: error 4036: Can't open include file 'endian.h'.
configure: failed program was:
#line 5076 "configure"
#include "confdefs.h"
#include <endian.h>
configure:5071: checking for fp_class.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 5077: error 4036: Can't open include file 'fp_class.h'.
configure: failed program was:
#line 5076 "configure"
#include "confdefs.h"
#include <fp_class.h>
configure:5071: checking for getopt.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 5077: error 4036: Can't open include file 'getopt.h'.
configure: failed program was:
#line 5076 "configure"
#include "confdefs.h"
#include <getopt.h>
configure:5071: checking for ieeefp.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 5077: error 4036: Can't open include file 'ieeefp.h'.
configure: failed program was:
#line 5076 "configure"
#include "confdefs.h"
#include <ieeefp.h>
configure:5071: checking for pwd.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
configure:5071: checking for sys/ipc.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
configure:5071: checking for sys/pstat.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
configure:5071: checking for sys/select.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 5077: error 4036: Can't open include file 'sys/select.h'.
configure: failed program was:
#line 5076 "configure"
#include "confdefs.h"
#include <sys/select.h>
configure:5071: checking for sys/sem.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
configure:5071: checking for sys/socket.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
configure:5071: checking for sys/shm.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
configure:5071: checking for sys/types.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
configure:5071: checking for sys/un.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
configure:5071: checking for termios.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
configure:5071: checking for kernel/OS.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 5077: error 4036: Can't open include file 'kernel/OS.h'.
configure: failed program was:
#line 5076 "configure"
#include "confdefs.h"
#include <kernel/OS.h>
configure:5071: checking for kernel/image.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 5077: error 4036: Can't open include file 'kernel/image.h'.
configure: failed program was:
#line 5076 "configure"
#include "confdefs.h"
#include <kernel/image.h>
configure:5071: checking for SupportDefs.h
configure:5081: /lib/cpp conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 5077: error 4036: Can't open include file 'SupportDefs.h'.
configure: failed program was:
#line 5076 "configure"
#include "confdefs.h"
#include <SupportDefs.h>
configure:5112: checking for netinet/in.h
configure:5122: /lib/cpp conftest.c >/dev/null 2>conftest.out
configure:5149: checking for netinet/tcp.h
configure:5161: /lib/cpp conftest.c >/dev/null 2>conftest.out
configure:5179: checking whether string.h and strings.h may both be included
configure:5191: /lib/cpp conftest.c >/dev/null 2>conftest.out
configure:5205: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
configure:5237: checking for readline/readline.h
configure:5247: /lib/cpp conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 5243: error 4036: Can't open include file 'readline/readline.h'.
configure: failed program was:
#line 5242 "configure"
#include "confdefs.h"
#include <readline/readline.h>
configure:5237: checking for readline.h
configure:5247: /lib/cpp conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 5243: error 4036: Can't open include file 'readline.h'.
configure: failed program was:
#line 5242 "configure"
#include "confdefs.h"
#include <readline.h>
configure:5277: checking for readline/history.h
configure:5287: /lib/cpp conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 5283: error 4036: Can't open include file 'readline/history.h'.
configure: failed program was:
#line 5282 "configure"
#include "confdefs.h"
#include <readline/history.h>
configure:5277: checking for history.h
configure:5287: /lib/cpp conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 5283: error 4036: Can't open include file 'history.h'.
configure: failed program was:
#line 5282 "configure"
#include "confdefs.h"
#include <history.h>
configure:5535: checking for working const
configure:5589: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 5545: warning 5: "const" will become a keyword.
(Bundled) cc: "configure", line 5545: error 1000: Unexpected symbol: "charset".
(Bundled) cc: "configure", line 5547: warning 5: "const" will become a keyword.
(Bundled) cc: "configure", line 5547: warning 5: "const" will become a keyword.
(Bundled) cc: "configure", line 5547: error 1000: Unexpected symbol: "*".
(Bundled) cc: "configure", line 5551: warning 5: "const" will become a keyword.
(Bundled) cc: "configure", line 5551: error 1000: Unexpected symbol: "zero".
(Bundled) cc: "configure", line 5555: warning 5: "const" will become a keyword.
(Bundled) cc: "configure", line 5555: error 1000: Unexpected symbol: "char".
(Bundled) cc: "configure", line 5560: warning 5: "const" will become a keyword.
(Bundled) cc: "configure", line 5560: error 1000: Unexpected symbol: "const".
(Bundled) cc: "configure", line 5560: warning 5: "const" will become a keyword.
(Bundled) cc: "configure", line 5563: warning 5: "const" will become a keyword.
(Bundled) cc: "configure", line 5560: error 1000: Unexpected symbol: ")".
(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.
configure: failed program was:
#line 5540 "configure"
#include "confdefs.h"
int main() {
/* Ultrix mips cc rejects this. */
typedef int charset[2]; const charset x;
/* SunOS 4.1.1 cc rejects this. */
char const *const *ccp;
char **p;
/* NEC SVR4.0.2 mips cc rejects this. */
struct point {int x, y;};
static struct point const zero = {0,0};
/* AIX XL C 1.02.0.0 rejects this.
It does not let you subtract one const X* pointer from another in an arm
of an if-expression whose if-part is not a constant expression */
const char *g = "string";
ccp = &g + (g ? g-g : 0);
/* HPUX 7.0 cc rejects these. */
++ccp;
p = (char**) ccp;
ccp = (char const *const *) p;
{ /* SCO 3.2v4 cc rejects this. */
char *t;
char const *s = 0 ? (char *) 0 : (char const *) 0;
*t++ = 0;
}
{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
int x[] = {25, 17};
const int *foo = &x[0];
++foo;
}
{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
typedef const int *iptr;
iptr p = 0;
++p;
}
{ /* AIX XL C 1.02.0.0 rejects this saying
"k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
struct s { int j; const int *ap[3]; };
struct s *b; b->j = 5;
}
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
const int foo = 10;
}
; return 0; }
configure:5610: checking for inline
configure:5624: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 5620: error 1000: Unexpected symbol: "foo".
(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.
configure: failed program was:
#line 5617 "configure"
#include "confdefs.h"
int main() {
} inline foo() {
; return 0; }
configure:5624: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 5620: error 1000: Unexpected symbol: "foo".
(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.
configure: failed program was:
#line 5617 "configure"
#include "confdefs.h"
int main() {
} __inline__ foo() {
; return 0; }
configure:5624: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 5620: error 1000: Unexpected symbol: "foo".
(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.
configure: failed program was:
#line 5617 "configure"
#include "confdefs.h"
int main() {
} __inline foo() {
; return 0; }
configure:5652: checking for preprocessor stringizing operator
configure:5687: checking for signed types
configure:5699: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 5695: warning 5: "signed" will become a keyword.
(Bundled) cc: "configure", line 5695: error 1000: Unexpected symbol: "char".
(Bundled) cc: "configure", line 5695: warning 5: "signed" will become a keyword.
(Bundled) cc: "configure", line 5695: error 1000: Unexpected symbol: "short".
(Bundled) cc: "configure", line 5695: warning 5: "signed" will become a keyword.
(Bundled) cc: "configure", line 5695: error 1000: Unexpected symbol: "int".
(Bundled) cc: "configure", line 5695: error 1588: "signed" undefined.
configure: failed program was:
#line 5692 "configure"
#include "confdefs.h"
int main() {
signed char c; signed short s; signed int i;
; return 0; }
configure:5719: checking for volatile
configure:5731: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
configure:5751: checking whether struct tm is in sys/time.h or time.h
configure:5764: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
configure:5785: checking for tm_zone in struct tm
configure:5798: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 5794: error 1588: "tm_zone" undefined.
(Bundled) cc: "configure", line 5794: error 1531: Invalid member of struct or union.
configure: failed program was:
#line 5790 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <time.h>
int main() {
struct tm tm; tm.tm_zone;
; return 0; }
configure:5818: checking for tzname
configure:5833: cc -Ae -o conftest +O2 conftest.c -lPW -lgen -lBSD -ldld -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
configure:5855: checking for union semun
configure:5869: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 5865: error 1574: Unknown size for "semun".
configure: failed program was:
#line 5860 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/sem.h>
int main() {
union semun semun;
; return 0; }
configure:5889: checking for struct cmsgcred
configure:5903: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
cpp: "configure", line 5897: error 4036: Can't open include file 'sys/ucred.h'.
configure: failed program was:
#line 5894 "configure"
#include "confdefs.h"
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/ucred.h>
int main() {
struct cmsgcred sockcred;
; return 0; }
configure:5923: checking for struct fcred
configure:5937: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
cpp: "configure", line 5931: error 4036: Can't open include file 'sys/ucred.h'.
configure: failed program was:
#line 5928 "configure"
#include "confdefs.h"
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/ucred.h>
int main() {
struct fcred sockcred;
; return 0; }
configure:5957: checking for struct sockcred
configure:5971: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
cpp: "configure", line 5965: error 4036: Can't open include file 'sys/ucred.h'.
configure: failed program was:
#line 5962 "configure"
#include "confdefs.h"
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/ucred.h>
int main() {
struct sockcred sockcred;
; return 0; }
configure:5991: checking for struct sockaddr_un
configure:6006: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
configure:6030: checking for int timezone
configure:6043: cc -Ae -o conftest +O2 conftest.c -lPW -lgen -lBSD -ldld -lnsl -lm 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
configure:6063: checking types of arguments for accept()
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (int, struct sockaddr *, int *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "configure", line 6084: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal
declaration.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (int, struct sockaddr *, size_t *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1000: Unexpected symbol: "socklen_t".
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (int, struct sockaddr *, socklen_t *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (int, struct sockaddr *, unsigned int *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (int, struct sockaddr *, void *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (int, const struct sockaddr *, int *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "configure", line 6084: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal
declaration.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (int, const struct sockaddr *, size_t *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1000: Unexpected symbol: "socklen_t".
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (int, const struct sockaddr *, socklen_t *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (int, const struct sockaddr *, unsigned int *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (int, const struct sockaddr *, void *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (int, void *, int *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "configure", line 6084: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal
declaration.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (int, void *, size_t *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1000: Unexpected symbol: "socklen_t".
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (int, void *, socklen_t *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (int, void *, unsigned int *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (int, void *, void *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (unsigned int, struct sockaddr *, int *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "configure", line 6084: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal
declaration.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (unsigned int, struct sockaddr *, size_t *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1000: Unexpected symbol: "socklen_t".
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (unsigned int, struct sockaddr *, socklen_t *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (unsigned int, struct sockaddr *, unsigned int *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (unsigned int, struct sockaddr *, void *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (unsigned int, const struct sockaddr *, int *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "configure", line 6084: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal
declaration.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (unsigned int, const struct sockaddr *, size_t *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1000: Unexpected symbol: "socklen_t".
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (unsigned int, const struct sockaddr *, socklen_t *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (unsigned int, const struct sockaddr *, unsigned int *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (unsigned int, const struct sockaddr *, void *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (unsigned int, void *, int *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "configure", line 6084: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal
declaration.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (unsigned int, void *, size_t *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1000: Unexpected symbol: "socklen_t".
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (unsigned int, void *, socklen_t *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (unsigned int, void *, unsigned int *);
int main() {
; return 0; }
configure:6090: cc -Ae -c +O2 conftest.c 1>&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +O2 option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 6084: error 1705: Function prototypes are an ANSI feature.
configure: failed program was:
#line 6077 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
extern int accept (unsigned int, void *, void *);
int main() {
; return 0; }
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:635: checking host system type
configure:661: checking which template to use
configure:824: checking whether to build with locale support
configure:853: checking whether to build with recode support
configure:883: checking whether to build with multibyte character support
configure:937: checking whether NLS is wanted
configure:972: checking for default port number
configure:1006: checking for default soft limit on number of connections
configure:1130: checking for gcc
configure:1243: checking whether the C compiler (gcc ) works
configure:1259: gcc -o conftest conftest.c 1>&5
as: warning 2: Unknown option "--traditional-format" ignored.
as: "/var/tmp/cceTg0Kd.s", line 15: error 1052: Directive name not recognized - NSUBSPA
configure: failed program was:
#line 1254 "configure"
#include "confdefs.h"
main(){return(0);}
pgsql-hackers by date: