FreeBSD Ports, textproc/libxslt configure failure

Christopher Mark Gore chris-gore at earthlink.net
Fri Feb 20 13:40:52 PST 2004


I was attempting to install ports/textproc/libxslt with the typical 
"make install", and the configure script failed.  After installing 
textproc/libxml2 (version 2.6.5)  from the ports tree, the install went 
fine.  Presumably, this should be listed as a dependency.

-- 
Christopher Mark Gore
E-mail: <chris-gore at earthlink.net>
WWW: <http://home.earthlink.net/~chris-gore/>

"The economy depends about as much on economists
as the weather does on weather forecasters."
                -- Jean-Paul Kauffmann

-------------- next part --------------
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.57.  Invocation command line was

  $ ./configure --with-html-dir=/usr/local/share/doc --with-python=/usr/local --prefix=/usr/local --build=i386-portbld-freebsd5.2

## --------- ##
## Platform. ##
## --------- ##

hostname = Habakkuk
uname -m = i386
uname -r = 5.2-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 5.2-RELEASE #26: Sun Feb  1 23:12:09 CST 2004     root at Habakkuk.umr.edu:/usr/obj/usr/src/sys/HABAKKUK 

/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: /usr/local/libexec/libtool13
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: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1557: checking for a BSD-compatible install
configure:1611: result: /usr/bin/install -c -o root -g wheel
configure:1622: checking whether build environment is sane
configure:1665: result: yes
configure:1698: checking for gawk
configure:1727: result: no
configure:1698: checking for mawk
configure:1727: result: no
configure:1698: checking for nawk
configure:1714: found /usr/bin/nawk
configure:1724: result: nawk
configure:1734: checking whether gmake sets $(MAKE)
configure:1754: result: yes
configure:1899: checking whether to enable maintainer-specific portions of Makefiles
configure:1908: result: no
configure:1960: checking for style of include used by gmake
configure:1988: result: GNU
configure:2059: checking for gcc
configure:2085: result: cc
configure:2329: checking for C compiler version
configure:2332: cc --version </dev/null >&5
cc (GCC) 3.3.3 [FreeBSD] 20031106
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2335: $? = 0
configure:2337: cc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.3.3 [FreeBSD] 20031106
configure:2340: $? = 0
configure:2342: cc -V </dev/null >&5
cc: `-V' option must have argument
configure:2345: $? = 1
configure:2369: checking for C compiler default output
configure:2372: cc -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:2375: $? = 0
configure:2421: result: a.out
configure:2426: checking whether the C compiler works
configure:2432: ./a.out
configure:2435: $? = 0
configure:2452: result: yes
configure:2459: checking whether we are cross compiling
configure:2461: result: no
configure:2464: checking for suffix of executables
configure:2466: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:2469: $? = 0
configure:2494: result: 
configure:2500: checking for suffix of object files
configure:2522: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:2525: $? = 0
configure:2547: result: o
configure:2551: checking whether we are using the GNU C compiler
configure:2576: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:2579: $? = 0
configure:2582: test -s conftest.o
configure:2585: $? = 0
configure:2598: result: yes
configure:2604: checking whether cc accepts -g
configure:2626: cc -c -g -I/usr/local/include conftest.c >&5
configure:2629: $? = 0
configure:2632: test -s conftest.o
configure:2635: $? = 0
configure:2646: result: yes
configure:2663: checking for cc option to accept ANSI C
configure:2724: cc  -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:2727: $? = 0
configure:2730: test -s conftest.o
configure:2733: $? = 0
configure:2751: result: none needed
configure:2769: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2772: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2883: checking dependency style of cc
configure:2945: result: gcc3
configure:2952: checking for strerror in -lcposix
configure:2983: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c -lcposix   >&5
/usr/bin/ld: cannot find -lcposix
configure:2986: $? = 1
configure: failed program was:
| #line 2960 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxslt"
| #define VERSION "1.1.2"
| /* end 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 ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:3004: result: no
configure:3058: checking for gcc
configure:3084: result: cc
configure:3328: checking for C compiler version
configure:3331: cc --version </dev/null >&5
cc (GCC) 3.3.3 [FreeBSD] 20031106
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3334: $? = 0
configure:3336: cc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.3.3 [FreeBSD] 20031106
configure:3339: $? = 0
configure:3341: cc -V </dev/null >&5
cc: `-V' option must have argument
configure:3344: $? = 1
configure:3347: checking whether we are using the GNU C compiler
configure:3394: result: yes
configure:3400: checking whether cc accepts -g
configure:3442: result: yes
configure:3459: checking for cc option to accept ANSI C
configure:3547: result: none needed
configure:3565: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:3568: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3679: checking dependency style of cc
configure:3741: result: gcc3
configure:3751: checking how to run the C preprocessor
configure:3787: cc -E -I/usr/local/include conftest.c
configure:3793: $? = 0
configure:3825: cc -E -I/usr/local/include conftest.c
configure:3827:28: ac_nonexistent.h: No such file or directory
configure:3831: $? = 1
configure: failed program was:
| #line 3817 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxslt"
| #define VERSION "1.1.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3869: result: cc -E
configure:3894: cc -E -I/usr/local/include conftest.c
configure:3900: $? = 0
configure:3932: cc -E -I/usr/local/include conftest.c
configure:3934:28: ac_nonexistent.h: No such file or directory
configure:3938: $? = 1
configure: failed program was:
| #line 3924 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxslt"
| #define VERSION "1.1.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3981: checking for egrep
configure:3991: result: grep -E
configure:3996: checking for ANSI C header files
configure:4022: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:4025: $? = 0
configure:4028: test -s conftest.o
configure:4031: $? = 0
configure:4123: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:4126: $? = 0
configure:4128: ./conftest
configure:4131: $? = 0
configure:4146: result: yes
configure:4235: checking build system type
configure:4253: result: i386-portbld-freebsd5.2
configure:4261: checking host system type
configure:4275: result: i386-portbld-freebsd5.2
configure:4283: checking for a sed that does not truncate output
configure:4337: result: /usr/bin/sed
configure:4351: checking for ld used by cc
configure:4418: result: /usr/bin/ld
configure:4427: checking if the linker (/usr/bin/ld) is GNU ld
configure:4442: result: yes
configure:4447: checking for /usr/bin/ld option to reload object files
configure:4454: result: -r
configure:4463: checking for BSD-compatible nm
configure:4505: result: /usr/bin/nm -B
configure:4509: checking whether ln -s works
configure:4513: result: yes
configure:4520: checking how to recognise dependent libraries
configure:4720: result: pass_all
configure:4932: checking for sys/types.h
configure:4949: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:4952: $? = 0
configure:4955: test -s conftest.o
configure:4958: $? = 0
configure:4969: result: yes
configure:4932: checking for sys/stat.h
configure:4949: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:4952: $? = 0
configure:4955: test -s conftest.o
configure:4958: $? = 0
configure:4969: result: yes
configure:4932: checking for stdlib.h
configure:4949: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:4952: $? = 0
configure:4955: test -s conftest.o
configure:4958: $? = 0
configure:4969: result: yes
configure:4932: checking for string.h
configure:4949: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:4952: $? = 0
configure:4955: test -s conftest.o
configure:4958: $? = 0
configure:4969: result: yes
configure:4932: checking for memory.h
configure:4949: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:4952: $? = 0
configure:4955: test -s conftest.o
configure:4958: $? = 0
configure:4969: result: yes
configure:4932: checking for strings.h
configure:4949: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:4952: $? = 0
configure:4955: test -s conftest.o
configure:4958: $? = 0
configure:4969: result: yes
configure:4932: checking for inttypes.h
configure:4949: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:4952: $? = 0
configure:4955: test -s conftest.o
configure:4958: $? = 0
configure:4969: result: yes
configure:4932: checking for stdint.h
configure:4949: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:4952: $? = 0
configure:4955: test -s conftest.o
configure:4958: $? = 0
configure:4969: result: yes
configure:4932: checking for unistd.h
configure:4949: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:4952: $? = 0
configure:4955: test -s conftest.o
configure:4958: $? = 0
configure:4969: result: yes
configure:4995: checking dlfcn.h usability
configure:5008: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:5011: $? = 0
configure:5014: test -s conftest.o
configure:5017: $? = 0
configure:5027: result: yes
configure:5031: checking dlfcn.h presence
configure:5042: cc -E -I/usr/local/include conftest.c
configure:5048: $? = 0
configure:5067: result: yes
configure:5103: checking for dlfcn.h
configure:5110: result: yes
configure:5217: checking for C++ compiler version
configure:5220: c++ --version </dev/null >&5
c++ (GCC) 3.3.3 [FreeBSD] 20031106
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5223: $? = 0
configure:5225: c++ -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.3.3 [FreeBSD] 20031106
configure:5228: $? = 0
configure:5230: c++ -V </dev/null >&5
c++: `-V' option must have argument
configure:5233: $? = 1
configure:5236: checking whether we are using the GNU C++ compiler
configure:5261: c++ -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.cc >&5
configure:5264: $? = 0
configure:5267: test -s conftest.o
configure:5270: $? = 0
configure:5283: result: yes
configure:5289: checking whether c++ accepts -g
configure:5311: c++ -c -g -I/usr/local/include conftest.cc >&5
configure:5314: $? = 0
configure:5317: test -s conftest.o
configure:5320: $? = 0
configure:5331: result: yes
configure:5375: c++ -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.cc >&5
configure:5378: $? = 0
configure:5381: test -s conftest.o
configure:5384: $? = 0
configure:5411: c++ -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.cc >&5
configure: In function `int main()':
configure:5420: error: `exit' undeclared (first use this function)
configure:5420: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
configure:5414: $? = 1
configure: failed program was:
| #line 5395 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxslt"
| #define VERSION "1.1.2"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5375: c++ -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.cc >&5
configure:5378: $? = 0
configure:5381: test -s conftest.o
configure:5384: $? = 0
configure:5411: c++ -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.cc >&5
configure:5414: $? = 0
configure:5417: test -s conftest.o
configure:5420: $? = 0
configure:5445: checking dependency style of c++
configure:5507: result: gcc3
configure:5517: checking how to run the C++ preprocessor
configure:5549: c++ -E -I/usr/local/include conftest.cc
configure:5555: $? = 0
configure:5587: c++ -E -I/usr/local/include conftest.cc
configure:5603:28: ac_nonexistent.h: No such file or directory
configure:5593: $? = 1
configure: failed program was:
| #line 5579 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxslt"
| #define VERSION "1.1.2"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5631: result: c++ -E
configure:5656: c++ -E -I/usr/local/include conftest.cc
configure:5662: $? = 0
configure:5694: c++ -E -I/usr/local/include conftest.cc
configure:5710:28: ac_nonexistent.h: No such file or directory
configure:5700: $? = 1
configure: failed program was:
| #line 5686 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxslt"
| #define VERSION "1.1.2"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5794: checking for g77
configure:5823: result: no
configure:5794: checking for f77
configure:5810: found /usr/bin/f77
configure:5820: result: f77
configure:5835: checking for Fortran 77 compiler version
configure:5838: f77 --version </dev/null >&5
GNU Fortran (GCC) 3.3.3 [FreeBSD] 20031106
Copyright (C) 2002 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:5841: $? = 0
configure:5843: f77 -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.3.3 [FreeBSD] 20031106
configure:5846: $? = 0
configure:5848: f77 -V </dev/null >&5
f77: `-V' option must have argument
configure:5851: $? = 1
configure:5858: checking whether we are using the GNU Fortran 77 compiler
configure:5872: f77 -c  conftest.F >&5
configure:5875: $? = 0
configure:5878: test -s conftest.o
configure:5881: $? = 0
configure:5894: result: yes
configure:5901: checking whether f77 accepts -g
configure:5913: f77 -c -g conftest.f >&5
configure:5916: $? = 0
configure:5919: test -s conftest.o
configure:5922: $? = 0
configure:5934: result: yes
configure:5962: checking the maximum length of command line arguments
configure:6021: result: 65536
configure:6032: checking command to parse /usr/bin/nm -B output from cc object
configure:6121: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:6124: $? = 0
configure:6128: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:6131: $? = 0
configure:6183: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c conftstm.o >&5
configure:6186: $? = 0
configure:6224: result: ok
configure:6228: checking for objdir
configure:6243: result: .libs
configure:6333: checking for ar
configure:6349: found /usr/bin/ar
configure:6360: result: ar
configure:6413: checking for ranlib
configure:6429: found /usr/bin/ranlib
configure:6440: result: ranlib
configure:6493: checking for strip
configure:6509: found /usr/bin/strip
configure:6520: result: strip
configure:6782: checking if cc static flag  works
configure:6805: result: yes
configure:6822: checking if cc supports -fno-rtti -fno-exceptions
configure:6840: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:6844: $? = 0
configure:6855: result: no
configure:6870: checking for cc option to produce PIC
configure:7047: result: -fPIC
configure:7054: checking if cc PIC flag -fPIC works
configure:7072: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include -fPIC -DPIC conftest.c >&5
configure:7076: $? = 0
configure:7087: result: yes
configure:7111: checking if cc supports -c -o file.o
configure:7139: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include -o out/conftest2.o conftest.c >&5
configure:7143: $? = 0
configure:7160: result: yes
configure:7186: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:8005: result: yes
configure:8031: checking whether -lc should be explicitly linked in
configure:8036: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:8039: $? = 0
configure:8053: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:8056: $? = 1
configure:8068: result: yes
configure:8076: checking how to hardcode library paths into programs
configure:8101: result: immediate
configure:8115: checking whether stripping libraries is possible
configure:8120: result: yes
configure:8142: checking dynamic linker characteristics
configure:8677: result: freebsd5.2 ld.so
configure:9403: checking if libtool supports shared libraries
configure:9405: result: yes
configure:9408: checking whether to build shared libraries
configure:9457: result: yes
configure:9460: checking whether to build static libraries
configure:9464: result: yes
configure:9555: creating libtool
configure:10099: checking for ld used by c++
configure:10166: result: /usr/bin/ld
configure:10175: checking if the linker (/usr/bin/ld) is GNU ld
configure:10190: result: yes
configure:10241: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:11036: result: yes
configure:11054: c++ -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.cc >&5
configure:11057: $? = 0
configure:11153: checking for c++ option to produce PIC
configure:11405: result: -fPIC
configure:11412: checking if c++ PIC flag -fPIC works
configure:11430: c++ -c -O -pipe -mcpu=pentiumpro -I/usr/local/include -fPIC -DPIC conftest.cc >&5
configure:11434: $? = 0
configure:11445: result: yes
configure:11469: checking if c++ supports -c -o file.o
configure:11497: c++ -c -O -pipe -mcpu=pentiumpro -I/usr/local/include -o out/conftest2.o conftest.cc >&5
configure:11501: $? = 0
configure:11518: result: yes
configure:11544: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:11569: result: yes
configure:11640: checking how to hardcode library paths into programs
configure:11665: result: immediate
configure:11679: checking whether stripping libraries is possible
configure:11684: result: yes
configure:11706: checking dynamic linker characteristics
configure:12241: result: freebsd5.2 ld.so
configure:13440: checking if libtool supports shared libraries
configure:13442: result: yes
configure:13445: checking whether to build shared libraries
configure:13463: result: yes
configure:13466: checking whether to build static libraries
configure:13470: result: yes
configure:13482: checking for f77 option to produce PIC
configure:13659: result: -fPIC
configure:13666: checking if f77 PIC flag -fPIC works
configure:13684: f77 -c -g -O2 -fPIC conftest.f >&5
configure:13688: $? = 0
configure:13699: result: yes
configure:13723: checking if f77 supports -c -o file.o
configure:13751: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:13755: $? = 0
configure:13772: result: yes
configure:13798: checking whether the f77 linker (/usr/bin/ld) supports shared libraries
configure:14595: result: yes
configure:14666: checking how to hardcode library paths into programs
configure:14691: result: immediate
configure:14705: checking whether stripping libraries is possible
configure:14710: result: yes
configure:14732: checking dynamic linker characteristics
configure:15267: result: freebsd5.2 ld.so
configure:19216: checking for sys/types.h
configure:19221: result: yes
configure:19225: checking sys/time.h usability
configure:19238: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:19241: $? = 0
configure:19244: test -s conftest.o
configure:19247: $? = 0
configure:19257: result: yes
configure:19261: checking sys/time.h presence
configure:19272: cc -E -I/usr/local/include conftest.c
configure:19278: $? = 0
configure:19297: result: yes
configure:19333: checking for sys/time.h
configure:19340: result: yes
configure:19216: checking for stdlib.h
configure:19221: result: yes
configure:19216: checking for unistd.h
configure:19221: result: yes
configure:19216: checking for string.h
configure:19221: result: yes
configure:19372: checking ieeefp.h usability
configure:19385: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:19388: $? = 0
configure:19391: test -s conftest.o
configure:19394: $? = 0
configure:19404: result: yes
configure:19408: checking ieeefp.h presence
configure:19419: cc -E -I/usr/local/include conftest.c
configure:19425: $? = 0
configure:19444: result: yes
configure:19480: checking for ieeefp.h
configure:19487: result: yes
configure:19372: checking nan.h usability
configure:19385: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:19439:17: nan.h: No such file or directory
configure:19388: $? = 1
configure: failed program was:
| #line 19375 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxslt"
| #define VERSION "1.1.2"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_IEEEFP_H 1
| /* end 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 <nan.h>
configure:19404: result: no
configure:19408: checking nan.h presence
configure:19419: cc -E -I/usr/local/include conftest.c
configure:19441:17: nan.h: No such file or directory
configure:19425: $? = 1
configure: failed program was:
| #line 19411 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxslt"
| #define VERSION "1.1.2"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_IEEEFP_H 1
| /* end confdefs.h.  */
| #include <nan.h>
configure:19444: result: no
configure:19480: checking for nan.h
configure:19487: result: no
configure:19372: checking math.h usability
configure:19385: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:19388: $? = 0
configure:19391: test -s conftest.o
configure:19394: $? = 0
configure:19404: result: yes
configure:19408: checking math.h presence
configure:19419: cc -E -I/usr/local/include conftest.c
configure:19425: $? = 0
configure:19444: result: yes
configure:19480: checking for math.h
configure:19487: result: yes
configure:19372: checking fp_class.h usability
configure:19385: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:19440:22: fp_class.h: No such file or directory
configure:19388: $? = 1
configure: failed program was:
| #line 19375 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxslt"
| #define VERSION "1.1.2"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_MATH_H 1
| /* end 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 <fp_class.h>
configure:19404: result: no
configure:19408: checking fp_class.h presence
configure:19419: cc -E -I/usr/local/include conftest.c
configure:19442:22: fp_class.h: No such file or directory
configure:19425: $? = 1
configure: failed program was:
| #line 19411 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxslt"
| #define VERSION "1.1.2"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_MATH_H 1
| /* end confdefs.h.  */
| #include <fp_class.h>
configure:19444: result: no
configure:19480: checking for fp_class.h
configure:19487: result: no
configure:19372: checking float.h usability
configure:19385: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:19388: $? = 0
configure:19391: test -s conftest.o
configure:19394: $? = 0
configure:19404: result: yes
configure:19408: checking float.h presence
configure:19419: cc -E -I/usr/local/include conftest.c
configure:19425: $? = 0
configure:19444: result: yes
configure:19480: checking for float.h
configure:19487: result: yes
configure:19372: checking ansidecl.h usability
configure:19385: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:19441:22: ansidecl.h: No such file or directory
configure:19388: $? = 1
configure: failed program was:
| #line 19375 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxslt"
| #define VERSION "1.1.2"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_MATH_H 1
| #define HAVE_FLOAT_H 1
| /* end 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 <ansidecl.h>
configure:19404: result: no
configure:19408: checking ansidecl.h presence
configure:19419: cc -E -I/usr/local/include conftest.c
configure:19443:22: ansidecl.h: No such file or directory
configure:19425: $? = 1
configure: failed program was:
| #line 19411 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxslt"
| #define VERSION "1.1.2"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_MATH_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h.  */
| #include <ansidecl.h>
configure:19444: result: no
configure:19480: checking for ansidecl.h
configure:19487: result: no
configure:19517: checking sys/timeb.h usability
configure:19530: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:19533: $? = 0
configure:19536: test -s conftest.o
configure:19539: $? = 0
configure:19549: result: yes
configure:19553: checking sys/timeb.h presence
configure:19564: cc -E -I/usr/local/include conftest.c
configure:19570: $? = 0
configure:19589: result: yes
configure:19625: checking for sys/timeb.h
configure:19632: result: yes
configure:19517: checking time.h usability
configure:19530: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:19533: $? = 0
configure:19536: test -s conftest.o
configure:19539: $? = 0
configure:19549: result: yes
configure:19553: checking time.h presence
configure:19564: cc -E -I/usr/local/include conftest.c
configure:19570: $? = 0
configure:19589: result: yes
configure:19625: checking for time.h
configure:19632: result: yes
configure:19508: checking for sys/stat.h
configure:19513: result: yes
configure:19517: checking stdarg.h usability
configure:19530: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5
configure:19533: $? = 0
configure:19536: test -s conftest.o
configure:19539: $? = 0
configure:19549: result: yes
configure:19553: checking stdarg.h presence
configure:19564: cc -E -I/usr/local/include conftest.c
configure:19570: $? = 0
configure:19589: result: yes
configure:19625: checking for stdarg.h
configure:19632: result: yes
configure:19650: checking for stat
configure:19700: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:19703: $? = 0
configure:19706: test -s conftest
configure:19709: $? = 0
configure:19720: result: yes
configure:19650: checking for _stat
configure:19700: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:19703: $? = 0
configure:19706: test -s conftest
configure:19709: $? = 0
configure:19720: result: yes
configure:19730: checking for isnan
configure:19780: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:19783: $? = 0
configure:19786: test -s conftest
configure:19789: $? = 0
configure:19800: result: yes
configure:19869: checking for isinf
configure:19919: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:19922: $? = 0
configure:19925: test -s conftest
configure:19928: $? = 0
configure:19939: result: yes
configure:20008: checking for pow
configure:20058: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
/var/tmp//ccv0DZjX.o: In function `main':
/var/tmp//ccv0DZjX.o(.text+0xf): undefined reference to `pow'
/var/tmp//ccv0DZjX.o(.data+0x0): undefined reference to `pow'
configure:20061: $? = 1
configure: failed program was:
| #line 20014 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxslt"
| #define VERSION "1.1.2"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_MATH_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STAT 1
| #define HAVE__STAT 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pow (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* 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 pow ();
| /* 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_pow) || defined (__stub___pow)
| choke me
| #else
| char (*f) () = pow;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != pow;
|   ;
|   return 0;
| }
configure:20078: result: no
configure:20083: checking for pow in -lm
configure:20114: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c -lm   >&5
configure:20117: $? = 0
configure:20120: test -s conftest
configure:20123: $? = 0
configure:20135: result: yes
configure:20147: checking for floor
configure:20197: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
/var/tmp//cc0v8VCS.o: In function `main':
/var/tmp//cc0v8VCS.o(.text+0xf): undefined reference to `floor'
/var/tmp//cc0v8VCS.o(.data+0x0): undefined reference to `floor'
configure:20200: $? = 1
configure: failed program was:
| #line 20153 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxslt"
| #define VERSION "1.1.2"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_MATH_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STAT 1
| #define HAVE__STAT 1
| #define HAVE_POW 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char floor (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* 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 floor ();
| /* 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_floor) || defined (__stub___floor)
| choke me
| #else
| char (*f) () = floor;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != floor;
|   ;
|   return 0;
| }
configure:20217: result: no
configure:20222: checking for floor in -lm
configure:20253: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c -lm   >&5
configure:20256: $? = 0
configure:20259: test -s conftest
configure:20262: $? = 0
configure:20274: result: yes
configure:20286: checking for fabs
configure:20336: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:20348: warning: conflicting types for built-in function `fabs'
configure:20339: $? = 0
configure:20342: test -s conftest
configure:20345: $? = 0
configure:20356: result: yes
configure:20428: checking for gettimeofday
configure:20478: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:20481: $? = 0
configure:20484: test -s conftest
configure:20487: $? = 0
configure:20498: result: yes
configure:20517: checking for mktime
configure:20567: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:20570: $? = 0
configure:20573: test -s conftest
configure:20576: $? = 0
configure:20587: result: yes
configure:20517: checking for localtime
configure:20567: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:20570: $? = 0
configure:20573: test -s conftest
configure:20576: $? = 0
configure:20587: result: yes
configure:20517: checking for asctime
configure:20567: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:20570: $? = 0
configure:20573: test -s conftest
configure:20576: $? = 0
configure:20587: result: yes
configure:20517: checking for time
configure:20567: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:20570: $? = 0
configure:20573: test -s conftest
configure:20576: $? = 0
configure:20587: result: yes
configure:20517: checking for gmtime
configure:20567: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:20570: $? = 0
configure:20573: test -s conftest
configure:20576: $? = 0
configure:20587: result: yes
configure:20517: checking for ftime
configure:20567: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
/var/tmp//ccxuiyb1.o: In function `main':
/var/tmp//ccxuiyb1.o(.text+0xf): undefined reference to `ftime'
/var/tmp//ccxuiyb1.o(.data+0x0): undefined reference to `ftime'
configure:20570: $? = 1
configure: failed program was:
| #line 20523 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libxslt"
| #define VERSION "1.1.2"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_MATH_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STAT 1
| #define HAVE__STAT 1
| #define HAVE_POW 1
| #define HAVE_FLOOR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MKTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_ASCTIME 1
| #define HAVE_TIME 1
| #define HAVE_GMTIME 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char ftime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* 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 ftime ();
| /* 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_ftime) || defined (__stub___ftime)
| choke me
| #else
| char (*f) () = ftime;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != ftime;
|   ;
|   return 0;
| }
configure:20587: result: no
configure:20609: checking for printf
configure:20659: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:20677: warning: conflicting types for built-in function `printf'
configure:20662: $? = 0
configure:20665: test -s conftest
configure:20668: $? = 0
configure:20679: result: yes
configure:20609: checking for sprintf
configure:20659: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:20678: warning: conflicting types for built-in function `sprintf'
configure:20662: $? = 0
configure:20665: test -s conftest
configure:20668: $? = 0
configure:20679: result: yes
configure:20609: checking for fprintf
configure:20659: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:20679: warning: conflicting types for built-in function `fprintf'
configure:20662: $? = 0
configure:20665: test -s conftest
configure:20668: $? = 0
configure:20679: result: yes
configure:20609: checking for snprintf
configure:20659: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:20680: warning: conflicting types for built-in function `snprintf'
configure:20662: $? = 0
configure:20665: test -s conftest
configure:20668: $? = 0
configure:20679: result: yes
configure:20609: checking for vfprintf
configure:20659: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:20662: $? = 0
configure:20665: test -s conftest
configure:20668: $? = 0
configure:20679: result: yes
configure:20609: checking for vsprintf
configure:20659: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:20682: warning: conflicting types for built-in function `vsprintf'
configure:20662: $? = 0
configure:20665: test -s conftest
configure:20668: $? = 0
configure:20679: result: yes
configure:20609: checking for vsnprintf
configure:20659: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:20683: warning: conflicting types for built-in function `vsnprintf'
configure:20662: $? = 0
configure:20665: test -s conftest
configure:20668: $? = 0
configure:20679: result: yes
configure:20609: checking for sscanf
configure:20659: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include  conftest.c  >&5
configure:20684: warning: conflicting types for built-in function `sscanf'
configure:20662: $? = 0
configure:20665: test -s conftest
configure:20668: $? = 0
configure:20679: result: yes
configure:20703: checking for perl
configure:20719: found /usr/bin/perl
configure:20730: result: perl
configure:20977: checking for libxml libraries >= 2.6.3
configure:21037: error: Version 2.4.28 found. You need at least libxml2 2.6.3 for this version of libxslt

## ---------------- ##
## Cache variables. ##
## ---------------- ##

lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
ac_cv_prog_ac_ct_F77=f77
am_cv_CC_dependencies_compiler_type=gcc3
ac_cv_func_sscanf=yes
ac_cv_header_ansidecl_h=no
ac_cv_prog_CXXCPP='c++ -E'
ac_cv_env_CXXFLAGS_value='-O -pipe -mcpu=pentiumpro'
ac_cv_func_stat=yes
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
ac_cv_f77_compiler_gnu=yes
ac_cv_env_F77_value=
ac_cv_header_stdlib_h=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
ac_cv_header_sys_time_h=yes
ac_cv_func_localtime=yes
lt_cv_prog_gnu_ldcxx=yes
ac_cv_lib_cposix_strerror=no
ac_cv_prog_cc_g=yes
ac_cv_env_CXXCPP_set=
ac_cv_env_LDFLAGS_set=
ac_cv_func_gmtime=yes
ac_cv_header_stdarg_h=yes
lt_cv_prog_compiler_c_o_CXX=yes
ac_cv_prog_ac_ct_AR=ar
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=
ac_cv_env_CFLAGS_set=set
ac_cv_func_fprintf=yes
lt_cv_sys_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_vfprintf=yes
ac_cv_func_fabs=yes
ac_cv_header_fp_class_h=no
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
ac_cv_prog_make_gmake_set=yes
ac_cv_env_FFLAGS_set=
lt_cv_sys_max_cmd_len=65536
ac_cv_func_mktime=yes
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_header_float_h=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CXX_set=set
ac_cv_func_snprintf=yes
ac_cv_func_ftime=no
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
ac_cv_env_host_alias_set=
ac_cv_func_vsnprintf=yes
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_cv_ld_reload_flag=-r
ac_cv_func_pow=no
ac_cv_func_isinf=yes
ac_cv_func_isnan=yes
lt_cv_prog_gnu_ld=yes
ac_cv_header_sys_stat_h=yes
ac_cv_env_build_alias_set=set
ac_cv_func__stat=yes
lt_cv_prog_compiler_c_o=yes
ac_cv_prog_f77_g=yes
ac_cv_env_CXXCPP_value=
ac_cv_env_LDFLAGS_value=
ac_cv_env_target_alias_set=
ac_cv_func_sprintf=yes
ac_cv_host_alias=i386-portbld-freebsd5.2
ac_cv_prog_cc_stdc=
ac_cv_env_CFLAGS_value='-O -pipe -mcpu=pentiumpro'
ac_cv_env_CC_set=set
ac_cv_func_vsprintf=yes
ac_cv_func_gettimeofday=yes
ac_cv_header_math_h=yes
lt_cv_prog_compiler_c_o_F77=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_stdc=yes
ac_cv_func_printf=yes
ac_cv_header_ieeefp_h=yes
ac_cv_header_strings_h=yes
lt_cv_path_SED=/usr/bin/sed
ac_cv_header_stdint_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_prog_egrep='grep -E'
ac_cv_env_FFLAGS_value=
ac_cv_header_sys_timeb_h=yes
lt_cv_path_LD=/usr/bin/ld
lt_cv_prog_compiler_rtti_exceptions=no
ac_cv_header_unistd_h=yes
ac_cv_header_string_h=yes
ac_cv_build_alias=i386-portbld-freebsd5.2
ac_cv_env_CPPFLAGS_value=-I/usr/local/include
ac_cv_func_floor=no
ac_cv_lib_m_pow=yes
ac_cv_header_time_h=yes
lt_lt_cv_prog_compiler_c_o='"yes"'
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_header_memory_h=yes
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXX_value=c++
ac_cv_func_asctime=yes
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_host=i386-portbld-freebsd5.2
ac_cv_env_F77_set=
ac_cv_env_host_alias_value=
ac_cv_func_time=yes
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
ac_cv_header_nan_h=no
lt_cv_objdir=.libs
ac_cv_prog_cxx_g=yes
lt_cv_file_magic_test_file=
am_cv_CXX_dependencies_compiler_type=gcc3
ac_cv_build=i386-portbld-freebsd5.2
ac_cv_prog_CPP='cc -E'
ac_cv_prog_AWK=nawk
ac_cv_env_build_alias_value=i386-portbld-freebsd5.2
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_deplibs_check_method=pass_all
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_PERL=perl
lt_cv_path_LDCXX=/usr/bin/ld
ac_cv_env_target_alias_value=
ac_cv_env_CC_value=cc
ac_cv_lib_m_floor=yes
lt_cv_path_NM='/usr/bin/nm -B'
ac_cv_env_CPP_set=
ac_cv_header_dlfcn_h=yes
ac_cv_objext=o

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.2/missing --run aclocal-1.6'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.2/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.2/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.2/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.2/missing --run automake-1.6'
AWK='nawk'
CC='cc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O -pipe -mcpu=pentiumpro -Wall'
CPP='cc -E'
CPPFLAGS='-I/usr/local/include'
CXX='c++'
CXXCPP='c++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O -pipe -mcpu=pentiumpro'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXSLT_INCLUDEDIR=''
EXSLT_LIBDIR=''
EXSLT_LIBS=''
EXTRA_LIBS=''
F77='f77'
FFLAGS='-g -O2'
HTML_DIR='/usr/local/share/doc'
INSTALL_DATA='install  -o root -g wheel -m 444'
INSTALL_PROGRAM='install  -s -o root -g wheel -m 555'
INSTALL_SCRIPT='install  -o root -g wheel -m 555'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBEXSLT_MAJOR_VERSION='0'
LIBEXSLT_MICRO_VERSION='2'
LIBEXSLT_MINOR_VERSION='8'
LIBEXSLT_VERSION='0.8.2'
LIBEXSLT_VERSION_INFO='8:2:8'
LIBEXSLT_VERSION_NUMBER='802'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBXML_CFLAGS=''
LIBXML_LIBS=''
LIBXML_REQUIRED_VERSION='2.6.3'
LIBXML_SRC=''
LIBXSLT_MAJOR_VERSION='1'
LIBXSLT_MICRO_VERSION='2'
LIBXSLT_MINOR_VERSION='1'
LIBXSLT_VERSION='1.1.2'
LIBXSLT_VERSION_INFO='2:2:1'
LIBXSLT_VERSION_NUMBER='10102'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.2/missing --run makeinfo'
M_LIBS='-lm'
OBJEXT='o'
PACKAGE='libxslt'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='perl'
PYTHON='/usr/local/bin/python'
PYTHONSODV=''
PYTHON_INCLUDES='/usr/local/include/python2.3'
PYTHON_SITE_PACKAGES='/usr/local/lib/python2.3/site-packages'
PYTHON_SUBDIR='python'
PYTHON_VERSION='2.3'
RANLIB='ranlib'
RELDATE=''
SET_MAKE=''
SHELL='/bin/sh'
STATIC_BINARIES=''
STRIP='strip'
VERSION='1.1.2'
WIN32_EXTRA_LDFLAGS=''
WIN32_EXTRA_LIBADD=''
WITH_DEBUGGER='1'
WITH_MEM_DEBUG='0'
WITH_PERL_FALSE='#'
WITH_PERL_TRUE=''
WITH_PYTHON_FALSE='#'
WITH_PYTHON_TRUE=''
WITH_TRIO='0'
WITH_XSLT_DEBUG='1'
XML_CONFIG='xml2-config'
XSLTPROCDV=''
XSLT_INCLUDEDIR=''
XSLT_LIBDIR=''
XSLT_LIBS=''
ac_ct_AR='ar'
ac_ct_CC='cc'
ac_ct_CXX=''
ac_ct_F77='f77'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='i386-portbld-freebsd5.2'
build_alias='i386-portbld-freebsd5.2'
build_cpu='i386'
build_os='freebsd5.2'
build_vendor='portbld'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i386-portbld-freebsd5.2'
host_alias=''
host_cpu='i386'
host_os='freebsd5.2'
host_vendor='portbld'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/ports/textproc/libxslt/work/libxslt-1.1.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_ASCTIME 1
#define HAVE_DLFCN_H 1
#define HAVE_FLOAT_H 1
#define HAVE_FLOOR 1
#define HAVE_FPRINTF 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GMTIME 1
#define HAVE_IEEEFP_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LOCALTIME 1
#define HAVE_MATH_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MKTIME 1
#define HAVE_POW 1
#define HAVE_PRINTF 1
#define HAVE_SNPRINTF 1
#define HAVE_SPRINTF 1
#define HAVE_SSCANF 1
#define HAVE_STAT 1
#define HAVE_STDARG_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TIME 1
#define HAVE_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VFPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_VSPRINTF 1
#define HAVE__STAT 1
#define PACKAGE "libxslt"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "1.1.2"
#define WITH_DEBUGGER 1
#endif
#ifdef __cplusplus
#include <stdlib.h>

configure: exit 1
-------------- next part --------------
===>   libxslt-1.1.2_2 depends on file: /usr/local/bin/python - found
===>   libxslt-1.1.2_2 depends on executable: gmake - found
===>   libxslt-1.1.2_2 depends on file: /usr/local/libexec/libtool13/libtool - found
===>   libxslt-1.1.2_2 depends on executable: pkg-config - found
===>   libxslt-1.1.2_2 depends on shared library: xml2.5 - found
===>  Configuring for libxslt-1.1.2_2
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by gmake... GNU
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking dependency style of cc... gcc3
checking for strerror in -lcposix... no
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ANSI C... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking build system type... i386-portbld-freebsd5.2
checking host system type... i386-portbld-freebsd5.2
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... (cached) 65536
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc static flag  works... yes
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd5.2 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd5.2 ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd5.2 ld.so
checking host system type... i386-unknown-freebsd5.2
checking for ranlib... ranlib
checking whether we are using GNU C... yes
checking for object suffix... o
checking for executable suffix... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc supports -fno-rtti -fno-exceptions ... no
checking if cc static flag -static works... -static
checking whether ln -s works... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... freebsd5.2 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking ieeefp.h usability... yes
checking ieeefp.h presence... yes
checking for ieeefp.h... yes
checking nan.h usability... no
checking nan.h presence... no
checking for nan.h... no
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking fp_class.h usability... no
checking fp_class.h presence... no
checking for fp_class.h... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking ansidecl.h usability... no
checking ansidecl.h presence... no
checking for ansidecl.h... no
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for sys/stat.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stat... yes
checking for _stat... yes
checking for isnan... yes
checking for isinf... yes
checking for pow... no
checking for pow in -lm... yes
checking for floor... no
checking for floor in -lm... yes
checking for fabs... yes
checking for gettimeofday... yes
checking for mktime... yes
checking for localtime... yes
checking for asctime... yes
checking for time... yes
checking for gmtime... yes
checking for ftime... no
checking for printf... yes
checking for sprintf... yes
checking for fprintf... yes
checking for snprintf... yes
checking for vfprintf... yes
checking for vsprintf... yes
checking for vsnprintf... yes
checking for sscanf... yes
checking for perl... perl
Found python in /usr/local/bin/python
Found Python version 2.3
Warning: Missing libxml2-python
Enabling debugger
checking for libxml libraries >= 2.6.3... ===>  Script "configure" failed unexpectedly.
Please report the problem to gnome at FreeBSD.org [maintainer] and attach the
"/usr/ports/textproc/libxslt/work/libxslt-1.1.2/config.log" including the
output of the failure of your make command. Also, it might be a good idea to
provide an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/textproc/libxslt.
-------------- next part --------------
BitchX-1.0c19_3
FlightGear-0.9.2
GimpUserManual-HTML-2
Hermes-1.3.2
Mesa-3.4.2_2
ORBit-0.5.17
ORBit2-2.4.4
OpenSP-1.5_1
QuakeForge-0.5.2_1
SimGear-0.3.3
XFree86-4.2.0_1,1
XFree86-4.3.0,1
XFree86-FontServer-4.2.0_1
XFree86-FontServer-4.3.0_1
XFree86-NestServer-4.2.1_1
XFree86-NestServer-4.3.0_1
XFree86-PrintServer-4.2.1_1
XFree86-PrintServer-4.3.0
XFree86-Server-4.2.1_6
XFree86-Server-4.3.0_8
XFree86-VirtualFramebufferServer-4.2.1_1
XFree86-VirtualFramebufferServer-4.3.0_1
XFree86-clients-4.2.1_2
XFree86-clients-4.3.0_2
XFree86-documents-4.2.0
XFree86-documents-4.3.0
XFree86-font100dpi-4.2.0
XFree86-font75dpi-4.2.0
XFree86-font75dpi-4.3.0
XFree86-fontCyrillic-4.2.0_4
XFree86-fontCyrillic-4.3.0
XFree86-fontDefaultBitmaps-4.2.0
XFree86-fontDefaultBitmaps-4.3.0
XFree86-fontEncodings-4.2.0
XFree86-fontEncodings-4.3.0
XFree86-fontScalable-4.2.0
XFree86-fontScalable-4.3.0
XFree86-libraries-4.2.1_5
XFree86-libraries-4.3.0_5
XFree86-manuals-4.2.0
XFree86-manuals-4.3.0
Xaw3d-1.5
Xft-2.0_1
Xft-2.1.2
aalib-1.4.r5_1
abclock-1.0b
abook-0.4.17_1
acm-5.0
acron-1.0
acroread-5.06_1
afterstep-1.0_1
aim-1.5.234
amaya-8.0
apache-2.0.47
apache-ant-1.5.4
arts-1.0.4,1
asc-1.13.7
asclock-1.0
aspell-0.50.3_1
astrolog-5.40_1
aterm-0.4.2
atk-1.0.3
atk-1.2.3
atk-1.4.0
autoconf-2.53_1
autoconf213-2.13.000227_5
automake-1.5,1
automake14-1.4.5_9
avifile-0.7.34.20030319,2
bash-2.05b.004
bb-1.3.r1
bbdate-0.2.4
bbmail-0.8.2
bbpager-0.3.1
bbrb-0.4.1
bbrun-1.4
biblereader-0.3.3
bison-1.75
blackbox-0.65.0
bladeenc-0.94.2
blas-1.0
bochs-2.0.2,1
bonnie++-1.93.03
bonnie-2.0.6
bonobo-1.0.22
bonobo-activation-1.0.4,1
boxtools-0.65.0
brs-4.0
bsdtris-1.1
bugbuddy2-2.2.0
bytebench-3.1
cabextract-0.6
cclient-2002,1
ccmath-2.2.0
cdparanoia-3.9.8_5
cdrtools-2.0.3
celestia-1.2.4
cgi-lib-1.4_1
cgic-2.02
civ2demo-1.0
compat4x-i386-5.0.20021221
crack-5.0
cracklib-2.7_1
crafty-19.1
cscope-15.4
csound-4.23
cups-base-1.1.15.1_4
cups-pstoraster-7.07
curl-7.10.8
cvsup-16.1f
db4-4.0.14_1,1
db41-4.1.25_1
dbench-1.3
dbh-1.0.17
dbs-1.1.5
detach-1.3
dict-1.8.0
dillo-0.7.3
djbfft-0.76
docbook-xml-4.2
docbook-xsl-1.55.0_1
doom-1.8
doomlegacy-1.32b4
dosbox-0.55
eel2-2.0.8
emacs-21.2_2
enlightenment-0.16.5_6
eog2-1.0.4
esound-0.2.29
eterm-0.9.2
expat-1.95.5
expat-1.95.6_1
expect-5.38.0_1
festdoc-1.4.0.1
fetchmail-6.2.0
fftw-2.1.5
figlet-2.2.1
flac-1.1.0_2
flashplugin-mozilla-0.4.10_2
flashplugin-mozilla-devel-0.4.10_2
flashplugin-mozilla-gtk2-0.4.10_2
flashplugin6-mozilla-gtk2-6.0r79
flashpluginwrapper-0.20021113
fluxbox-devel-0.9.8
fluxconf-0.9.4
fluxter-0.1.0
fnlib-0.5
fontconfig-2.0_2
fontconfig-2.2.0
freebsd-games-5.0
freetype-1.3.1_2
freetype2-2.1.2_1
freetype2-2.1.4_1
ftree-1.7
fvwm-2.4.13
g-wrap-1.3.4_3
gail-0.17
gaim-0.74_1
gal-0.24
galaxis-1.4
gcc-3.1.1_20020909
gconf-1.0.9_6
gconf-editor-0.3.1
gconf2-1.2.1
gdbm-1.8.0
gdbm-1.8.3
gdk-pixbuf-0.21.0
gdm2-2.4.0.12
gedit2-2.0.6
gettext-0.11.5_1
gettext-0.12.1
ghostscript-gnu-7.05_3
ghostscript-gnu-7.07_3
gimp-1.2.3_2,1
gimp-gnome-1.3.19_1,1
gimp-print-4.2.5_1
gl-117-0.9
glade2-1.1.3
glasteroids-1.0
gle-3.0.3
glib-1.2.10_8
glib-2.0.7
glib-2.2.1
glibwww-0.2_1
glife-0.2.1_1
glmaze-1.1a
gltron-0.62
gmake-3.80
gnofract4d-1.7
gnome-icon-theme-1.0.9
gnome-pkgview-0.0.7
gnome2-2.0_6
gnomeapplets2-2.0.4
gnomeaudio-1.4.0
gnomecanvas-0.21.0
gnomecontrolcenter2-2.0.3
gnomedb-0.2.96_1
gnomedesktop-2.0.10
gnomedesktop-2.4.0
gnomegames2-2.4.1.1
gnomehier-1.0_4
gnomelibs-1.4.2_1
gnomemedia2-2.0.3
gnomemimedata-2.0.1_1
gnomepanel-2.0.11
gnomeprint-0.37
gnomesession-2.0.9
gnomesystemmonitor-2.0.2
gnometerminal-2.4.1
gnomeuserdocs2-2.0.1
gnomeutils2-2.0.6,1
gnomevfs-1.0.5_4
gnomevfs2-2.0.4.1_1
gnomevfs2-2.4.0
gnucash-1.8.4
gnucash-docs-1.8.1
gnuplot-3.7.2
gnutls-0.8.10_1
gqview-1.2.2
gsl-1.4
gsm-1.0.10
gtk-1.2.10_9
gtk-2.2.4_1
gtk-engines2-1.9.0
gtk-xfce-engine-2.1.6
gtkglarea-1.2.2_1
gtkglarea-1.99.0_2
gtkhtml-1.1.10
gtkspell2-2.0.4
guile-1.4.1_2
guile-1.6.4_2
guile-gtk-0.31
guilib-1.1.0_1
guppi-0.40.3_3
gv-3.5.8_1
hdf5-1.4.5
help2man-1.29
hptools-3.0.8
id3lib-3.8.2
imake-4.3.0
imlib-1.9.14_1
imlib2-1.0.6_1
imwheel-0.9.9
ines-2.2
intltool-0.23
ispell-3.2.06_2
javavmwrapper-1.4
jdk-1.4.1p3_3
john-1.6.33
jpeg-6b_1
kde-3.0.5
kdebase-3.0.5
kdegames-3.0.4
kdegraphics-3.0.4
kdelibs-3.0.5_1
kdemultimedia-3.0.4
kdenetwork-3.0.5
kdeutils-3.0.4_1
kermit-8.0.209_1
kmamerun-1.1.0
koffice-1.2,1
koffice-1.2.1_1,1
ladspa-1.12
lame-3.93.1
lcms-1.09
lha-1.14i_1
libIDL-0.8.0
liba52-0.7.4
libao-esound-0.8.3_1
libart_lgpl2-2.3.10
libast-0.5
libaudiofile-0.2.3
libbonobo-2.0.1
libbonoboui-2.0.3.2_1
libcapplet-1.4.0.5
libcdaudio-0.99.9_1
libdivxdecore-0.4.7
libdivxdecore-devel-0.4.0.50_1
libdivxencore-devel-0.4.0.50
libdv-0.9.9
libdvbpsi-0.1.2
libdvdcss-1.2.5
libdvdnav-0.1.3
libdvdplay-1.0.1
libdvdread-0.9.4
libebml-0.4.3
libexif-0.5.12_1
libfame-0.9.0
libflash-0.4.10
libgcrypt-1.1.12
libgda-0.2.96_1
libgda2-0.8.199
libghttp-1.0.9
libglade-0.17_2
libglade2-2.0.1
libgmp-2001.08.07
libgmp-4.1.2_2
libgnome-2.0.6
libgnome-2.4.0
libgnomecanvas-2.0.5
libgnomecanvas-2.4.0
libgnomedb-0.8.199
libgnomeprint-1.116.1
libgnomeprintui-1.116.0
libgnomeui-2.0.6
libgnomeui-2.4.0.1_1
libgnugetopt-1.2
libgtkhtml-2.0.3
libgtop2-2.0.0_3
libical-0.24
libiconv-1.8_2
libijs-0.34
libltdl-1.5
libmatroska-0.4.3
libmikmod-esound-3.1.10
libmng-1.0.4
libmovtar-0.1.3
libmpeg2-0.3.1_1
libmusicbrainz-2.0.1
libnova-0.7.0
libofx-0.6.4
libogg-1.0_1,3
libquicktime-0.9.1_2
librep-0.16.1_1
librsvg2-2.0.1
libshout-1.0.7
libshout2-20021112_1
libsidplay2-2.1.0
libslang-1.4.6
libtool-1.3.4_4
libtool-1.3.5
libungif-4.1.0b1
libunicode-0.4_3
libvorbis-1.0_1,3
libwnck-0.18
libwnck-2.4.0.1
libworkman-1.4
libwww-5.4.0
libxfce4gui-4.0.0_1
libxfce4mcs-4.0.0
libxfce4util-4.0.0
libxine-1.0.b12
libxml-1.8.17_1
libxml2-2.4.28_1
libxslt-1.0.23
libzvt-2.0.1_1
linc-0.5.5
lincity-1.11_1
linpack-1.0
linux-esound-0.2.22_1
linux-flashplugin-5.0r51
linux-flashplugin-6.0r79
linux-flashplugin-mozilla-gtk2-6.0r79
linux-gtk-1.2_2
linux-libaudiofile-0.1.11_2
linux-mozilla-1.4
linux-realplayer-8.cs2_4
linux-sun-jdk-1.4.2.01_1
linux_base-7.1_2
lmbench-1.1
lp_solve-4.0
lrzsz-0.12.20_1
lsof-4.68.2
lynx-2.8.4.1c
lyx-1.3.2
m4-1.4_1
mad-0.15.0b
mad-esound-0.14.2b_2
man2html-3.0.1_1
metacity-2.4.3
metacity-setup-0.7.1_1
metakit-2.4.9.2
metapixel-0.7
metatheme2-0.9.7
minicom-2.1
mkcatalog-1.1
mmsclient-0.0.3
mozilla-1.4a_1,1
mozilla-1.5,2
mozilla-firebird-0.6
mozilla-gtk2-1.5b
mozilla-gtk2-1.6_1
mozilla-thunderbird-0.2
mpg123-esound-0.59r_9
mplayer-fonts-0.50
mplayer-gtk-esound-0.92.0_4
mplayer-skins-1.1.0
mtr-gtk-0.54_1
mutt-1.4
nas-1.6
nasm-0.98.35,1
nautilus-gtkhtml-0.3.2_1
nautilus2-2.0.8
ncftp-3.1.5_1
ncftp1-1.9.5
nenscript-1.13.3
netscape7-7.1
nibbles-1.2
nighthawk-2.2
nmap-3.30
nspr-4.3_2
nss-3.8
oaf-0.6.10_1
octave-2.1.39
open-motif-2.2.2_1
opencyc-0.7.0
openldap-client-2.0.27_1
opera-6.11.20021129
oracle7-client-0.02
p5-Authen-SASL-2.02
p5-Date-Manip-5.40
p5-Digest-MD5-2.22
p5-Finance-Quote-1.07
p5-Finance-QuoteHist-0.31
p5-HTML-0.6
p5-HTML-Parser-3.27
p5-HTML-TableExtract-1.08
p5-HTML-Tagset-3.03
p5-MIME-Base64-2.18
p5-Net-1.12,1
p5-URI-1.23
p5-libwww-5.69
pango-1.0.5
pango-1.2.1_3
paragui-1.0.2_2
pcre-3.9
pdflib-4.0.3_1
pdksh-5.2.14p2
perl-5.6.1_11
perl-5.6.1_13
pilot-link-0.11.7_1
pine-4.51
pkgconfig-0.15.0
plib-1.6.0_1
png-1.2.5
png-1.2.5_2
popt-1.6.4
portupgrade-20021216
postgresql-7.3.3_1
postgresql-docs-7.3.3
povray-3.5_2
prodosemu-0.1
py22-expat-2.2.2_2
py22-tkinter-2.2.2
py23-gtk-2.0.0
py23-numeric-23.0
py23-tkinter-2.3.2_1
python-2.3.2
qt-3.0.5_5
qt-3.1.2_1
quake2forge-0.2.1
race-0.5
rdesktop-1.3.1
rep-gtk2-0.17,1
rpc-0.97
rpm-3.0.6_6
rsynth-2.0
ruby-1.6.8
ruby-bdb1-0.1.7
ruby-shim-ruby18-1.8.0.p1
samba-2.2.8a
samba-libsmbclient-3.0.0
sawfish2-1.2,2
scimark2-java-2.0
scimark2c-2.0
scrollkeeper-0.3.11_4,1
sdl-1.2.5_1
sdl_image-1.2.2_1
sdl_mixer-1.2.4_1
sdl_net-1.2.4
sdl_sound-1.0.0
sdl_ttf-2.0.5
sdlmm-0.1.8
sdocbook-xml-4.1.2.5
slib-2d5_1
smpeg-0.4.4
sopwith-1.7.1
soup-0.7.11
sox-12.17.3_1
speak_freely-7.6a
speex-1.0.1,1
spellcast-1.2
startup-notification-0.5_1
stlport-gcc-4.5.3_1
sudo-1.6.7.4
svgalib-1.4.2_1
sword-1.5.5
t1lib-1.3.1
taxipilot-0.8.5
tcl-8.3.5
tcl-8.4.4_1,1
teTeX-2.0.2_1
terraform-0.9.0
tiff-3.5.7
timidity-0.2i
tk-8.3.5_1
tk-8.4.4,1
tn3270-4.4
translate-1.10
ttmkfdir-0.0_1
tuxkart-0.2.0
tuxnes-0.75
tuxracer-0.61
twin-3.1.14,1
unzip-5.50
urlview-0.9_1
urwfonts-1.0
vMac-0.1.9.3
vectoroids-1.1.0_1
vim-6.1.262
vim-6.2.21
vlc-0.4.4
vte-0.11.10_1
webfonts-0.21_1
wget-1.8.2_3
win32-codecs-011002.2.0.90.p7
win32-codecs-2.0.90_1,1
windowmaker-0.80.2
wine-2003.05.08
wmicons-1.0
wrapper-1.0_2
x3270-3.1.1.6
x48-0.4.1e
xanim-2.80.2
xaos-3.0
xchat-1.8.10
xconq-7.4.1_1
xdaliclock-2.18
xearth-1.1
xfce-3.8.18_2
xfce-4.0.0
xfce4-desktop-4.0.0_1
xfce4-fm-4.0.0_1
xfce4-fm-icons-4.0.0
xfce4-iconbox-4.0.0_1
xfce4-mcs-manager-4.0.0_1
xfce4-mcs-plugins-4.0.0_1
xfce4-mixer-4.0.0_1
xfce4-panel-4.0.0_1
xfce4-panel-themes-4.0.0
xfce4-print-4.0.0_1
xfce4-systray-4.0.0_1
xfce4-toys-4.0.0_1
xfce4-utils-4.0.0_1
xfce4-wm-4.0.0_1
xfce4-wm-themes-4.0.0
xforms-1.0_3,1
xine-0.9.21
xmame-sdl-0.67.2
xmfract-1.4
xmms-a52dec-1.0
xmms-audiofile-0.1
xmms-bonk-0.12
xmms-cdparanoia-0.1
xmms-cdread-0.14a
xmms-crossfade-0.2.9
xmms-crossfade-0.3.2
xmms-crystality-0.92
xmms-esound-1.2.7_3
xmms-esound-1.2.8
xmms-fc-0.5.3
xmms-fishmatic-0.0.1
xmms-flac-1.1.0
xmms-gdancer-0.4.5
xmms-infinity-0.2
xmms-kde-3.0.0
xmms-ladspa-0.7
xmms-liveice-1.0.0
xmms-mad-0.1.1
xmms-mailnotify-0.2.0_2
xmms-midi-0.03
xmms-musepack-1.8.0
xmms-osssurround-0.1
xmms-pipe-0.4.5
xmms-quix3dn-4.4.1
xmms-shn-2.2.7
xmms-sndstretch-0.5
xmms-tfmx-0.3
xmms-uade-0.80_5
xmms-volnorm-0.8.1
xmountains-2.6
xpdf-2.00
xscreensaver-gnome-4.06
xskyroot-920428
xsnow-1.41
xstarroll-1.04
xtux-2003.03.06_1
xv-3.10a_3
xvid-0.9.2,1
yacas-1.0.55
yelp-1.0.7
ytree-1.75
zip-2.3_1
zsh-4.0.6
zsh-4.0.7


More information about the freebsd-gnome mailing list