This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:631: checking for a BSD compatible install configure:684: checking whether build environment is sane configure:741: checking whether make sets ${MAKE} configure:780: checking for working aclocal configure:793: checking for working autoconf configure:806: checking for working automake configure:819: checking for working autoheader configure:832: checking for working makeinfo configure:899: checking host system type configure:920: checking build system type configure:940: checking for ranlib configure:970: checking for gcc configure:1083: checking whether the C compiler (gcc ) works configure:1099: gcc -o conftest conftest.c 1>&5 configure:1125: checking whether the C compiler (gcc ) is a cross-compiler configure:1130: checking whether we are using GNU C configure:1158: checking whether gcc accepts -g configure:1201: checking for ld used by GCC configure:1294: checking if the linker (/usr/ccs/bin/ld) is GNU ld configure:1310: checking for BSD-compatible nm configure:1346: checking command to parse /usr/ccs/bin/nm -p output configure:1506: checking for _ prefix in compiled symbols configure:1549: checking whether ln -s works ltconfig:552: checking for object suffix ltconfig:553: gcc -c -g -O2 conftest.c 1>&5 ltconfig:674: checking if gcc PIC flag -fPIC works ltconfig:675: gcc -c -g -O2 -fPIC -DPIC conftest.c 1>&5 ltconfig:709: checking if gcc supports -c -o file.o ltconfig:710: gcc -c -g -O2 -c -o conftest2.o conftest.c 1>&5 ltconfig:737: checking if gcc supports -c -o file.lo ltconfig:738: gcc -c -g -O2 -c -o conftest.lo conftest.c 1>&5 ltconfig:789: checking if gcc supports -fno-rtti -fno-exceptions ltconfig:790: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 ltconfig:833: checking if gcc static flag -static works ltconfig:834: gcc -o conftest -g -O2 -static conftest.c 1>&5 ltconfig:1425: checking if global_symbol_pipe works ltconfig:1426: gcc -c -g -O2 conftest.c 1>&5 ltconfig:1429: eval "/usr/ccs/bin/nm -p conftest.o | sed -n -e 's/^.* [BDTU] \([_A-Za-z][_A-Za-z0-9]*\)$/\1 \1/p' > conftest.nm" ltconfig:1487: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions conftest.c conftestm.o 1>&5 configure:1813: checking whether to enable maintainer-specific portions of Makefiles configure:1844: checking for gcc configure:1957: checking whether the C compiler (gcc -g -O2 ) works configure:1973: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1999: checking whether the C compiler (gcc -g -O2 ) is a cross-compiler configure:2004: checking whether we are using GNU C configure:2032: checking whether gcc accepts -g configure:2075: checking for a BSD compatible install configure:2141: checking for indent configure:2169: checking if indent can read from stdin configure:2262: checking for glib-config configure:2297: checking for GLIB - version >= 1.1.16 configure:2396: gcc -o conftest -g -O2 -I/u/ma/hohn/bin/sparc/usr/local/lib/glib/include -I/u/ma/hohn/bin/sparc/usr/local/include conftest.c -L/u/ma/hohn/bin/sparc/usr/local/lib -lglib 1>&5 configure:2494: checking for bison configure:2525: checking how to run the C preprocessor configure:2610: checking for flex configure:2643: checking for flex configure:2677: checking for yywrap in -lfl configure:2719: checking lex output file root configure:2740: checking whether yytext is a pointer configure:2785: checking for mawk configure:2816: checking for ANSI C header files configure:2923: checking for fcntl.h configure:2923: checking for unistd.h configure:2923: checking for sys/endian.h configure:2923: checking for endian.h configure:2923: checking for machine/endian.h configure:2923: checking for sys/machine.h configure:2923: checking for sys/isa_defs.h configure:2923: checking for sys/poll.h configure:2963: checking for stddef.h configure:2963: checking for wchar.h configure:2963: checking for wcstr.h configure:2963: checking for wctype.h configure:2963: checking for machine/types.h configure:2963: checking for tcpd.h configure:3001: checking for working const configure:3076: checking for inline configure:3116: checking for size_t configure:3150: checking for vprintf configure:3257: checking for working alloca.h configure:3290: checking for alloca configure:3491: checking for poll configure:3491: checking for basename configure:3544: checking for socket configure:3590: checking for socket in -lsocket configure:3639: checking for gethostbyname configure:3685: checking for gethostbyname in -lnsl configure:3739: checking whether to use TCP wrappers From -L/usr/lib, checking in dir /usr/lib for libwrap.a configure:3851: checking for inet_aton configure:3897: checking for inet_aton in -lresolv configure:3955: checking whether byte ordering is bigendian configure:4081: gcc -o conftest -g -O2 conftest.c -lresolv -lnsl -lsocket 1>&5 configure: failed program was: #line 4052 "configure" #include "confdefs.h" #include #include #define NIOVECS 50 int main(int argc, char *argv[]) { char dumbuf[20] = "\n"; struct iovec iovecs[NIOVECS]; int i,fd; for(i = 0; i < NIOVECS; i++) { iovecs[i].iov_base = dumbuf; iovecs[i].iov_len = 1; } fd=open("/dev/null", O_WRONLY); if(fd==-1) return(1); if(writev(fd, iovecs, NIOVECS) < 0) return 1; close(fd); return 0; } configure:4107: checking alignment of CORBA_short configure:4154: checking alignment of CORBA_long configure:4201: checking alignment of CORBA_unsigned_short configure:4248: checking alignment of CORBA_unsigned_long configure:4295: checking alignment of CORBA_float configure:4342: checking alignment of CORBA_double configure:4389: checking alignment of CORBA_char configure:4436: checking alignment of CORBA_boolean configure:4483: checking alignment of CORBA_octet configure:4530: checking alignment of CORBA_long_double configure:4577: checking alignment of CORBA_wchar configure:4624: checking alignment of CORBA_long_long configure:4671: checking alignment of CORBA_unsigned_long_long configure:4718: checking alignment of CORBA_struct configure:4765: checking alignment of CORBA_pointer