| Summary: | can't build gnomelibs | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Michael Harnois <mharnois> |
| Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports->gnome Over to maintainer What version of Imlib do you have installed? If you already have a version >= 1.9, you might try reinstalling it. Else, update to the latest which is 1.9.11. Joe Hi! I have the same problems on -current. I tried to compile gnomelibs and it stops due to imlib errors. The conftest program at the end of the pr is compiled successfully and if I try to execute it, it coredumps. I can't see anything useful with strace which shows why the program crashes. HTH, Hendrik -- Hendrik Scholz - <hscholz@raisdorf.net> - http://raisdorf.net/ Microsoft: where do you want to go today? Linux: where do you want to go tomorrow? *BSD: are you guys coming, or what? 1.9.11. I've reinstalled four times. -----Original Message----- From: Joe Marcus Clarke [mailto:marcus@marcuscom.com] Sent: Thursday, February 07, 2002 21:46 To: freebsd-gnats-submit@FreeBSD.org; mharnois@cpinternet.com Subject: Re: ports/34722: can't build gnomelibs What version of Imlib do you have installed? If you already have a version >= 1.9, you might try reinstalling it. Else, update to the latest which is 1.9.11. Joe On Fri, 8 Feb 2002, Michael Harnois wrote: > 1.9.11. I've reinstalled four times. Can you verify that the gdk_pixbuf and gnomecanvas ports are up-to-date, and both are the same version? Joe > > -----Original Message----- > From: Joe Marcus Clarke [mailto:marcus@marcuscom.com] > Sent: Thursday, February 07, 2002 21:46 > To: freebsd-gnats-submit@FreeBSD.org; mharnois@cpinternet.com > Subject: Re: ports/34722: can't build gnomelibs > > > What version of Imlib do you have installed? If you already have a > version >= 1.9, you might try reinstalling it. Else, update to the > latest which is 1.9.11. > > Joe > > > > > On Fri, 8 Feb 2002, Michael Harnois wrote: > 1.9.11. I've reinstalled four times. Also, can you try removing the -march=pentiumpro CFLAG, and see if the problem persists? I assume imlib-config is in your path, and returns 1.9.11? Joe > > -----Original Message----- > From: Joe Marcus Clarke [mailto:marcus@marcuscom.com] > Sent: Thursday, February 07, 2002 21:46 > To: freebsd-gnats-submit@FreeBSD.org; mharnois@cpinternet.com > Subject: Re: ports/34722: can't build gnomelibs > > > What version of Imlib do you have installed? If you already have a > version >= 1.9, you might try reinstalling it. Else, update to the > latest which is 1.9.11. > > Joe > > > > > State Changed From-To: open->feedback I believe (but am not entirely sure) that there are currently some issues with -CURRENT's link-loader. I've certainly heard of very similar reports of "weird stuff" happening with regards linking and executing binaries. Can you check with -current to see if this is an instantion of this issue, if so, then it's not really a ports issue. Responsible Changed From-To: gnome->ade I'll take this, for my sins. State Changed From-To: feedback->closed Submitter reports that the known link-loader breakage in -current is indeed responsible for this problem, and is thus not a ports issue. |
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:639: checking host system type configure:660: checking target system type configure:678: checking build system type configure:713: checking for a BSD compatible install configure:766: checking whether build environment is sane configure:823: checking whether gmake sets ${MAKE} configure:869: checking for working aclocal configure:882: checking for working autoconf configure:895: checking for working automake configure:908: checking for working autoheader configure:921: checking for working makeinfo configure:953: checking for strerror in -lcposix configure:972: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -lcposix -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot find -lcposix configure: failed program was: #line 961 "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 strerror(); int main() { strerror() ; return 0; } configure:997: checking for gcc configure:1110: checking whether the C compiler (cc -O -pipe -march=pentiumpro ) works configure:1126: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:1152: checking whether the C compiler (cc -O -pipe -march=pentiumpro ) is a cross-compiler configure:1157: checking whether we are using GNU C configure:1166: cc -E conftest.c configure:1185: checking whether cc accepts -g configure:1217: checking how to run the C preprocessor configure:1238: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:1297: checking for ANSI C header files configure:1310: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:1377: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:1492: checking for ranlib configure:1531: checking for ld used by GCC configure:1593: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.12.0 pre-release snap [FreeBSD] 20020127 configure:1609: checking for BSD-compatible nm configure:1645: checking whether ln -s works ltconfig:603: checking for object suffix ltconfig:604: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 ltconfig:776: checking if cc PIC flag -fPIC works ltconfig:777: cc -c -O -pipe -march=pentiumpro -fPIC -DPIC -I/usr/local/include conftest.c 1>&5 ltconfig:829: checking if cc supports -c -o file.o ltconfig:830: cc -c -O -pipe -march=pentiumpro -o out/conftest2.o -I/usr/local/include conftest.c 1>&5 ltconfig:862: checking if cc supports -c -o file.lo ltconfig:863: cc -c -O -pipe -march=pentiumpro -c -o conftest.lo -I/usr/local/include conftest.c 1>&5 ltconfig:914: checking if cc supports -fno-rtti -fno-exceptions ltconfig:915: cc -c -O -pipe -march=pentiumpro -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c 1>&5 ltconfig:958: checking if cc static flag -static works ltconfig:959: cc -o conftest -O -pipe -march=pentiumpro -I/usr/local/include -static conftest.c -L/usr/local/lib 1>&5 GNU ld version 2.12.0 pre-release snap [FreeBSD] 20020127 ltconfig:1653: checking if global_symbol_pipe works ltconfig:1654: cc -c -O -pipe -march=pentiumpro -I/usr/local/include conftest.c 1>&5 ltconfig:1657: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1709: cc -o conftest -O -pipe -march=pentiumpro -fno-builtin -fno-rtti -fno-exceptions -I/usr/local/include conftest.c conftstm.o 1>&5 configure:1836: checking whether to enable maintainer-specific portions of Makefiles configure:1872: checking what warning flags to pass to the C compiler configure:1904: checking what language compliance flags to pass to the C compiler configure:1930: checking for pthread_create in -lc_r configure:1949: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include conftest.c -lc_r -L/usr/local/lib 1>&5 configure:2154: checking for gtk-config configure:2189: checking for GTK - version >= 1.2.0 configure:2290: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include conftest.c -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -L/usr/local/lib 1>&5 configure:2393: checking for SmcSaveYourselfDone in -lSM configure:2412: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm conftest.c -lSM -lICE -L/usr/local/lib 1>&5 configure:2441: checking for X11/SM/SMlib.h configure:2451: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:2489: checking for XpmFreeXpmImage in -lXpm configure:2508: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm conftest.c -lXpm -L/usr/local/lib 1>&5 configure:2541: checking for gawk configure:2541: checking for mawk configure:2541: checking for nawk configure:2541: checking for awk configure:2583: checking for getopt_long configure:2611: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 /tmp/cce8NplU.o: In function `main': /tmp/cce8NplU.o(.text+0x7): undefined reference to `getopt_long' configure: failed program was: #line 2588 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getopt_long(); below. */ #include <assert.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 getopt_long(); 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_getopt_long) || defined (__stub___getopt_long) choke me #else getopt_long(); #endif ; return 0; } configure:2643: checking for dirent.h that defines DIR configure:2656: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:2652: warning: unused variable `dirp' configure:2681: checking for opendir in -ldir configure:2700: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -ldir -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot find -ldir configure: failed program was: #line 2689 "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 opendir(); int main() { opendir() ; return 0; } configure:2768: checking for program_invocation_short_name configure:2780: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 /tmp/ccvhss2R.o: In function `main': /tmp/ccvhss2R.o(.text+0x9): undefined reference to `program_invocation_short_name' configure: failed program was: #line 2773 "configure" #include "confdefs.h" int *p; int main() { extern int program_invocation_short_name; p = &program_invocation_short_name; ; return 0; } configure:2768: checking for program_invocation_name configure:2780: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 /tmp/ccqNWoch.o: In function `main': /tmp/ccqNWoch.o(.text+0x9): undefined reference to `program_invocation_name' configure: failed program was: #line 2773 "configure" #include "confdefs.h" int *p; int main() { extern int program_invocation_name; p = &program_invocation_name; ; return 0; } configure:2768: checking for sys_errlist configure:2780: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:2807: checking for memmove configure:2835: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:2807: checking for mkstemp configure:2835: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:2807: checking for scandir configure:2835: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:2807: checking for strcasecmp configure:2835: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:2807: checking for strerror configure:2835: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:2807: checking for strndup configure:2835: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 /tmp/ccPi9yXL.o: In function `main': /tmp/ccPi9yXL.o(.text+0x7): undefined reference to `strndup' configure: failed program was: #line 2812 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strndup(); below. */ #include <assert.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 strndup(); 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_strndup) || defined (__stub___strndup) choke me #else strndup(); #endif ; return 0; } configure:2807: checking for strnlen configure:2835: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 /tmp/ccnpvbUJ.o: In function `main': /tmp/ccnpvbUJ.o(.text+0x7): undefined reference to `strnlen' configure: failed program was: #line 2812 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strnlen(); below. */ #include <assert.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 strnlen(); 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_strnlen) || defined (__stub___strnlen) choke me #else strnlen(); #endif ; return 0; } configure:2864: checking for strtok_r configure:2892: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:2864: checking for strtod configure:2892: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:2864: checking for strtol configure:2892: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:2864: checking for strtoul configure:2892: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:2864: checking for vasprintf configure:2892: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:2864: checking for vsnprintf configure:2892: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:2922: checking for realpath configure:2950: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:2980: checking for vprintf configure:3008: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:2980: checking for doprnt configure:3008: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 /tmp/ccICvCrB.o: In function `main': /tmp/ccICvCrB.o(.text+0x7): undefined reference to `doprnt' configure: failed program was: #line 2985 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char doprnt(); below. */ #include <assert.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 doprnt(); 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_doprnt) || defined (__stub___doprnt) choke me #else doprnt(); #endif ; return 0; } configure:2980: checking for strerror_r configure:3008: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:3033: checking for error_at_line configure:3045: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure: In function `main': configure:3041: warning: implicit declaration of function `error_at_line' /tmp/cc9AZUS7.o: In function `main': /tmp/cc9AZUS7.o(.text+0x1a): undefined reference to `error_at_line' configure: failed program was: #line 3038 "configure" #include "confdefs.h" int main() { error_at_line(0, 0, "", 0, ""); ; return 0; } configure:3065: checking for uid_t in sys/types.h configure:3105: checking for string.h configure:3115: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:3105: checking for strings.h configure:3115: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:3105: checking for stdlib.h configure:3115: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:3105: checking for unistd.h configure:3115: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:3105: checking for dirent.h configure:3115: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:3144: checking whether gethostname must be declared configure:3171: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:3167: warning: unused variable `pfn' configure:3144: checking whether setreuid must be declared configure:3171: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:3167: warning: unused variable `pfn' configure:3144: checking whether setregid must be declared configure:3171: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:3167: warning: unused variable `pfn' configure:3144: checking whether getpagesize must be declared configure:3171: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:3167: warning: unused variable `pfn' configure:3199: checking whether scandir must be declared configure:3230: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:3226: warning: unused variable `pfn' configure:3293: checking for gawk configure:3327: checking for perl5 configure:3360: checking for gtkdoc-mkdb configure:3430: checking for indent configure:3505: checking for working const configure:3559: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:3533: warning: unused variable `s' configure:3553: warning: unused variable `foo' configure:3521: warning: unused variable `zero' configure:3515: warning: unused variable `x' configure:3532: warning: `t' might be used uninitialized in this function configure:3550: warning: `b' might be used uninitialized in this function configure:3580: checking for inline configure:3594: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:3590: warning: control reaches end of non-void function configure: At top level: configure:3590: warning: return-type defaults to `int' configure:3620: checking for off_t configure:3653: checking for size_t configure:3688: checking for working alloca.h configure:3700: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:3694: alloca.h: No such file or directory configure: In function `main': configure:3696: warning: unused variable `p' configure: failed program was: #line 3693 "configure" #include "confdefs.h" #include <alloca.h> int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } configure:3721: checking for alloca configure:3754: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure: In function `main': configure:3750: warning: unused variable `p' configure:3923: checking for stdlib.h configure:3923: checking for unistd.h configure:3923: checking for sys/stat.h configure:3933: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:3923: checking for sys/types.h configure:3933: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:3962: checking for getpagesize configure:3990: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:4015: checking for working mmap configure:4176: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:4204: checking for argz.h configure:4214: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:4210: argz.h: No such file or directory configure: failed program was: #line 4209 "configure" #include "confdefs.h" #include <argz.h> configure:4204: checking for limits.h configure:4214: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:4204: checking for locale.h configure:4214: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:4204: checking for nl_types.h configure:4214: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:4204: checking for malloc.h configure:4214: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out In file included from configure:4210: /usr/include/malloc.h:3: #error "<malloc.h> has been replaced by <stdlib.h>" configure: failed program was: #line 4209 "configure" #include "confdefs.h" #include <malloc.h> configure:4204: checking for string.h configure:4204: checking for unistd.h configure:4204: checking for sys/param.h configure:4214: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:4244: checking for getcwd configure:4272: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:4244: checking for munmap configure:4272: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:4244: checking for putenv configure:4272: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:4244: checking for setenv configure:4272: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:4244: checking for setlocale configure:4272: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:4244: checking for strchr configure:4272: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:4244: checking for strcasecmp configure:4244: checking for strdup configure:4272: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:4244: checking for __argz_count configure:4272: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 /tmp/ccrkF4va.o: In function `main': /tmp/ccrkF4va.o(.text+0x7): undefined reference to `__argz_count' configure: failed program was: #line 4249 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __argz_count(); below. */ #include <assert.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 __argz_count(); 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___argz_count) || defined (__stub_____argz_count) choke me #else __argz_count(); #endif ; return 0; } configure:4244: checking for __argz_stringify configure:4272: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 /tmp/ccDTBKFx.o: In function `main': /tmp/ccDTBKFx.o(.text+0x7): undefined reference to `__argz_stringify' configure: failed program was: #line 4249 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __argz_stringify(); below. */ #include <assert.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 __argz_stringify(); 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___argz_stringify) || defined (__stub_____argz_stringify) choke me #else __argz_stringify(); #endif ; return 0; } configure:4244: checking for __argz_next configure:4272: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 /tmp/cc6yfNJq.o: In function `main': /tmp/cc6yfNJq.o(.text+0x7): undefined reference to `__argz_next' configure: failed program was: #line 4249 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __argz_next(); below. */ #include <assert.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 __argz_next(); 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___argz_next) || defined (__stub_____argz_next) choke me #else __argz_next(); #endif ; return 0; } configure:4301: checking for stpcpy configure:4329: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 /tmp/ccYbBjzO.o: In function `main': /tmp/ccYbBjzO.o(.text+0x7): undefined reference to `stpcpy' configure: failed program was: #line 4306 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char stpcpy(); below. */ #include <assert.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 stpcpy(); 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_stpcpy) || defined (__stub___stpcpy) choke me #else stpcpy(); #endif ; return 0; } configure:4363: checking for LC_MESSAGES configure:4375: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:4396: checking whether NLS is requested configure:4432: checking for libintl.h configure:4442: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:4459: checking for gettext in libc configure:4471: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 /tmp/ccOmjPvZ.o: In function `main': /tmp/ccOmjPvZ.o(.text+0xf): undefined reference to `gettext' configure: failed program was: #line 4464 "configure" #include "confdefs.h" #include <libintl.h> int main() { return (int) gettext ("") ; return 0; } configure:4487: checking for bindtextdomain in -lintl configure:4506: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lintl -L/usr/local/lib 1>&5 configure:4522: checking for gettext in libintl configure:4527: checking for gettext in -lintl configure:4546: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lintl -L/usr/local/lib 1>&5 configure:4585: checking for msgfmt configure:4619: checking for dcgettext configure:4647: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 /tmp/ccdSTM1p.o: In function `main': /tmp/ccdSTM1p.o(.text+0x7): undefined reference to `dcgettext' configure: failed program was: #line 4624 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dcgettext(); below. */ #include <assert.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 dcgettext(); 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_dcgettext) || defined (__stub___dcgettext) choke me #else dcgettext(); #endif ; return 0; } configure:4674: checking for gmsgfmt configure:4710: checking for xgettext configure:4750: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 /tmp/ccHEJIWO.o: In function `main': /tmp/ccHEJIWO.o(.text+0x4): undefined reference to `_nl_msg_cat_cntr' configure: failed program was: #line 4742 "configure" #include "confdefs.h" int main() { extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr ; return 0; } configure:5027: checking for catalogs to be installed configure:5138: checking for floor in -lm configure:5157: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 configure:5189: checking for dlfcn.h configure:5199: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:5189: checking for locale.h configure:5227: checking for gmodule support configure:5248: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 conftest.c -lm -L/usr/local/lib 1>&5 configure:5272: checking for strerror configure:5272: checking for gethostbyname configure:5300: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 configure:5272: checking for setfsgid configure:5300: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 /tmp/ccj6CB3U.o: In function `main': /tmp/ccj6CB3U.o(.text+0x7): undefined reference to `setfsgid' configure: failed program was: #line 5277 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char setfsgid(); below. */ #include <assert.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 setfsgid(); 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_setfsgid) || defined (__stub___setfsgid) choke me #else setfsgid(); #endif ; return 0; } configure:5272: checking for setenv configure:5272: checking for putenv configure:5272: checking for strdup configure:5370: checking for inet_aton configure:5398: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 configure:5470: checking for gtk_signal_handler_pending configure:5498: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lSM -lICE -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -lm -L/usr/local/lib 1>&5 configure:5528: checking for sys/select.h configure:5538: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:5528: checking for sys/time.h configure:5538: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:5528: checking for sys/un.h configure:5538: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:5528: checking for paths.h configure:5538: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:5528: checking for sys/syslimits.h configure:5538: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:5528: checking for sys/fsuid.h configure:5538: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:5534: sys/fsuid.h: No such file or directory configure: failed program was: #line 5533 "configure" #include "confdefs.h" #include <sys/fsuid.h> configure:5566: checking for sa_len in struct sockaddr configure:5575: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 In file included from configure:5569: /usr/include/sys/socket.h:52: syntax error before `sa_family_t' /usr/include/sys/socket.h:52: warning: data definition has no type or storage class /usr/include/sys/socket.h:164: syntax error before `u_char' /usr/include/sys/socket.h:175: syntax error before `u_short' /usr/include/sys/socket.h:189: syntax error before `u_char' /usr/include/sys/socket.h:191: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:191: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:191: size of array `__ss_pad1' is too large /usr/include/sys/socket.h:192: syntax error before `int64_t' /usr/include/sys/socket.h:193: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:193: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:193: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:193: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:366: syntax error before `pid_t' /usr/include/sys/socket.h:371: syntax error before `gid_t' /usr/include/sys/socket.h:406: syntax error before `u_short' /usr/include/sys/socket.h:414: syntax error before `caddr_t' /usr/include/sys/socket.h:418: syntax error before `caddr_t' In file included from configure:5569: /usr/include/sys/socket.h:451: syntax error before `recv' /usr/include/sys/socket.h:451: syntax error before `size_t' /usr/include/sys/socket.h:451: warning: data definition has no type or storage class /usr/include/sys/socket.h:452: syntax error before `recvfrom' /usr/include/sys/socket.h:452: syntax error before `size_t' /usr/include/sys/socket.h:452: warning: data definition has no type or storage class /usr/include/sys/socket.h:453: syntax error before `recvmsg' /usr/include/sys/socket.h:453: warning: data definition has no type or storage class /usr/include/sys/socket.h:454: syntax error before `send' /usr/include/sys/socket.h:454: syntax error before `size_t' /usr/include/sys/socket.h:454: warning: data definition has no type or storage class /usr/include/sys/socket.h:455: syntax error before `sendto' /usr/include/sys/socket.h:456: syntax error before `size_t' /usr/include/sys/socket.h:456: warning: data definition has no type or storage class /usr/include/sys/socket.h:457: syntax error before `sendmsg' /usr/include/sys/socket.h:457: warning: data definition has no type or storage class /usr/include/sys/socket.h:458: syntax error before `off_t' configure: In function `main': configure:5571: structure has no member named `sa_len' configure: failed program was: #line 5568 "configure" #include "confdefs.h" #include <sys/socket.h> int main() { struct sockaddr s; s.sa_len; ; return 0; } configure:5588: checking for sa_len with -D_SOCKADDR_LEN configure:5599: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -D_SOCKADDR_LEN conftest.c 1>&5 In file included from configure:5593: /usr/include/sys/socket.h:52: syntax error before `sa_family_t' /usr/include/sys/socket.h:52: warning: data definition has no type or storage class /usr/include/sys/socket.h:164: syntax error before `u_char' /usr/include/sys/socket.h:175: syntax error before `u_short' /usr/include/sys/socket.h:189: syntax error before `u_char' /usr/include/sys/socket.h:191: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:191: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:191: size of array `__ss_pad1' is too large /usr/include/sys/socket.h:192: syntax error before `int64_t' /usr/include/sys/socket.h:193: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:193: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:193: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:193: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:366: syntax error before `pid_t' /usr/include/sys/socket.h:371: syntax error before `gid_t' /usr/include/sys/socket.h:406: syntax error before `u_short' /usr/include/sys/socket.h:414: syntax error before `caddr_t' /usr/include/sys/socket.h:418: syntax error before `caddr_t' In file included from configure:5593: /usr/include/sys/socket.h:451: syntax error before `recv' /usr/include/sys/socket.h:451: syntax error before `size_t' /usr/include/sys/socket.h:451: warning: data definition has no type or storage class /usr/include/sys/socket.h:452: syntax error before `recvfrom' /usr/include/sys/socket.h:452: syntax error before `size_t' /usr/include/sys/socket.h:452: warning: data definition has no type or storage class /usr/include/sys/socket.h:453: syntax error before `recvmsg' /usr/include/sys/socket.h:453: warning: data definition has no type or storage class /usr/include/sys/socket.h:454: syntax error before `send' /usr/include/sys/socket.h:454: syntax error before `size_t' /usr/include/sys/socket.h:454: warning: data definition has no type or storage class /usr/include/sys/socket.h:455: syntax error before `sendto' /usr/include/sys/socket.h:456: syntax error before `size_t' /usr/include/sys/socket.h:456: warning: data definition has no type or storage class /usr/include/sys/socket.h:457: syntax error before `sendmsg' /usr/include/sys/socket.h:457: warning: data definition has no type or storage class /usr/include/sys/socket.h:458: syntax error before `off_t' configure: In function `main': configure:5595: structure has no member named `sa_len' configure: failed program was: #line 5592 "configure" #include "confdefs.h" #include <sys/socket.h> int main() { struct sockaddr s; s.sa_len; ; return 0; } configure:5619: checking for Unix98 sendmsg configure:5637: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 configure:5659: checking for sys/time.h configure:5659: checking for utmp.h configure:5669: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:5659: checking for utmpx.h configure:5669: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:5665: utmpx.h: No such file or directory configure: failed program was: #line 5664 "configure" #include "confdefs.h" #include <utmpx.h> configure:5696: checking whether time.h and sys/time.h may both be included configure:5710: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:5706: warning: unused variable `tp' configure:5744: checking for ut_host field in the utmp structure configure:5768: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:5787: checking for ut_pid field in the utmp structure configure:5811: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:5807: structure has no member named `ut_pid' configure: failed program was: #line 5789 "configure" #include "confdefs.h" #ifdef TIME_WITH_SYS_TIME #include <sys/time.h> #include <time.h> #else #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #else #include <time.h> #endif #endif #ifdef HAVE_UTMP_H #include <utmp.h> #endif #ifdef HAVE_UTMPX_H #include <utmpx.h> #endif int main() { UTMP ut; int i; i=ut.ut_pid; ; return 0; } configure:5830: checking for ut_id field in the utmp structure configure:5854: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:5850: structure has no member named `ut_id' configure: failed program was: #line 5832 "configure" #include "confdefs.h" #ifdef TIME_WITH_SYS_TIME #include <sys/time.h> #include <time.h> #else #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #else #include <time.h> #endif #endif #ifdef HAVE_UTMP_H #include <utmp.h> #endif #ifdef HAVE_UTMPX_H #include <utmpx.h> #endif int main() { UTMP ut; char *p; p=ut.ut_id; ; return 0; } configure:5873: checking for ut_name field in the utmp structure configure:5897: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:5916: checking for ut_type field in the utmp structure configure:5940: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:5936: structure has no member named `ut_type' configure: failed program was: #line 5918 "configure" #include "confdefs.h" #ifdef TIME_WITH_SYS_TIME #include <sys/time.h> #include <time.h> #else #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #else #include <time.h> #endif #endif #ifdef HAVE_UTMP_H #include <utmp.h> #endif #ifdef HAVE_UTMPX_H #include <utmpx.h> #endif int main() { UTMP ut; int i; i=(int) ut.ut_type; ; return 0; } configure:5959: checking for ut_exit.e_termination field in the utmp structure configure:5983: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:5979: structure has no member named `ut_exit' configure: failed program was: #line 5961 "configure" #include "confdefs.h" #ifdef TIME_WITH_SYS_TIME #include <sys/time.h> #include <time.h> #else #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #else #include <time.h> #endif #endif #ifdef HAVE_UTMP_H #include <utmp.h> #endif #ifdef HAVE_UTMPX_H #include <utmpx.h> #endif int main() { UTMP ut; ut.ut_exit.e_termination=0; ; return 0; } configure:6002: checking for ut_user field in the utmp structure configure:6026: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:6022: structure has no member named `ut_user' configure: failed program was: #line 6004 "configure" #include "confdefs.h" #ifdef TIME_WITH_SYS_TIME #include <sys/time.h> #include <time.h> #else #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #else #include <time.h> #endif #endif #ifdef HAVE_UTMP_H #include <utmp.h> #endif #ifdef HAVE_UTMPX_H #include <utmpx.h> #endif int main() { UTMP ut; char *p; p=ut.ut_user; ; return 0; } configure:6045: checking for ut_time field in the utmp structure configure:6069: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:6088: checking for ut_tv field in the utmp structure configure:6112: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:6108: structure has no member named `ut_tv' configure: failed program was: #line 6090 "configure" #include "confdefs.h" #ifdef TIME_WITH_SYS_TIME #include <sys/time.h> #include <time.h> #else #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #else #include <time.h> #endif #endif #ifdef HAVE_UTMP_H #include <utmp.h> #endif #ifdef HAVE_UTMPX_H #include <utmpx.h> #endif int main() { UTMP ut; ut.ut_tv.tv_sec=0; ; return 0; } configure:6131: checking for ut_syslen field in the utmp structure configure:6155: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:6151: structure has no member named `ut_syslen' configure: failed program was: #line 6133 "configure" #include "confdefs.h" #ifdef TIME_WITH_SYS_TIME #include <sys/time.h> #include <time.h> #else #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #else #include <time.h> #endif #endif #ifdef HAVE_UTMP_H #include <utmp.h> #endif #ifdef HAVE_UTMPX_H #include <utmpx.h> #endif int main() { UTMP ut; ut.ut_syslen=0; ; return 0; } configure:6180: checking for sys/time.h configure:6180: checking for utmp.h configure:6180: checking for lastlog.h configure:6190: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6186: lastlog.h: No such file or directory configure: failed program was: #line 6185 "configure" #include "confdefs.h" #include <lastlog.h> configure:6217: checking whether time.h and sys/time.h may both be included configure:6253: checking for existance of lastlog structure configure:6277: cc -c -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:6301: checking for pty.h configure:6311: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6307: pty.h: No such file or directory configure: failed program was: #line 6306 "configure" #include "confdefs.h" #include <pty.h> configure:6301: checking for util.h configure:6311: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6307: util.h: No such file or directory configure: failed program was: #line 6306 "configure" #include "confdefs.h" #include <util.h> configure:6301: checking for libutil.h configure:6311: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6301: checking for ttyent.h configure:6311: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6339: checking for openpty in -lutil configure:6358: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lutil -lm -L/usr/local/lib 1>&5 configure:6375: checking for login_tty in -lutil configure:6394: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lutil -lm -L/usr/local/lib 1>&5 configure:6436: checking for grantpt configure:6464: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 /tmp/ccYWL9Ab.o: In function `main': /tmp/ccYWL9Ab.o(.text+0x7): undefined reference to `grantpt' configure: failed program was: #line 6441 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char grantpt(); below. */ #include <assert.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 grantpt(); 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_grantpt) || defined (__stub___grantpt) choke me #else grantpt(); #endif ; return 0; } configure:6436: checking for utmpxname configure:6464: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 /tmp/ccaI8yJQ.o: In function `main': /tmp/ccaI8yJQ.o(.text+0x7): undefined reference to `utmpxname' configure: failed program was: #line 6441 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char utmpxname(); below. */ #include <assert.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 utmpxname(); 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_utmpxname) || defined (__stub___utmpxname) choke me #else utmpxname(); #endif ; return 0; } configure:6436: checking for utmpname configure:6464: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 /tmp/ccBjcdlz.o: In function `main': /tmp/ccBjcdlz.o(.text+0x7): undefined reference to `utmpname' configure: failed program was: #line 6441 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char utmpname(); below. */ #include <assert.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 utmpname(); 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_utmpname) || defined (__stub___utmpname) choke me #else utmpname(); #endif ; return 0; } configure:6436: checking for getutmpx configure:6464: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 /tmp/ccKrCGvV.o: In function `main': /tmp/ccKrCGvV.o(.text+0x7): undefined reference to `getutmpx' configure: failed program was: #line 6441 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getutmpx(); below. */ #include <assert.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 getutmpx(); 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_getutmpx) || defined (__stub___getutmpx) choke me #else getutmpx(); #endif ; return 0; } configure:6436: checking for getutent configure:6464: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 /tmp/ccfVRFSo.o: In function `main': /tmp/ccfVRFSo.o(.text+0x7): undefined reference to `getutent' configure: failed program was: #line 6441 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getutent(); below. */ #include <assert.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 getutent(); 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_getutent) || defined (__stub___getutent) choke me #else getutent(); #endif ; return 0; } configure:6436: checking for getttyent configure:6464: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 configure:6491: checking for updwtmpx configure:6519: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 /tmp/cc7bIff7.o: In function `main': /tmp/cc7bIff7.o(.text+0x7): undefined reference to `updwtmpx' configure: failed program was: #line 6496 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char updwtmpx(); below. */ #include <assert.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 updwtmpx(); 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_updwtmpx) || defined (__stub___updwtmpx) choke me #else updwtmpx(); #endif ; return 0; } configure:6491: checking for updwtmp configure:6519: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 /tmp/cccEgncP.o: In function `main': /tmp/cccEgncP.o(.text+0x7): undefined reference to `updwtmp' configure: failed program was: #line 6496 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char updwtmp(); below. */ #include <assert.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 updwtmp(); 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_updwtmp) || defined (__stub___updwtmp) choke me #else updwtmp(); #endif ; return 0; } configure:6491: checking for fcntl configure:6519: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 configure:6491: checking for flock configure:6519: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 configure:6491: checking for strrchr configure:6519: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 configure:6491: checking for seteuid configure:6519: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 configure:6491: checking for setreuid configure:6519: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lm -L/usr/local/lib 1>&5 configure:6548: checking for stropts.h configure:6558: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6554: stropts.h: No such file or directory configure: failed program was: #line 6553 "configure" #include "confdefs.h" #include <stropts.h> configure:6589: checking for grantpt in -lpt configure:6608: cc -o conftest -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lpt -lm -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot find -lpt configure: failed program was: #line 6597 "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 grantpt(); int main() { grantpt() ; return 0; } configure:6640: checking for inflate in -lz configure:6659: cc -o conftest -O -pipe -