xchat2 can't detect gtk2

Joe Marcus Clarke marcus at marcuscom.com
Tue Apr 1 20:46:47 PST 2003


On Tue, 2003-04-01 at 22:24, MiG wrote:
> Ok, i append at the end of the file the config.log.

You need to install x11-fonts/Xft.  If you have it installed, reinstall
it.

> 
> Also i do what Stephen Hilton told me to do, to apped to my /etc/make.conf:
> 
> WITH_GTK2=      yes
> 
> and it have the same problem =(.

This port doesn't use USE_GTK2.

Joe

> 
> Thanks in advance =)
> 
> On Tue, Apr 01, 2003 at 12:16:00AM -0500, Joe Marcus Clarke wrote:
> > On Mon, 2003-03-31 at 21:23, MiG wrote:
> > > Hi, i want to install xchat2 from ports (my port tree is up to date)
> > > and the configure script from xchat2 can't detect that i have installed
> > > gtk2.
> > > 
> > > My uname -a is:
> > > FreeBSD mig.mig-29.net 4.7-RELEASE FreeBSD 4.7-RELEASE #6: Tue Feb 18 22:05:09 CST 2003     
> > > root at mig.mig-29.net:/usr/obj/usr/src/sys/MIG  i386
> > > 
> > > And the output of the "make install clean" is (i canceled it, but it
> > > compiles only the xchat-test version).
> > > 
> > > And at the end of this transcription, i append my pkg_info output.
> > > 
> > > Thanks in advance =), any other information that maybe you need i will be glad to give you.
> > 
> > The config.log from xchat2 would be helpful.
> > 
> > Joe
> 
> 
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
> 
> It was created by configure, which was
> generated by GNU Autoconf 2.53.  Invocation command line was
> 
>   $ ./configure --enable-nls --enable-ipv6 --enable-perl --disable-python --enable-tcl=no --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --localstatedir=/usr/X11R6/share/gnome --datadir=/usr/X11R6/share/gnome --with-html-dir=/usr/X11R6/share/doc --disable-gtk-doc --with-gconf-source=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults --prefix=/usr/X11R6 i386-portbld-freebsd4.7
> 
> ## --------- ##
> ## Platform. ##
> ## --------- ##
> 
> hostname = mig.mig-29.net
> uname -m = i386
> uname -r = 4.7-RELEASE
> uname -s = FreeBSD
> uname -v = FreeBSD 4.7-RELEASE #6: Tue Feb 18 22:05:09 CST 2003     root at mig.mig-29.net:/usr/obj/usr/src/sys/MIG 
> 
> /usr/bin/uname -p = i386
> /bin/uname -X     = unknown
> 
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> hostinfo               = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
> 
> PATH: /sbin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /usr/bin
> PATH: /usr/games
> PATH: /usr/local/sbin
> PATH: /usr/local/bin
> PATH: /usr/X11R6/bin
> PATH: /home/mig/bin
> 
> 
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
> 
> configure:1432: checking for a BSD-compatible install
> configure:1486: result: /usr/bin/install -c -o root -g wheel
> configure:1497: checking whether build environment is sane
> configure:1540: result: yes
> configure:1573: checking for gawk
> configure:1602: result: no
> configure:1573: checking for mawk
> configure:1602: result: no
> configure:1573: checking for nawk
> configure:1589: found /usr/bin/nawk
> configure:1599: result: nawk
> configure:1609: checking whether gmake sets ${MAKE}
> configure:1629: result: yes
> configure:1774: checking whether to enable maintainer-specific portions of Makefiles
> configure:1783: result: no
> configure:1806: checking for i386-portbld-freebsd4.7-gcc
> configure:1832: result: cc
> configure:2114: checking for C compiler version
> configure:2117: cc --version </dev/null >&5
> 2.95.4
> configure:2120: $? = 0
> configure:2122: cc -v </dev/null >&5
> Using builtin specs.
> gcc version 2.95.4 20020320 [FreeBSD]
> configure:2125: $? = 0
> configure:2127: cc -V </dev/null >&5
> cc: argument to `-V' is missing
> configure:2130: $? = 1
> configure:2156: checking for C compiler default output
> configure:2159: cc -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:2162: $? = 0
> configure:2195: result: a.out
> configure:2200: checking whether the C compiler works
> configure:2206: ./a.out
> configure:2209: $? = 0
> configure:2224: result: yes
> configure:2231: checking whether we are cross compiling
> configure:2233: result: no
> configure:2236: checking for suffix of executables
> configure:2238: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:2241: $? = 0
> configure:2263: result: 
> configure:2269: checking for suffix of object files
> configure:2293: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:2296: $? = 0
> configure:2315: result: o
> configure:2319: checking whether we are using the GNU C compiler
> configure:2346: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:2349: $? = 0
> configure:2352: test -s conftest.o
> configure:2355: $? = 0
> configure:2367: result: yes
> configure:2373: checking whether cc accepts -g
> configure:2397: cc -c -g -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:2400: $? = 0
> configure:2403: test -s conftest.o
> configure:2406: $? = 0
> configure:2416: result: yes
> configure:2443: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> conftest.c:2: syntax error before `me'
> configure:2446: $? = 1
> configure: failed program was:
> #ifndef __cplusplus
>   choke me
> #endif
> configure:2575: checking for style of include used by gmake
> configure:2603: result: GNU
> configure:2631: checking dependency style of cc
> configure:2693: result: gcc
> configure:2703: checking how to run the C preprocessor
> configure:2729: cc -E -I/usr/local/include -D_THREAD_SAFE conftest.c
> configure:2735: $? = 0
> configure:2762: cc -E -I/usr/local/include -D_THREAD_SAFE conftest.c
> configure:2759: ac_nonexistent.h: No such file or directory
> configure:2768: $? = 1
> configure: failed program was:
> #line 2758 "configure"
> #include "confdefs.h"
> #include <ac_nonexistent.h>
> configure:2805: result: cc -E
> configure:2820: cc -E -I/usr/local/include -D_THREAD_SAFE conftest.c
> configure:2826: $? = 0
> configure:2853: cc -E -I/usr/local/include -D_THREAD_SAFE conftest.c
> configure:2850: ac_nonexistent.h: No such file or directory
> configure:2859: $? = 1
> configure: failed program was:
> #line 2849 "configure"
> #include "confdefs.h"
> #include <ac_nonexistent.h>
> configure:2977: checking build system type
> configure:2995: result: i386-portbld-freebsd4.7
> configure:3003: checking host system type
> configure:3017: result: i386-portbld-freebsd4.7
> configure:3047: checking for ld used by GCC
> configure:3110: result: /usr/libexec/elf/ld
> configure:3119: checking if the linker (/usr/libexec/elf/ld) is GNU ld
> GNU ld version 2.12.1 [FreeBSD] 2002-07-20
> configure:3131: result: yes
> configure:3136: checking for /usr/libexec/elf/ld option to reload object files
> configure:3143: result: -r
> configure:3148: checking for BSD-compatible nm
> configure:3184: result: nm
> configure:3187: checking whether ln -s works
> configure:3191: result: yes
> configure:3198: checking how to recognise dependant libraries
> configure:3376: result: pass_all
> configure:3389: checking command to parse nm output
> configure:3470: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:3473: $? = 0
> configure:3477: nm conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
> configure:3480: $? = 0
> configure:3532: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c conftstm.o >&5
> configure:3535: $? = 0
> configure:3579: result: ok
> configure:3584: checking for ANSI C header files
> configure:3598: cc -E -I/usr/local/include -D_THREAD_SAFE conftest.c
> configure:3604: $? = 0
> configure:3691: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:3694: $? = 0
> configure:3696: ./conftest
> configure:3699: $? = 0
> configure:3713: result: yes
> configure:3737: checking for sys/types.h
> configure:3750: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:3753: $? = 0
> configure:3756: test -s conftest.o
> configure:3759: $? = 0
> configure:3769: result: yes
> configure:3737: checking for sys/stat.h
> configure:3750: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:3753: $? = 0
> configure:3756: test -s conftest.o
> configure:3759: $? = 0
> configure:3769: result: yes
> configure:3737: checking for stdlib.h
> configure:3750: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:3753: $? = 0
> configure:3756: test -s conftest.o
> configure:3759: $? = 0
> configure:3769: result: yes
> configure:3737: checking for string.h
> configure:3750: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:3753: $? = 0
> configure:3756: test -s conftest.o
> configure:3759: $? = 0
> configure:3769: result: yes
> configure:3737: checking for memory.h
> configure:3750: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:3753: $? = 0
> configure:3756: test -s conftest.o
> configure:3759: $? = 0
> configure:3769: result: yes
> configure:3737: checking for strings.h
> configure:3750: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:3753: $? = 0
> configure:3756: test -s conftest.o
> configure:3759: $? = 0
> configure:3769: result: yes
> configure:3737: checking for inttypes.h
> configure:3750: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:3753: $? = 0
> configure:3756: test -s conftest.o
> configure:3759: $? = 0
> configure:3769: result: yes
> configure:3737: checking for stdint.h
> configure:3750: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:3779: stdint.h: No such file or directory
> configure:3753: $? = 1
> configure: failed program was:
> #line 3743 "configure"
> #include "confdefs.h"
> #include <stdio.h>
> #if HAVE_SYS_TYPES_H
> # include <sys/types.h>
> #endif
> #if HAVE_SYS_STAT_H
> # include <sys/stat.h>
> #endif
> #if STDC_HEADERS
> # include <stdlib.h>
> # include <stddef.h>
> #else
> # if HAVE_STDLIB_H
> #  include <stdlib.h>
> # endif
> #endif
> #if HAVE_STRING_H
> # if !STDC_HEADERS && HAVE_MEMORY_H
> #  include <memory.h>
> # endif
> # include <string.h>
> #endif
> #if HAVE_STRINGS_H
> # include <strings.h>
> #endif
> #if HAVE_INTTYPES_H
> # include <inttypes.h>
> #else
> # if HAVE_STDINT_H
> #  include <stdint.h>
> # endif
> #endif
> #if HAVE_UNISTD_H
> # include <unistd.h>
> #endif
> 
> #include <stdint.h>
> configure:3769: result: no
> configure:3737: checking for unistd.h
> configure:3750: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:3753: $? = 0
> configure:3756: test -s conftest.o
> configure:3759: $? = 0
> configure:3769: result: yes
> configure:3795: checking dlfcn.h usability
> configure:3804: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:3807: $? = 0
> configure:3810: test -s conftest.o
> configure:3813: $? = 0
> configure:3822: result: yes
> configure:3826: checking dlfcn.h presence
> configure:3833: cc -E -I/usr/local/include -D_THREAD_SAFE conftest.c
> configure:3839: $? = 0
> configure:3857: result: yes
> configure:3875: checking for dlfcn.h
> configure:3882: result: yes
> configure:4041: checking for i386-portbld-freebsd4.7-ranlib
> configure:4070: result: no
> configure:4079: checking for ranlib
> configure:4095: found /usr/bin/ranlib
> configure:4106: result: ranlib
> configure:4121: checking for i386-portbld-freebsd4.7-strip
> configure:4150: result: no
> configure:4159: checking for strip
> configure:4175: found /usr/bin/strip
> configure:4186: result: strip
> configure:4397: checking for objdir
> configure:4408: result: .libs
> configure:4425: checking for cc option to produce PIC
> configure:4575: result: -fPIC
> configure:4579: checking if cc PIC flag -fPIC works
> configure:4605: cc -c -O2 -pipe -march=pentiumpro -fPIC -DPIC -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:4608: $? = 0
> configure:4611: test -s conftest.o
> configure:4614: $? = 0
> configure:4651: result: yes
> configure:4667: checking if cc static flag -static works
> configure:4694: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  -static conftest.c -L/usr/local/lib -pthread >&5
> configure:4697: $? = 0
> configure:4700: test -s conftest
> configure:4703: $? = 0
> configure:4718: result: yes
> configure:4730: checking if cc supports -c -o file.o
> configure:4750: cc -c -O2 -pipe -march=pentiumpro -o out/conftest2.o -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:4774: result: yes
> configure:4779: checking if cc supports -c -o file.lo
> configure:4809: cc -c -O2 -pipe -march=pentiumpro -c -o conftest.lo -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:4812: $? = 0
> configure:4815: test -s conftest.lo
> configure:4818: $? = 0
> configure:4839: result: yes
> configure:4870: checking if cc supports -fno-rtti -fno-exceptions
> configure:4895: cc -c -O2 -pipe -march=pentiumpro -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:4898: $? = 0
> configure:4901: test -s conftest.o
> configure:4904: $? = 0
> configure:4920: result: yes
> configure:4931: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries
> configure:5611: result: yes
> configure:5616: checking how to hardcode library paths into programs
> configure:5640: result: immediate
> configure:5645: checking whether stripping libraries is possible
> configure:5650: result: yes
> configure:5661: checking dynamic linker characteristics
> configure:6054: result: freebsd4.7 ld.so
> configure:6059: checking if libtool supports shared libraries
> configure:6061: result: yes
> configure:6064: checking whether to build shared libraries
> configure:6085: result: yes
> configure:6088: checking whether to build static libraries
> configure:6092: result: no
> configure:6754: checking whether -lc should be explicitly linked in
> configure:6762: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:6765: $? = 0
> configure:6779: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
> configure:6782: $? = 1
> configure:6795: result: yes
> configure:7383: checking for msgfmt
> configure:7411: result: /usr/local/bin/msgfmt
> configure:7420: checking for gmsgfmt
> configure:7451: result: /usr/local/bin/msgfmt
> configure:7461: checking for xgettext
> configure:7489: result: /usr/local/bin/xgettext
> configure:7500: checking for msgmerge
> configure:7527: result: /usr/local/bin/msgmerge
> configure:7603: checking for ranlib
> configure:7630: result: ranlib
> configure:7643: checking for strerror in -lcposix
> configure:7676: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -lcposix  -L/usr/local/lib -pthread >&5
> /usr/libexec/elf/ld: cannot find -lcposix
> configure:7679: $? = 1
> configure: failed program was:
> #line 7651 "configure"
> #include "confdefs.h"
> 
> /* Override any gcc2 internal prototype to avoid an error.  */
> #ifdef __cplusplus
> extern "C"
> #endif
> /* We use char because int might match the return type of a gcc2
>    builtin and then its argument prototype would still apply.  */
> char strerror ();
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> strerror ();
>   ;
>   return 0;
> }
> configure:7696: result: no
> configure:7704: checking for cc option to accept ANSI C
> configure:7767: cc  -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:7770: $? = 0
> configure:7773: test -s conftest.o
> configure:7776: $? = 0
> configure:7793: result: none needed
> configure:7801: checking for an ANSI C-conforming const
> configure:7871: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:7874: $? = 0
> configure:7877: test -s conftest.o
> configure:7880: $? = 0
> configure:7890: result: yes
> configure:7900: checking for inline
> configure:7917: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:7920: $? = 0
> configure:7923: test -s conftest.o
> configure:7926: $? = 0
> configure:7937: result: inline
> configure:7952: checking for off_t
> configure:7979: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:7982: $? = 0
> configure:7985: test -s conftest.o
> configure:7988: $? = 0
> configure:7998: result: yes
> configure:8010: checking for size_t
> configure:8037: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:8040: $? = 0
> configure:8043: test -s conftest.o
> configure:8046: $? = 0
> configure:8056: result: yes
> configure:8070: checking for working alloca.h
> configure:8094: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:8077: alloca.h: No such file or directory
> configure:8097: $? = 1
> configure: failed program was:
> #line 8076 "configure"
> #include "confdefs.h"
> #include <alloca.h>
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> char *p = (char *) alloca (2 * sizeof (int));
>   ;
>   return 0;
> }
> configure:8113: result: no
> configure:8123: checking for alloca
> configure:8167: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:8170: $? = 0
> configure:8173: test -s conftest
> configure:8176: $? = 0
> configure:8186: result: yes
> configure:8382: checking for stdlib.h
> configure:8387: result: yes
> configure:8382: checking for unistd.h
> configure:8387: result: yes
> configure:8495: checking for getpagesize
> configure:8538: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:8541: $? = 0
> configure:8544: test -s conftest
> configure:8547: $? = 0
> configure:8557: result: yes
> configure:8567: checking for working mmap
> configure:8706: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:8709: $? = 0
> configure:8711: ./conftest
> configure:8714: $? = 0
> configure:8727: result: yes
> configure:8739: checking whether we are using the GNU C Library 2.1 or newer
> configure:8747: features.h: No such file or directory
> configure:8767: result: no
> configure:8775: checking whether integer division by zero raises SIGFPE
> configure:8834: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:8837: $? = 0
> configure:8839: ./conftest
> configure:8842: $? = 0
> configure:8856: result: yes
> configure:8869: checking for inttypes.h
> configure:8894: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure: In function `main':
> configure:8887: syntax error before `i'
> configure:8897: $? = 1
> configure: failed program was:
> #line 8875 "configure"
> #include "confdefs.h"
> #include <sys/types.h>
> #include <inttypes.h>
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> uintmax_t i = (uintmax_t) -1;
>   ;
>   return 0;
> }
> configure:8913: result: no
> configure:8924: checking for stdint.h
> configure:8949: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:8932: stdint.h: No such file or directory
> configure: In function `main':
> configure:8942: syntax error before `i'
> configure:8952: $? = 1
> configure: failed program was:
> #line 8930 "configure"
> #include "confdefs.h"
> #include <sys/types.h>
> #include <stdint.h>
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> uintmax_t i = (uintmax_t) -1;
>   ;
>   return 0;
> }
> configure:8968: result: no
> configure:8979: checking for unsigned long long
> configure:9004: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:9007: $? = 0
> configure:9010: test -s conftest
> configure:9013: $? = 0
> configure:9023: result: yes
> configure:9049: checking for inttypes.h
> configure:9075: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:9078: $? = 0
> configure:9081: test -s conftest.o
> configure:9084: $? = 0
> configure:9095: result: yes
> configure:9108: checking whether the inttypes.h PRIxNN macros are broken
> configure:9137: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:9140: $? = 0
> configure:9143: test -s conftest.o
> configure:9146: $? = 0
> configure:9157: result: no
> configure:9195: checking for ld used by GCC
> configure:9258: result: /usr/libexec/elf/ld
> configure:9267: checking if the linker (/usr/libexec/elf/ld) is GNU ld
> GNU ld version 2.12.1 [FreeBSD] 2002-07-20
> configure:9279: result: yes
> configure:9285: checking for shared library run path origin
> configure:9298: result: done
> configure:9726: checking argz.h usability
> configure:9735: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:9764: argz.h: No such file or directory
> configure:9738: $? = 1
> configure: failed program was:
> #line 9729 "configure"
> #include "confdefs.h"
> #include <stdio.h>
> #if HAVE_SYS_TYPES_H
> # include <sys/types.h>
> #endif
> #if HAVE_SYS_STAT_H
> # include <sys/stat.h>
> #endif
> #if STDC_HEADERS
> # include <stdlib.h>
> # include <stddef.h>
> #else
> # if HAVE_STDLIB_H
> #  include <stdlib.h>
> # endif
> #endif
> #if HAVE_STRING_H
> # if !STDC_HEADERS && HAVE_MEMORY_H
> #  include <memory.h>
> # endif
> # include <string.h>
> #endif
> #if HAVE_STRINGS_H
> # include <strings.h>
> #endif
> #if HAVE_INTTYPES_H
> # include <inttypes.h>
> #else
> # if HAVE_STDINT_H
> #  include <stdint.h>
> # endif
> #endif
> #if HAVE_UNISTD_H
> # include <unistd.h>
> #endif
> #include <argz.h>
> configure:9753: result: no
> configure:9757: checking argz.h presence
> configure:9764: cc -E -I/usr/local/include -D_THREAD_SAFE conftest.c
> configure:9761: argz.h: No such file or directory
> configure:9770: $? = 1
> configure: failed program was:
> #line 9760 "configure"
> #include "confdefs.h"
> #include <argz.h>
> configure:9788: result: no
> configure:9806: checking for argz.h
> configure:9813: result: no
> configure:9726: checking limits.h usability
> configure:9735: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:9738: $? = 0
> configure:9741: test -s conftest.o
> configure:9744: $? = 0
> configure:9753: result: yes
> configure:9757: checking limits.h presence
> configure:9764: cc -E -I/usr/local/include -D_THREAD_SAFE conftest.c
> configure:9770: $? = 0
> configure:9788: result: yes
> configure:9806: checking for limits.h
> configure:9813: result: yes
> configure:9726: checking locale.h usability
> configure:9735: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:9738: $? = 0
> configure:9741: test -s conftest.o
> configure:9744: $? = 0
> configure:9753: result: yes
> configure:9757: checking locale.h presence
> configure:9764: cc -E -I/usr/local/include -D_THREAD_SAFE conftest.c
> configure:9770: $? = 0
> configure:9788: result: yes
> configure:9806: checking for locale.h
> configure:9813: result: yes
> configure:9726: checking nl_types.h usability
> configure:9735: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:9738: $? = 0
> configure:9741: test -s conftest.o
> configure:9744: $? = 0
> configure:9753: result: yes
> configure:9757: checking nl_types.h presence
> configure:9764: cc -E -I/usr/local/include -D_THREAD_SAFE conftest.c
> configure:9770: $? = 0
> configure:9788: result: yes
> configure:9806: checking for nl_types.h
> configure:9813: result: yes
> configure:9726: checking malloc.h usability
> configure:9735: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> In file included from configure:9764:
> /usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
> configure:9738: $? = 0
> configure:9741: test -s conftest.o
> configure:9744: $? = 0
> configure:9753: result: yes
> configure:9757: checking malloc.h presence
> configure:9764: cc -E -I/usr/local/include -D_THREAD_SAFE conftest.c
> In file included from configure:9761:
> /usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
> configure:9770: $? = 0
> configure:9788: result: yes
> configure:9806: checking for malloc.h
> configure:9813: result: yes
> configure:9726: checking stddef.h usability
> configure:9735: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:9738: $? = 0
> configure:9741: test -s conftest.o
> configure:9744: $? = 0
> configure:9753: result: yes
> configure:9757: checking stddef.h presence
> configure:9764: cc -E -I/usr/local/include -D_THREAD_SAFE conftest.c
> configure:9770: $? = 0
> configure:9788: result: yes
> configure:9806: checking for stddef.h
> configure:9813: result: yes
> configure:9717: checking for stdlib.h
> configure:9722: result: yes
> configure:9717: checking for string.h
> configure:9722: result: yes
> configure:9717: checking for unistd.h
> configure:9722: result: yes
> configure:9726: checking sys/param.h usability
> configure:9735: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:9738: $? = 0
> configure:9741: test -s conftest.o
> configure:9744: $? = 0
> configure:9753: result: yes
> configure:9757: checking sys/param.h presence
> configure:9764: cc -E -I/usr/local/include -D_THREAD_SAFE conftest.c
> configure:9770: $? = 0
> configure:9788: result: yes
> configure:9806: checking for sys/param.h
> configure:9813: result: yes
> configure:9852: checking for feof_unlocked
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> /tmp/ccupR3DS.o: In function `main':
> /tmp/ccupR3DS.o(.text+0x9): undefined reference to `feof_unlocked'
> configure:9898: $? = 1
> configure: failed program was:
> #line 9858 "configure"
> #include "confdefs.h"
> /* System header to define __stub macros and hopefully few prototypes,
>     which can conflict with char feof_unlocked (); below.  */
> #include <assert.h>
> /* Override any gcc2 internal prototype to avoid an error.  */
> #ifdef __cplusplus
> extern "C"
> #endif
> /* We use char because int might match the return type of a gcc2
>    builtin and then its argument prototype would still apply.  */
> char feof_unlocked ();
> char (*f) ();
> 
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> /* The GNU C library defines this for functions which it implements
>     to always fail with ENOSYS.  Some functions are actually named
>     something starting with __ and the normal name is an alias.  */
> #if defined (__stub_feof_unlocked) || defined (__stub___feof_unlocked)
> choke me
> #else
> f = feof_unlocked;
> #endif
> 
>   ;
>   return 0;
> }
> configure:9914: result: no
> configure:9852: checking for fgets_unlocked
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> /tmp/ccXftqX6.o: In function `main':
> /tmp/ccXftqX6.o(.text+0x9): undefined reference to `fgets_unlocked'
> configure:9898: $? = 1
> configure: failed program was:
> #line 9858 "configure"
> #include "confdefs.h"
> /* System header to define __stub macros and hopefully few prototypes,
>     which can conflict with char fgets_unlocked (); below.  */
> #include <assert.h>
> /* Override any gcc2 internal prototype to avoid an error.  */
> #ifdef __cplusplus
> extern "C"
> #endif
> /* We use char because int might match the return type of a gcc2
>    builtin and then its argument prototype would still apply.  */
> char fgets_unlocked ();
> char (*f) ();
> 
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> /* The GNU C library defines this for functions which it implements
>     to always fail with ENOSYS.  Some functions are actually named
>     something starting with __ and the normal name is an alias.  */
> #if defined (__stub_fgets_unlocked) || defined (__stub___fgets_unlocked)
> choke me
> #else
> f = fgets_unlocked;
> #endif
> 
>   ;
>   return 0;
> }
> configure:9914: result: no
> configure:9852: checking for getc_unlocked
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> /tmp/cc6jFHbZ.o: In function `main':
> /tmp/cc6jFHbZ.o(.text+0x9): undefined reference to `getc_unlocked'
> configure:9898: $? = 1
> configure: failed program was:
> #line 9858 "configure"
> #include "confdefs.h"
> /* System header to define __stub macros and hopefully few prototypes,
>     which can conflict with char getc_unlocked (); below.  */
> #include <assert.h>
> /* Override any gcc2 internal prototype to avoid an error.  */
> #ifdef __cplusplus
> extern "C"
> #endif
> /* We use char because int might match the return type of a gcc2
>    builtin and then its argument prototype would still apply.  */
> char getc_unlocked ();
> char (*f) ();
> 
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> /* The GNU C library defines this for functions which it implements
>     to always fail with ENOSYS.  Some functions are actually named
>     something starting with __ and the normal name is an alias.  */
> #if defined (__stub_getc_unlocked) || defined (__stub___getc_unlocked)
> choke me
> #else
> f = getc_unlocked;
> #endif
> 
>   ;
>   return 0;
> }
> configure:9914: result: no
> configure:9852: checking for getcwd
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:9898: $? = 0
> configure:9901: test -s conftest
> configure:9904: $? = 0
> configure:9914: result: yes
> configure:9852: checking for getegid
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:9898: $? = 0
> configure:9901: test -s conftest
> configure:9904: $? = 0
> configure:9914: result: yes
> configure:9852: checking for geteuid
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:9898: $? = 0
> configure:9901: test -s conftest
> configure:9904: $? = 0
> configure:9914: result: yes
> configure:9852: checking for getgid
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:9898: $? = 0
> configure:9901: test -s conftest
> configure:9904: $? = 0
> configure:9914: result: yes
> configure:9852: checking for getuid
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:9898: $? = 0
> configure:9901: test -s conftest
> configure:9904: $? = 0
> configure:9914: result: yes
> configure:9852: checking for mempcpy
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> /tmp/ccpYckB4.o: In function `main':
> /tmp/ccpYckB4.o(.text+0x9): undefined reference to `mempcpy'
> configure:9898: $? = 1
> configure: failed program was:
> #line 9858 "configure"
> #include "confdefs.h"
> /* System header to define __stub macros and hopefully few prototypes,
>     which can conflict with char mempcpy (); below.  */
> #include <assert.h>
> /* Override any gcc2 internal prototype to avoid an error.  */
> #ifdef __cplusplus
> extern "C"
> #endif
> /* We use char because int might match the return type of a gcc2
>    builtin and then its argument prototype would still apply.  */
> char mempcpy ();
> char (*f) ();
> 
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> /* The GNU C library defines this for functions which it implements
>     to always fail with ENOSYS.  Some functions are actually named
>     something starting with __ and the normal name is an alias.  */
> #if defined (__stub_mempcpy) || defined (__stub___mempcpy)
> choke me
> #else
> f = mempcpy;
> #endif
> 
>   ;
>   return 0;
> }
> configure:9914: result: no
> configure:9852: checking for munmap
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:9898: $? = 0
> configure:9901: test -s conftest
> configure:9904: $? = 0
> configure:9914: result: yes
> configure:9852: checking for putenv
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:9898: $? = 0
> configure:9901: test -s conftest
> configure:9904: $? = 0
> configure:9914: result: yes
> configure:9852: checking for setenv
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:9898: $? = 0
> configure:9901: test -s conftest
> configure:9904: $? = 0
> configure:9914: result: yes
> configure:9852: checking for setlocale
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:9898: $? = 0
> configure:9901: test -s conftest
> configure:9904: $? = 0
> configure:9914: result: yes
> configure:9852: checking for stpcpy
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> /tmp/ccfHNdlU.o: In function `main':
> /tmp/ccfHNdlU.o(.text+0x9): undefined reference to `stpcpy'
> configure:9898: $? = 1
> configure: failed program was:
> #line 9858 "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.  */
> #ifdef __cplusplus
> extern "C"
> #endif
> /* We use char because int might match the return type of a gcc2
>    builtin and then its argument prototype would still apply.  */
> char stpcpy ();
> char (*f) ();
> 
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> /* The GNU C library defines this for functions which it implements
>     to always fail with ENOSYS.  Some functions are actually named
>     something starting with __ and the normal name is an alias.  */
> #if defined (__stub_stpcpy) || defined (__stub___stpcpy)
> choke me
> #else
> f = stpcpy;
> #endif
> 
>   ;
>   return 0;
> }
> configure:9914: result: no
> configure:9852: checking for strcasecmp
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:9898: $? = 0
> configure:9901: test -s conftest
> configure:9904: $? = 0
> configure:9914: result: yes
> configure:9852: checking for strdup
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:9898: $? = 0
> configure:9901: test -s conftest
> configure:9904: $? = 0
> configure:9914: result: yes
> configure:9852: checking for strtoul
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:9898: $? = 0
> configure:9901: test -s conftest
> configure:9904: $? = 0
> configure:9914: result: yes
> configure:9852: checking for tsearch
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:9898: $? = 0
> configure:9901: test -s conftest
> configure:9904: $? = 0
> configure:9914: result: yes
> configure:9852: checking for __argz_count
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> /tmp/ccz9uSw3.o: In function `main':
> /tmp/ccz9uSw3.o(.text+0x9): undefined reference to `__argz_count'
> configure:9898: $? = 1
> configure: failed program was:
> #line 9858 "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.  */
> #ifdef __cplusplus
> extern "C"
> #endif
> /* We use char because int might match the return type of a gcc2
>    builtin and then its argument prototype would still apply.  */
> char __argz_count ();
> char (*f) ();
> 
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> /* The GNU C library defines this for functions which it implements
>     to always fail with ENOSYS.  Some functions are actually named
>     something starting with __ and the normal name is an alias.  */
> #if defined (__stub___argz_count) || defined (__stub_____argz_count)
> choke me
> #else
> f = __argz_count;
> #endif
> 
>   ;
>   return 0;
> }
> configure:9914: result: no
> configure:9852: checking for __argz_stringify
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> /tmp/ccsNaTuw.o: In function `main':
> /tmp/ccsNaTuw.o(.text+0x9): undefined reference to `__argz_stringify'
> configure:9898: $? = 1
> configure: failed program was:
> #line 9858 "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.  */
> #ifdef __cplusplus
> extern "C"
> #endif
> /* We use char because int might match the return type of a gcc2
>    builtin and then its argument prototype would still apply.  */
> char __argz_stringify ();
> char (*f) ();
> 
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> /* The GNU C library defines this for functions which it implements
>     to always fail with ENOSYS.  Some functions are actually named
>     something starting with __ and the normal name is an alias.  */
> #if defined (__stub___argz_stringify) || defined (__stub_____argz_stringify)
> choke me
> #else
> f = __argz_stringify;
> #endif
> 
>   ;
>   return 0;
> }
> configure:9914: result: no
> configure:9852: checking for __argz_next
> configure:9895: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> /tmp/cca4DCln.o: In function `main':
> /tmp/cca4DCln.o(.text+0x9): undefined reference to `__argz_next'
> configure:9898: $? = 1
> configure: failed program was:
> #line 9858 "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.  */
> #ifdef __cplusplus
> extern "C"
> #endif
> /* We use char because int might match the return type of a gcc2
>    builtin and then its argument prototype would still apply.  */
> char __argz_next ();
> char (*f) ();
> 
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> /* The GNU C library defines this for functions which it implements
>     to always fail with ENOSYS.  Some functions are actually named
>     something starting with __ and the normal name is an alias.  */
> #if defined (__stub___argz_next) || defined (__stub_____argz_next)
> choke me
> #else
> f = __argz_next;
> #endif
> 
>   ;
>   return 0;
> }
> configure:9914: result: no
> configure:9955: checking for iconv
> configure:9985: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> /tmp/cc8mp53A.o: In function `main':
> /tmp/cc8mp53A.o(.text+0x15): undefined reference to `iconv_open'
> /tmp/cc8mp53A.o(.text+0x28): undefined reference to `iconv'
> /tmp/cc8mp53A.o(.text+0x34): undefined reference to `iconv_close'
> configure:9988: $? = 1
> configure: failed program was:
> #line 9964 "configure"
> #include "confdefs.h"
> #include <stdlib.h>
> #include <iconv.h>
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> iconv_t cd = iconv_open("","");
>        iconv(cd,NULL,NULL,NULL,NULL);
>        iconv_close(cd);
>   ;
>   return 0;
> }
> configure:10027: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread -liconv >&5
> configure:10030: $? = 0
> configure:10033: test -s conftest
> configure:10036: $? = 0
> configure:10049: result: yes
> configure:10059: checking how to link with libiconv
> configure:10061: result: -liconv
> configure:10072: checking for iconv declaration
> configure:10109: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE conftest.c >&5
> configure:10088: conflicting types for `iconv'
> /usr/local/include/iconv.h:91: previous declaration of `iconv'
> configure:10112: $? = 1
> configure: failed program was:
> #line 10079 "configure"
> #include "confdefs.h"
> 
> #include <stdlib.h>
> #include <iconv.h>
> extern
> #ifdef __cplusplus
> "C"
> #endif
> #if defined(__STDC__) || defined(__cplusplus)
> size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
> #else
> size_t iconv();
> #endif
> 
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> 
>   ;
>   return 0;
> }
> configure:10131: result: 
>          extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
> configure:10143: checking for nl_langinfo and CODESET
> configure:10167: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:10170: $? = 0
> configure:10173: test -s conftest
> configure:10176: $? = 0
> configure:10187: result: yes
> configure:10199: checking for LC_MESSAGES
> configure:10223: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:10226: $? = 0
> configure:10229: test -s conftest
> configure:10232: $? = 0
> configure:10242: result: yes
> configure:10258: checking for bison
> configure:10274: found /usr/local/bin/bison
> configure:10284: result: bison
> configure:10297: checking version of bison
> configure:10306: result: 1.75, ok
> configure:10327: checking whether NLS is requested
> configure:10336: result: yes
> configure:10351: checking whether included gettext is requested
> configure:10361: result: no
> configure:10372: checking for GNU gettext in libc
> configure:10399: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> /tmp/ccDXx4UR.o: In function `main':
> /tmp/ccDXx4UR.o(.text+0x14): undefined reference to `libintl_bindtextdomain'
> /tmp/ccDXx4UR.o(.text+0x21): undefined reference to `libintl_gettext'
> /tmp/ccDXx4UR.o(.text+0x28): undefined reference to `libintl_nl_domain_bindings'
> /tmp/ccDXx4UR.o(.text+0x2e): undefined reference to `_nl_msg_cat_cntr'
> configure:10402: $? = 1
> configure: failed program was:
> #line 10378 "configure"
> #include "confdefs.h"
> #include <libintl.h>
> extern int _nl_msg_cat_cntr;
> extern int *libintl_nl_domain_bindings;
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> bindtextdomain ("", "");
> return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
>   ;
>   return 0;
> }
> configure:10418: result: no
> configure:10801: checking for GNU gettext in libintl
> configure:10836: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE   conftest.c -L/usr/local/lib -pthread -lintl >&5
> configure:10839: $? = 0
> configure:10842: test -s conftest
> configure:10845: $? = 0
> configure:10906: result: yes
> configure:10957: checking how to link with libintl
> configure:10959: result: -lintl
> configure:11068: checking for sed
> configure:11086: found /usr/bin/sed
> configure:11098: result: /usr/bin/sed
> configure:11113: checking for uname
> configure:11131: found /usr/bin/uname
> configure:11143: result: /usr/bin/uname
> configure:11153: checking system type
> configure:11156: result: FreeBSD
> configure:11331: checking for pkg-config
> configure:11349: found /usr/local/bin/pkg-config
> configure:11362: result: /usr/local/bin/pkg-config
> configure:11385: checking for GLIB - version >= 2.0.3
> configure:11501: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -lglib-2.0 -liconv   -L/usr/local/lib -pthread >&5
> configure:11504: $? = 0
> configure:11506: ./conftest
> configure:11509: $? = 0
> configure:11526: result: yes (version 2.2.1)
> configure:11643: checking for pkg-config
> configure:11674: result: /usr/local/bin/pkg-config
> configure:11695: checking for GTK+ - version >= 2.0.3
> configure:11807: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include   -I/usr/local/include -D_THREAD_SAFE  conftest.c -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv   -L/usr/local/lib -pthread >&5
> /usr/libexec/elf/ld: cannot find -lXft
> configure:11810: $? = 1
> configure: program exited with status 1
> configure: failed program was:
> #line 11731 "configure"
> #include "confdefs.h"
> 
> #include <gtk/gtk.h>
> #include <stdio.h>
> #include <stdlib.h>
> 
> int
> main ()
> {
>   int major, minor, micro;
>   char *tmp_version;
> 
>   system ("touch conf.gtktest");
> 
>   /* HP/UX 9 (%@#!) writes to sscanf strings */
>   tmp_version = g_strdup("2.0.3");
>   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
>      printf("%s, bad version string\n", "2.0.3");
>      exit(1);
>    }
> 
>   if ((gtk_major_version != 2) ||
>       (gtk_minor_version != 2) ||
>       (gtk_micro_version != 1))
>     {
>       printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
>              2, 2, 1,
>              gtk_major_version, gtk_minor_version, gtk_micro_version);
>       printf ("*** was found! If pkg-config was correct, then it is best\n");
>       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
>       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
>       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
>       printf("*** required on your system.\n");
>       printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
>       printf("*** to point to the correct configuration files\n");
>     }
>   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
> 	   (gtk_minor_version != GTK_MINOR_VERSION) ||
>            (gtk_micro_version != GTK_MICRO_VERSION))
>     {
>       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
> 	     GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
>       printf("*** library (version %d.%d.%d)\n",
> 	     gtk_major_version, gtk_minor_version, gtk_micro_version);
>     }
>   else
>     {
>       if ((gtk_major_version > major) ||
>         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
>         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
>       {
>         return 0;
>        }
>      else
>       {
>         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
>                gtk_major_version, gtk_minor_version, gtk_micro_version);
>         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
> 	       major, minor, micro);
>         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
>         printf("***\n");
>         printf("*** If you have already installed a sufficiently new version, this error\n");
>         printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
>         printf("*** being found. The easiest way to fix this is to remove the old version\n");
>         printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
>         printf("*** correct copy of pkg-config. (In this case, you will have to\n");
>         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
>         printf("*** so that the correct libraries are found at run-time))\n");
>       }
>     }
>   return 1;
> }
> 
> configure:11836: result: no
> configure:11872: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include   -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lXft -lfreetype -lXext -lXrender -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv   >&5
> /usr/libexec/elf/ld: cannot find -lXft
> configure:11875: $? = 1
> configure: failed program was:
> #line 11851 "configure"
> #include "confdefs.h"
> 
> #include <gtk/gtk.h>
> #include <stdio.h>
> 
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
>  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
>   ;
>   return 0;
> }
> configure:12096: checking for perl
> configure:12114: found /usr/bin/perl
> configure:12126: result: /usr/bin/perl
> configure:12133: checking for Perl compile flags
> configure:12149: result: ok
> configure:12158: checking for eval_pv
> configure:12201: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread -Wl,-R/usr/lib -Wl,-E -lperl -lm /usr/libdata/perl/5.00503/mach/auto/DynaLoader/DynaLoader.a -L/usr/libdata/perl/5.00503/mach/CORE -lperl -lm -lcrypt -lperl -lm >&5
> /tmp/ccDk5chV.o: In function `main':
> /tmp/ccDk5chV.o(.text+0x9): undefined reference to `eval_pv'
> configure:12204: $? = 1
> configure: failed program was:
> #line 12164 "configure"
> #include "confdefs.h"
> /* System header to define __stub macros and hopefully few prototypes,
>     which can conflict with char eval_pv (); below.  */
> #include <assert.h>
> /* Override any gcc2 internal prototype to avoid an error.  */
> #ifdef __cplusplus
> extern "C"
> #endif
> /* We use char because int might match the return type of a gcc2
>    builtin and then its argument prototype would still apply.  */
> char eval_pv ();
> char (*f) ();
> 
> #ifdef F77_DUMMY_MAIN
> #  ifdef __cplusplus
>      extern "C"
> #  endif
>    int F77_DUMMY_MAIN() { return 1; }
> #endif
> int
> main ()
> {
> /* The GNU C library defines this for functions which it implements
>     to always fail with ENOSYS.  Some functions are actually named
>     something starting with __ and the normal name is an alias.  */
> #if defined (__stub_eval_pv) || defined (__stub___eval_pv)
> choke me
> #else
> f = eval_pv;
> #endif
> 
>   ;
>   return 0;
> }
> configure:12220: result: no
> configure:12232: checking for old perl
> configure:12240: result: yes
> configure:12363: checking for location of tclConfig.sh
> configure:12393: checking for getaddrinfo
> configure:12436: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
> configure:12439: $? = 0
> configure:12442: test -s conftest
> configure:12445: $? = 0
> configure:12455: result: yes
> configure:12465: checking whether to enable IPv6 support
> configure:12468: result: yes
> configure:12486: checking for pkg-config
> configure:12504: found /usr/local/bin/pkg-config
> configure:12516: result: /usr/local/bin/pkg-config
> configure:12523: checking for openssl through pkg-config
> configure:12536: result: no
> configure:12553: checking for SSL_new in -lssl
> configure:12586: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -D_THREAD_SAFE  conftest.c -lssl  -L/usr/local/lib -pthread -lcrypto >&5
> 
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
> 
> ac_cv_type_size_t=yes
> am_cv_CC_dependencies_compiler_type=gcc
> ac_cv_func_getcwd=yes
> ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
> ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge
> am_cv_proto_iconv_arg1=const
> gt_cv_inttypes_pri_broken=no
> ac_cv_header_stdlib_h=yes
> lt_cv_file_magic_cmd='$MAGIC_CMD'
> ac_cv_path_pkgconfigpath=/usr/local/bin/pkg-config
> ac_cv_func_strtoul=yes
> ac_cv_func_getuid=yes
> ac_cv_header_nl_types_h=yes
> ac_cv_lib_cposix_strerror=no
> ac_cv_prog_cc_g=yes
> ac_cv_env_LDFLAGS_set=
> ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config
> acl_cv_path_LD=/usr/libexec/elf/ld
> lt_cv_prog_cc_can_build_shared=yes
> ac_cv_c_compiler_gnu=yes
> ac_cv_exeext=
> ac_cv_env_CFLAGS_set=set
> ac_cv_func_setlocale=yes
> gt_cv_func_gnugettext1_libc=no
> ac_cv_func_mmap_fixed_mapped=yes
> ac_cv_func_mempcpy=no
> jm_ac_cv_header_stdint_h=no
> jm_ac_cv_header_inttypes_h=no
> ac_cv_prog_make_gmake_set=yes
> ac_cv_env_CPP_value=
> ac_cv_env_CPPFLAGS_set=set
> ac_cv_func_strcasecmp=yes
> lt_cv_prog_cc_static_works=yes
> lt_cv_prog_cc_no_builtin=
> lt_cv_prog_cc_shlib=
> am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
> ac_cv_func___argz_count=no
> ac_cv_type_unsigned_long_long=yes
> lt_cv_prog_cc_static=-static
> ac_cv_env_host_alias_set=set
> ac_cv_func_getegid=yes
> ac_cv_c_const=yes
> ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
> ac_cv_func_getaddrinfo=yes
> ac_cv_path_unamepath=/usr/bin/uname
> lt_cv_ld_reload_flag=-r
> gt_cv_int_divbyzero_sigfpe=yes
> ac_cv_working_alloca_h=no
> ac_cv_prog_CC=cc
> lt_cv_sys_path_separator=:
> ac_cv_func_munmap=yes
> lt_cv_archive_cmds_need_lc=yes
> ac_cv_header_sys_stat_h=yes
> lt_cv_prog_gnu_ld=yes
> ac_cv_env_build_alias_set=set
> ac_cv_header_limits_h=yes
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_target_alias_set=set
> ac_cv_func_alloca_works=yes
> ac_cv_prog_cc_stdc=
> ac_cv_host_alias=i386-portbld-freebsd4.7
> ac_cv_env_CFLAGS_value='-O2 -pipe -march=pentiumpro'
> ac_cv_env_CC_set=set
> ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
> lt_cv_prog_cc_wl=-Wl,
> ac_cv_header_sys_types_h=yes
> ac_cv_header_stdc=yes
> ac_cv_func___argz_stringify=no
> ac_cv_header_strings_h=yes
> ac_cv_header_stdint_h=no
> ac_cv_header_inttypes_h=yes
> nls_cv_header_intl=
> ac_cv_func___argz_next=no
> ac_cv_func_setenv=yes
> ac_cv_header_sys_param_h=yes
> ac_cv_header_locale_h=yes
> ac_cv_c_inline=inline
> ac_cv_header_unistd_h=yes
> ac_cv_header_string_h=yes
> lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
> lt_cv_path_LD=/usr/libexec/elf/ld
> ac_cv_build_alias=i386-portbld-freebsd4.7
> ac_cv_env_CPPFLAGS_value='-I/usr/local/include -D_THREAD_SAFE'
> ac_cv_func_feof_unlocked=no
> gt_cv_header_inttypes_h=yes
> ac_cv_prog_INTLBISON=bison
> ac_cv_prog_ac_ct_RANLIB=ranlib
> ac_cv_header_memory_h=yes
> am_cv_langinfo_codeset=yes
> ac_cv_prog_ac_ct_STRIP=strip
> ac_cv_host=i386-portbld-freebsd4.7
> ac_cv_env_host_alias_value=i386-portbld-freebsd4.7
> am_cv_val_LC_MESSAGES=yes
> ac_cv_func_geteuid=yes
> ac_cv_func_getc_unlocked=no
> ac_cv_type_off_t=yes
> nls_cv_force_use_gnu_gettext=no
> ac_cv_func_fgets_unlocked=no
> lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
> ac_cv_func_getgid=yes
> lt_cv_compiler_c_o=yes
> lt_cv_prog_cc_pic_works=yes
> lt_cv_file_magic_test_file=
> ac_cv_path_sedpath=/usr/bin/sed
> nls_cv_use_gnu_gettext=no
> ac_cv_func_tsearch=yes
> ac_cv_header_argz_h=no
> ac_cv_build=i386-portbld-freebsd4.7
> ac_cv_prog_CPP='cc -E'
> ac_cv_prog_AWK=nawk
> ac_cv_env_build_alias_value=i386-portbld-freebsd4.7
> ac_cv_header_malloc_h=yes
> ac_cv_func_getpagesize=yes
> lt_cv_prog_cc_pic=' -fPIC'
> lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
> lt_cv_deplibs_check_method=pass_all
> ac_cv_path_perlpath=/usr/bin/perl
> am_cv_lib_iconv=yes
> am_cv_func_iconv=yes
> lt_cv_compiler_o_lo=yes
> ac_cv_env_target_alias_value=i386-portbld-freebsd4.7
> ac_cv_func_eval_pv=no
> ac_cv_header_stddef_h=yes
> ac_cv_env_CC_value=cc
> lt_cv_path_NM=nm
> ac_cv_env_CPP_set=
> gt_cv_func_gnugettext1_libintl=yes
> ac_cv_header_dlfcn_h=yes
> nls_cv_header_libgt=
> ac_cv_func_strdup=yes
> ac_cv_func_putenv=yes
> acl_cv_rpath=done
> ac_cv_func_stpcpy=no
> acl_cv_prog_gnu_ld=yes
> ac_cv_gnu_library_2_1=no
> ac_cv_objext=o
> 
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
> 
> #define PACKAGE_NAME ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define PACKAGE_STRING ""
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE "xchat"
> #define VERSION "2.0.1"
> #define STDC_HEADERS 1
> #define HAVE_SYS_TYPES_H 1
> #define HAVE_SYS_STAT_H 1
> #define HAVE_STDLIB_H 1
> #define HAVE_STRING_H 1
> #define HAVE_MEMORY_H 1
> #define HAVE_STRINGS_H 1
> #define HAVE_INTTYPES_H 1
> #define HAVE_UNISTD_H 1
> #define HAVE_DLFCN_H 1
> #define HAVE_ALLOCA 1
> #define HAVE_STDLIB_H 1
> #define HAVE_UNISTD_H 1
> #define HAVE_GETPAGESIZE 1
> #define HAVE_MMAP 1
> #define INTDIV0_RAISES_SIGFPE 1
> #define HAVE_UNSIGNED_LONG_LONG 1
> #define uintmax_t unsigned long long
> #define HAVE_INTTYPES_H 1
> #define HAVE_LIMITS_H 1
> #define HAVE_LOCALE_H 1
> #define HAVE_NL_TYPES_H 1
> #define HAVE_MALLOC_H 1
> #define HAVE_STDDEF_H 1
> #define HAVE_STDLIB_H 1
> #define HAVE_STRING_H 1
> #define HAVE_UNISTD_H 1
> #define HAVE_SYS_PARAM_H 1
> #define HAVE_GETCWD 1
> #define HAVE_GETEGID 1
> #define HAVE_GETEUID 1
> #define HAVE_GETGID 1
> #define HAVE_GETUID 1
> #define HAVE_MUNMAP 1
> #define HAVE_PUTENV 1
> #define HAVE_SETENV 1
> #define HAVE_SETLOCALE 1
> #define HAVE_STRCASECMP 1
> #define HAVE_STRDUP 1
> #define HAVE_STRTOUL 1
> #define HAVE_TSEARCH 1
> #define HAVE_ICONV 1
> #define ICONV_CONST const
> #define HAVE_LANGINFO_CODESET 1
> #define HAVE_LC_MESSAGES 1
> #define ENABLE_NLS 1
> #define HAVE_GETTEXT 1
> #define HAVE_DCGETTEXT 1
> #define USING_FREEBSD 1
> #define USE_XLIB 1
> #define OLD_PERL 1
> #define HAVE_GETADDRINFO 1
> #define USE_IPV6 1
> 
> configure: exit 1
-- 
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20030401/4150dde9/attachment-0001.bin


More information about the freebsd-gnome mailing list