Saturday, 14 October 2006
|
| Failure to build audacity 1.2.4b on FreeBSD 5.1 Stefan A. Deutscher 22:02:58 |
| |
Hi,
I just cvsup(ped) my ports tree and tried to build audacity 1.2.4b. Where audacity 1.0.0 built fine, the newer version dies after a while with an error. Please, see the attached logs & information, and let me know what else I can do to help resolve this.
Thanks in advance & kind regards,
Stefan
dvorak# cd /usr/ports/audio/audacity dvorak# make [ snip ] checking for glib-2.0 >= 2.2... yes checking GLIB_ONLY_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include checking GLIB_ONLY_LIBS... -L/usr/local/lib -lglib-2.0 -liconv checking for libxml-2.0 >= 2.6.0... Requested 'libxml-2.0 >= 2.6.0' but version of libXML is 2.5.7 configure: error: Need libxml2 for glib2 builds -- you should be able to do without it -- this needs fixing ===> Script "configure" failed unexpectedly. Please report the problem to multimedia@FreeBSD.org [maintainer] and attach the "/usr/ports/multimedia/gstreamer80/work/gstreamer-0.8.12/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/multimedia/gstreamer80. *** Error code 1 Stop in /usr/ports/multimedia/gstreamer-plugins80. *** Error code 1 Stop in /usr/ports/x11-toolkits/wxgtk26. *** Error code 1 Stop in /usr/ports/audio/audacity. *** Error code 1 Stop in /usr/ports/audio/audacity. dvorak#
# ---------------------------------------------------------------------- # Attaching log file # ----------------------------------------------------------------------
dvorak# cat /usr/ports/multimedia/gstreamer80/work/gstreamer-0.8.12/config.log 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.59. Invocation command line was
$ ./configure --disable-tests --disable-examples --disable-docs-build --disable-failing-tests --localstatedir=/usr/local/share/gnome --datadir=/usr/local/share/gnome --with-html-dir=/usr/local/share/doc --with-help-dir=/usr/local/share/gnome/help --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/local --build=i386-portbld-freebsd5.1
## --------- ## ## Platform. ## ## --------- ##
hostname = dvorak.asylum.invalid uname -m = i386 uname -r = 5.1-RELEASE uname -s = FreeBSD uname -v = FreeBSD 5.1-RELEASE #0: Fri Nov 21 21:48:14 CET 2003 root@dvorak.asylum.net:/usr/src/sys/i386/compile/GENERICCAM
/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: /root/bin
## ----------- ## ## Core tests. ## ## ----------- ##
configure:1586: checking build system type configure:1604: result: i386-portbld-freebsd5.1 configure:1612: checking host system type configure:1626: result: i386-portbld-freebsd5.1 configure:1634: checking target system type configure:1648: result: i386-portbld-freebsd5.1 configure:1672: configuring gstreamer for release configure:1717: checking whether to enable maintainer-specific portions of Makefiles configure:1726: result: no configure:1755: checking for a BSD-compatible install configure:1810: result: /usr/bin/install -c -o root -g wheel configure:1821: checking whether build environment is sane configure:1864: result: yes configure:1929: checking for gawk configure:1945: found /usr/local/bin/gawk configure:1955: result: gawk configure:1965: checking whether gmake sets $(MAKE) configure:1985: result: yes configure:2204: checking for gcc configure:2230: result: cc configure:2474: checking for C compiler version configure:2477: cc --version </dev/null >&5 cc (GCC) 3.2.2 [FreeBSD] 20030205 (release) Copyright (C) 2002 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:2480: $? = 0 configure:2482: cc -v </dev/null >&5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.2 [FreeBSD] 20030205 (release) configure:2485: $? = 0 configure:2487: cc -V </dev/null >&5 cc: argument to `-V' is missing configure:2490: $? = 1 configure:2513: checking for C compiler default output file name configure:2516: cc -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2519: $? = 0 configure:2565: result: a.out configure:2570: checking whether the C compiler works configure:2576: ./a.out configure:2579: $? = 0 configure:2596: result: yes configure:2603: checking whether we are cross compiling configure:2605: result: no configure:2608: checking for suffix of executables configure:2610: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2613: $? = 0 configure:2638: result: configure:2644: checking for suffix of object files configure:2665: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:2668: $? = 0 configure:2690: result: o configure:2694: checking whether we are using the GNU C compiler configure:2718: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:2724: $? = 0 configure:2728: test -z || test ! -s conftest.err configure:2731: $? = 0 configure:2734: test -s conftest.o configure:2737: $? = 0 configure:2750: result: yes configure:2756: checking whether cc accepts -g configure:2777: cc -c -g -I/usr/local/include conftest.c >&5 configure:2783: $? = 0 configure:2787: test -z || test ! -s conftest.err configure:2790: $? = 0 configure:2793: test -s conftest.o configure:2796: $? = 0 configure:2807: result: yes configure:2824: checking for cc option to accept ANSI C configure:2894: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:2900: $? = 0 configure:2904: test -z || test ! -s conftest.err configure:2907: $? = 0 configure:2910: test -s conftest.o configure:2913: $? = 0 configure:2931: result: none needed configure:2949: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 conftest.c:2: syntax error before "me" configure:2955: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3099: checking for style of include used by gmake configure:3127: result: GNU configure:3155: checking dependency style of cc configure:3245: result: gcc3 configure:3263: checking for library containing strerror configure:3293: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:3299: $? = 0 configure:3303: test -z || test ! -s conftest.err configure:3306: $? = 0 configure:3309: test -s conftest configure:3312: $? = 0 configure:3382: result: none required configure:3506: checking for a sed that does not truncate output configure:3560: result: /usr/bin/sed configure:3563: checking for egrep configure:3573: result: grep -E configure:3589: checking for ld used by cc configure:3656: result: /usr/bin/ld configure:3665: checking if the linker (/usr/bin/ld) is GNU ld configure:3680: result: yes configure:3685: checking for /usr/bin/ld option to reload object files configure:3692: result: -r configure:3710: checking for BSD-compatible nm configure:3752: result: /usr/bin/nm -B configure:3756: checking whether ln -s works configure:3760: result: yes configure:3767: checking how to recognise dependent libraries configure:3939: result: pass_all configure:4152: checking how to run the C preprocessor configure:4187: cc -E -I/usr/local/include conftest.c configure:4193: $? = 0 configure:4225: cc -E -I/usr/local/include conftest.c conftest.c:15:28: ac_nonexistent.h: No such file or directory configure:4231: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.8.12" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4270: result: cc -E configure:4294: cc -E -I/usr/local/include conftest.c configure:4300: $? = 0 configure:4332: cc -E -I/usr/local/include conftest.c conftest.c:15:28: ac_nonexistent.h: No such file or directory configure:4338: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.8.12" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4382: checking for ANSI C header files configure:4407: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:4413: $? = 0 configure:4417: test -z || test ! -s conftest.err configure:4420: $? = 0 configure:4423: test -s conftest.o configure:4426: $? = 0 configure:4515: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:4518: $? = 0 configure:4520: ./conftest configure:4523: $? = 0 configure:4538: result: yes configure:4562: checking for sys/types.h configure:4578: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:4584: $? = 0 configure:4588: test -z || test ! -s conftest.err configure:4591: $? = 0 configure:4594: test -s conftest.o configure:4597: $? = 0 configure:4608: result: yes configure:4562: checking for sys/stat.h configure:4578: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:4584: $? = 0 configure:4588: test -z || test ! -s conftest.err configure:4591: $? = 0 configure:4594: test -s conftest.o configure:4597: $? = 0 configure:4608: result: yes configure:4562: checking for stdlib.h configure:4578: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:4584: $? = 0 configure:4588: test -z || test ! -s conftest.err configure:4591: $? = 0 configure:4594: test -s conftest.o configure:4597: $? = 0 configure:4608: result: yes configure:4562: checking for string.h configure:4578: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:4584: $? = 0 configure:4588: test -z || test ! -s conftest.err configure:4591: $? = 0 configure:4594: test -s conftest.o configure:4597: $? = 0 configure:4608: result: yes configure:4562: checking for memory.h configure:4578: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:4584: $? = 0 configure:4588: test -z || test ! -s conftest.err configure:4591: $? = 0 configure:4594: test -s conftest.o configure:4597: $? = 0 configure:4608: result: yes configure:4562: checking for strings.h configure:4578: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:4584: $? = 0 configure:4588: test -z || test ! -s conftest.err configure:4591: $? = 0 configure:4594: test -s conftest.o configure:4597: $? = 0 configure:4608: result: yes configure:4562: checking for inttypes.h configure:4578: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:4584: $? = 0 configure:4588: test -z || test ! -s conftest.err configure:4591: $? = 0 configure:4594: test -s conftest.o configure:4597: $? = 0 configure:4608: result: yes configure:4562: checking for stdint.h configure:4578: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:4584: $? = 0 configure:4588: test -z || test ! -s conftest.err configure:4591: $? = 0 configure:4594: test -s conftest.o configure:4597: $? = 0 configure:4608: result: yes configure:4562: checking for unistd.h configure:4578: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:4584: $? = 0 configure:4588: test -z || test ! -s conftest.err configure:4591: $? = 0 configure:4594: test -s conftest.o configure:4597: $? = 0 configure:4608: result: yes configure:4634: checking dlfcn.h usability configure:4646: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:4652: $? = 0 configure:4656: test -z || test ! -s conftest.err configure:4659: $? = 0 configure:4662: test -s conftest.o configure:4665: $? = 0 configure:4675: result: yes configure:4679: checking dlfcn.h presence configure:4689: cc -E -I/usr/local/include conftest.c configure:4695: $? = 0 configure:4715: result: yes configure:4750: checking for dlfcn.h configure:4757: result: yes configure:4864: checking for C++ compiler version configure:4867: c++ --version </dev/null >&5 c++ (GCC) 3.2.2 [FreeBSD] 20030205 (release) Copyright (C) 2002 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:4870: $? = 0 configure:4872: c++ -v </dev/null >&5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.2 [FreeBSD] 20030205 (release) configure:4875: $? = 0 configure:4877: c++ -V </dev/null >&5 c++: argument to `-V' missing
configure:4880: $? = 1 configure:4883: checking whether we are using the GNU C++ compiler configure:4907: c++ -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.cc >&5 configure:4913: $? = 0 configure:4917: test -z || test ! -s conftest.err configure:4920: $? = 0 configure:4923: test -s conftest.o configure:4926: $? = 0 configure:4939: result: yes configure:4945: checking whether c++ accepts -g configure:4966: c++ -c -g -I/usr/local/include conftest.cc >&5 configure:4972: $? = 0 configure:4976: test -z || test ! -s conftest.err configure:4979: $? = 0 configure:4982: test -s conftest.o configure:4985: $? = 0 configure:4996: result: yes configure:5038: c++ -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.cc >&5 configure:5044: $? = 0 configure:5048: test -z || test ! -s conftest.err configure:5051: $? = 0 configure:5054: test -s conftest.o configure:5057: $? = 0 configure:5083: c++ -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:30: `exit' undeclared (first use this function) conftest.cc:30: (Each undeclared identifier is reported only once for each function it appears in.) configure:5089: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.8.12" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #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:5038: c++ -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.cc >&5 configure:5044: $? = 0 configure:5048: test -z || test ! -s conftest.err configure:5051: $? = 0 configure:5054: test -s conftest.o configure:5057: $? = 0 configure:5083: c++ -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.cc >&5 configure:5089: $? = 0 configure:5093: test -z || test ! -s conftest.err configure:5096: $? = 0 configure:5099: test -s conftest.o configure:5102: $? = 0 configure:5127: checking dependency style of c++ configure:5217: result: gcc3 configure:5244: checking how to run the C++ preprocessor configure:5275: c++ -E -I/usr/local/include conftest.cc configure:5281: $? = 0 configure:5313: c++ -E -I/usr/local/include conftest.cc conftest.cc:29:28: ac_nonexistent.h: No such file or directory configure:5319: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.8.12" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #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 | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5358: result: c++ -E configure:5382: c++ -E -I/usr/local/include conftest.cc configure:5388: $? = 0 configure:5420: c++ -E -I/usr/local/include conftest.cc conftest.cc:29:28: ac_nonexistent.h: No such file or directory configure:5426: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.8.12" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #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 | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5523: checking for g77 configure:5552: result: no configure:5523: checking for f77 configure:5539: found /usr/bin/f77 configure:5549: result: f77 configure:5564: checking for Fortran 77 compiler version configure:5567: f77 --version </dev/null >&5 GNU Fortran (GCC 3.2.2 [FreeBSD] 20030205 (release)) 3.2.2 20030205 (release) 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:5570: $? = 0 configure:5572: f77 -v </dev/null >&5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.2 [FreeBSD] 20030205 (release) configure:5575: $? = 0 configure:5577: f77 -V </dev/null >&5 f77: argument to `-V' missing configure:5580: $? = 1 configure:5588: checking whether we are using the GNU Fortran 77 compiler configure:5602: f77 -c conftest.F >&5 configure:5608: $? = 0 configure:5612: test -z || test ! -s conftest.err configure:5615: $? = 0 configure:5618: test -s conftest.o configure:5621: $? = 0 configure:5634: result: yes configure:5640: checking whether f77 accepts -g configure:5652: f77 -c -g conftest.f >&5 configure:5658: $? = 0 configure:5662: test -z || test ! -s conftest.err configure:5665: $? = 0 configure:5668: test -s conftest.o configure:5671: $? = 0 configure:5683: result: yes configure:5713: checking the maximum length of command line arguments configure:5805: result: 65536 configure:5816: checking command to parse /usr/bin/nm -B output from cc object configure:5912: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:5915: $? = 0 configure:5919: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:5922: $? = 0 configure:5974: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c conftstm.o >&5 configure:5977: $? = 0 configure:6015: result: ok configure:6019: checking for objdir configure:6034: result: .libs configure:6124: checking for ar configure:6140: found /usr/bin/ar configure:6151: result: ar configure:6204: checking for ranlib configure:6220: found /usr/bin/ranlib configure:6231: result: ranlib configure:6284: checking for strip configure:6300: found /usr/bin/strip configure:6311: result: strip configure:6598: checking if cc static flag works configure:6626: result: yes configure:6644: checking if cc supports -fno-rtti -fno-exceptions configure:6662: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include -fno-rtti -fno-exceptions conftest.c >&5 configure:6666: $? = 0 configure:6679: result: yes configure:6694: checking for cc option to produce PIC configure:6898: result: -fPIC configure:6906: checking if cc PIC flag -fPIC works configure:6924: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include -fPIC -DPIC conftest.c >&5 configure:6928: $? = 0 configure:6941: result: yes configure:6965: checking if cc supports -c -o file.o configure:6986: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include -o out/conftest2.o conftest.c >&5 configure:6990: $? = 0 configure:7012: result: yes configure:7038: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:7934: result: yes configure:7960: checking whether -lc should be explicitly linked in configure:7965: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:7968: $? = 0 configure:7982: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7985: $? = 1 configure:7997: result: yes configure:8005: checking dynamic linker characteristics configure:8572: result: freebsd5.1 ld.so configure:8576: checking how to hardcode library paths into programs configure:8601: result: immediate configure:8615: checking whether stripping libraries is possible configure:8620: result: yes configure:8746: checking for shl_load configure:8803: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 /var/tmp//ccncVhOB.o: In function `main': /var/tmp//ccncVhOB.o(.text+0xf): undefined reference to `shl_load' /var/tmp//ccncVhOB.o(.data+0x0): undefined reference to `shl_load' configure:8809: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.8.12" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #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 | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); 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 | | #undef shl_load | | /* 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 shl_load (); | /* 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_shl_load) || defined (__stub___shl_load) | choke me | #else | char (*f) () = shl_load; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != shl_load; | ; | return 0; | } configure:8834: result: no configure:8839: checking for shl_load in -ldld configure:8869: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld configure:8875: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.8.12" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #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 | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* 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 shl_load (); | int | main () | { | shl_load (); | ; | return 0; | } configure:8901: result: no configure:8906: checking for dlopen configure:8963: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:8969: $? = 0 configure:8973: test -z || test ! -s conftest.err configure:8976: $? = 0 configure:8979: test -s conftest configure:8982: $? = 0 configure:8994: result: yes configure:9236: checking whether a program can dlopen itself configure:9308: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -DHAVE_DLFCN_H -L/usr/local/lib -Wl,--export-dynamic conftest.c >&5 configure:9311: $? = 0 configure:9329: result: yes configure:9334: checking whether a statically linked program can dlopen itself configure:9406: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -DHAVE_DLFCN_H -L/usr/local/lib -Wl,--export-dynamic conftest.c >&5 configure:9409: $? = 0 configure:9427: result: yes configure:9450: checking if libtool supports shared libraries configure:9452: result: yes configure:9455: checking whether to build shared libraries configure:9476: result: yes configure:9479: checking whether to build static libraries configure:9483: result: yes configure:9575: creating libtool configure:10153: checking for ld used by c++ configure:10220: result: /usr/bin/ld configure:10229: checking if the linker (/usr/bin/ld) is GNU ld configure:10244: result: yes configure:10295: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11182: result: yes configure:11200: c++ -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.cc >&5 configure:11203: $? = 0 configure:11299: checking for c++ option to produce PIC configure:11567: result: -fPIC configure:11575: checking if c++ PIC flag -fPIC works configure:11593: c++ -c -O -pipe -mcpu=pentiumpro -I/usr/local/include -fPIC -DPIC conftest.cc >&5 configure:11597: $? = 0 configure:11610: result: yes configure:11634: checking if c++ supports -c -o file.o configure:11655: c++ -c -O -pipe -mcpu=pentiumpro -I/usr/local/include -o out/conftest2.o conftest.cc >&5 configure:11659: $? = 0 configure:11681: result: yes configure:11707: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11732: result: yes configure:11803: checking dynamic linker characteristics configure:12370: result: freebsd5.1 ld.so configure:12374: checking how to hardcode library paths into programs configure:12399: result: immediate configure:12413: checking whether stripping libraries is possible configure:12418: result: yes configure:12544: checking for shl_load configure:12632: result: no configure:12637: checking for shl_load in -ldld configure:12699: result: no configure:12704: checking for dlopen configure:12792: result: yes configure:13034: checking whether a program can dlopen itself configure:13127: result: yes configure:13132: checking whether a statically linked program can dlopen itself configure:13225: result: yes configure:13754: checking if libtool supports shared libraries configure:13756: result: yes configure:13759: checking whether to build shared libraries configure:13779: result: yes configure:13782: checking whether to build static libraries configure:13786: result: yes configure:13798: checking for f77 option to produce PIC configure:14002: result: -fPIC configure:14010: checking if f77 PIC flag -fPIC works configure:14028: f77 -c -g -O2 -fPIC conftest.f >&5 configure:14032: $? = 0 configure:14045: result: yes configure:14069: checking if f77 supports -c -o file.o configure:14090: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:14094: $? = 0 configure:14116: result: yes configure:14142: checking whether the f77 linker (/usr/bin/ld) supports shared libraries configure:15018: result: yes configure:15089: checking dynamic linker characteristics configure:15656: result: freebsd5.1 ld.so configure:15660: checking how to hardcode library paths into programs configure:15685: result: immediate configure:15699: checking whether stripping libraries is possible configure:15704: result: yes configure:20020: checking for gcc configure:20046: result: cc configure:20290: checking for C compiler version configure:20293: cc --version </dev/null >&5 cc (GCC) 3.2.2 [FreeBSD] 20030205 (release) Copyright (C) 2002 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:20296: $? = 0 configure:20298: cc -v </dev/null >&5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.2 [FreeBSD] 20030205 (release) configure:20301: $? = 0 configure:20303: cc -V </dev/null >&5 cc: argument to `-V' is missing configure:20306: $? = 1 configure:20309: checking whether we are using the GNU C compiler configure:20365: result: yes configure:20371: checking whether cc accepts -g configure:20422: result: yes configure:20439: checking for cc option to accept ANSI C configure:20546: result: none needed configure:20564: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 conftest.c:2: syntax error before "me" configure:20570: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:20705: checking dependency style of cc configure:20795: result: gcc3 configure:20840: checking for msgfmt configure:20868: result: /usr/local/bin/msgfmt configure:20877: checking for gmsgfmt configure:20908: result: /usr/local/bin/msgfmt configure:20918: checking for xgettext configure:20946: result: /usr/local/bin/xgettext configure:20957: checking for msgmerge configure:20984: result: /usr/local/bin/msgmerge configure:21046: checking for ld used by GCC configure:21109: result: /usr/bin/ld configure:21118: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.13.2 [FreeBSD] 2002-11-27 configure:21130: result: yes configure:21136: checking for shared library run path origin configure:21149: result: done configure:21566: checking whether NLS is requested configure:21575: result: yes configure:21592: checking for GNU gettext in libc configure:21616: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 /var/tmp//ccodJ02l.o: In function `main': /var/tmp//ccodJ02l.o(.text+0x19): undefined reference to `libintl_bindtextdomain' /var/tmp//ccodJ02l.o(.text+0x25): undefined reference to `libintl_gettext' /var/tmp//ccodJ02l.o(.text+0x2b): undefined reference to `_nl_msg_cat_cntr' /var/tmp//ccodJ02l.o(.text+0x31): undefined reference to `_nl_domain_bindings' configure:21622: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.8.12" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #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 | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <libintl.h> | extern int _nl_msg_cat_cntr; | extern int *_nl_domain_bindings; | int | main () | { | bindtextdomain ("", ""); | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings | ; | return 0; | } configure:21647: result: no configure:21681: checking for iconv configure:21708: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 /var/tmp//ccH9L642.o: In function `main': /var/tmp//ccH9L642.o(.text+0x1c): undefined reference to `iconv_open' /var/tmp//ccH9L642.o(.text+0x46): undefined reference to `iconv' /var/tmp//ccH9L642.o(.text+0x4e): undefined reference to `iconv_close' configure:21714: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.8.12" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #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 | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <stdlib.h> | #include <iconv.h> | int | main () | { | iconv_t cd = iconv_open("",""); | iconv(cd,NULL,NULL,NULL,NULL); | iconv_close(cd); | ; | return 0; | } configure:21759: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib >&5 configure:21765: $? = 0 configure:21769: test -z || test ! -s conftest.err configure:21772: $? = 0 configure:21775: test -s conftest configure:21778: $? = 0 configure:21793: result: yes configure:21803: checking how to link with libiconv configure:21805: result: /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib configure:22194: checking for GNU gettext in libintl configure:22226: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib >&5 configure:22232: $? = 0 configure:22236: test -z || test ! -s conftest.err configure:22239: $? = 0 configure:22242: test -s conftest configure:22245: $? = 0 configure:22317: result: yes configure:22349: checking how to link with libintl configure:22351: result: /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib configure:22480: checking to see if compiler understands -Wall configure:22502: cc -c -O -pipe -mcpu=pentiumpro -Wall -I/usr/local/include conftest.c >&5 configure:22508: $? = 0 configure:22512: test -z || test ! -s conftest.err configure:22515: $? = 0 configure:22518: test -s conftest.o configure:22521: $? = 0 configure:22540: result: yes configure:22612: checking for ANSI C header files configure:22768: result: yes configure:22778: checking for inline configure:22799: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:22805: $? = 0 configure:22809: test -z || test ! -s conftest.err configure:22812: $? = 0 configure:22815: test -s conftest.o configure:22818: $? = 0 configure:22830: result: inline configure:23324: checking for gtkdoc-scangobj configure:23351: result: false configure:23388: checking for docbook2ps configure:23415: result: false configure:23424: checking for docbook2html configure:23451: result: false configure:23460: checking for jadetex configure:23487: result: false configure:23496: checking for ps2pdf configure:23512: found /usr/local/bin/ps2pdf configure:23523: result: true configure:23580: checking for xsltproc configure:23596: found /usr/local/bin/xsltproc configure:23606: result: xsltproc configure:23615: checking whether xsltproc docbook processing works configure:23632: result: no configure:23651: checking for dvips configure:23667: found /usr/local/bin/dvips configure:23678: result: true configure:23688: checking for fig2dev configure:23715: result: false configure:23723: WARNING: Did not find fig2dev (from xfig), images will not be generated. configure:23751: checking for pngtopnm configure:23767: found /usr/local/bin/pngtopnm configure:23778: result: true configure:23787: checking for pnmtops configure:23803: found /usr/local/bin/pnmtops configure:23814: result: true configure:23823: checking for epstopdf configure:23839: found /usr/local/bin/epstopdf configure:23850: result: true configure:23866: Will not output HTML documentation configure:23882: Will not output PS documentation configure:23894: Will not output PDF documentation configure:23903: Looking for Python version >= 2.1 configure:23921: checking for python configure:23939: found /usr/local/bin/python configure:23951: result: /usr/local/bin/python configure:23962: checking "/usr/local/bin/python": configure:23964: result: okay configure:23980: checking local Python configuration configure:24017: result: looks good configure:24195: checking whether byte ordering is bigendian configure:24222: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 configure:24228: $? = 0 configure:24232: test -z || test ! -s conftest.err configure:24235: $? = 0 configure:24238: test -s conftest.o configure:24241: $? = 0 configure:24265: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c >&5 conftest.c: In function `main': conftest.c:45: syntax error before "big" configure:24271: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define GST_VERSION "0.8.12" | #define GST_VERSION_RELEASE "1" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #define PACKAGE "gstreamer" | #define VERSION "0.8.12" | #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 | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define GETTEXT_PACKAGE "gstreamer-0.8" | #define LOCALEDIR "/usr/local/share/locale" | #define LIBDIR "/usr/local/lib" | #define STDC_HEADERS 1 | #define HAVE_CPU_I386 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:24406: result: no configure:24541: checking for perl configure:24559: found /usr/bin/perl configure:24572: result: /usr/bin/perl configure:24589: checking for gawk configure:24615: result: gawk configure:24628: checking for bison configure:24646: found /usr/local/bin/bison configure:24659: result: /usr/local/bin/bison configure:24672: checking bison version configure:24677: result: ok configure:24689: checking for flex configure:24707: found /usr/bin/flex configure:24720: result: /usr/bin/flex configure:24734: checking for large file support configure:24756: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:24759: $? = 0 configure:24761: ./conftest configure:24764: $? = 0 configure:24767: result: yes configure:24791: checking for stdlib.h configure:24796: result: yes configure:24791: checking for unistd.h configure:24796: result: yes configure:24940: checking for getpagesize configure:24997: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:25003: $? = 0 configure:25007: test -z || test ! -s conftest.err configure:25010: $? = 0 configure:25013: test -s conftest configure:25016: $? = 0 configure:25028: result: yes configure:25038: checking for working mmap configure:25180: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:25183: $? = 0 configure:25185: ./conftest configure:25188: $? = 0 configure:25202: result: yes configure:25230: checking for usable SVR4/SUSv2 makecontext(2)/swapcontext(2) configure:25301: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 conftest.c: In function `main': conftest.c:79: warning: passing arg 2 of `makecontext' from incompatible pointer type configure:25304: $? = 0 configure:25306: ./conftest configure:25309: $? = 0 configure:25323: result: yes configure:25340: checking whether cc implements __PRETTY_FUNCTION__ configure:25362: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:25368: $? = 0 configure:25372: test -z || test ! -s conftest.err configure:25375: $? = 0 configure:25378: test -s conftest configure:25381: $? = 0 configure:25395: result: yes configure:25405: checking whether cc implements __FUNCTION__ configure:25427: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:25433: $? = 0 configure:25437: test -z || test ! -s conftest.err configure:25440: $? = 0 configure:25443: test -s conftest configure:25446: $? = 0 configure:25460: result: yes configure:25470: checking whether cc implements __func__ configure:25492: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:25498: $? = 0 configure:25502: test -z || test ! -s conftest.err configure:25505: $? = 0 configure:25508: test -s conftest configure:25511: $? = 0 configure:25525: result: yes configure:25779: checking to see if compiler understands -fno-common configure:25801: cc -c -O -pipe -mcpu=pentiumpro -fno-common -I/usr/local/include conftest.c >&5 configure:25807: $? = 0 configure:25811: test -z || test ! -s conftest.err configure:25814: $? = 0 configure:25817: test -s conftest.o configure:25820: $? = 0 configure:25839: result: yes configure:25857: checking if unaligned memory access works correctly configure:25925: result: yes configure:25952: checking for pkg-config configure:25970: found /usr/local/bin/pkg-config configure:25983: result: /usr/local/bin/pkg-config configure:26000: checking for glib-2.0 >= 2.2 gobject-2.0 gthread-2.0 gmodule-2.0 configure:26004: result: yes configure:26008: checking GLIB2_CFLAGS configure:26011: result: -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include configure:26014: checking GLIB2_LIBS configure:26017: result: -Wl,--export-dynamic -L/usr/local/lib -lgobject-2.0 -lgthread-2.0 -lc_r -lgmodule-2.0 -lglib-2.0 -liconv configure:26117: checking for glib-2.0 >= 2.2 configure:26121: result: yes configure:26125: checking GLIB_ONLY_CFLAGS configure:26128: result: -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include configure:26131: checking GLIB_ONLY_LIBS configure:26134: result: -L/usr/local/lib -lglib-2.0 -liconv configure:26227: checking for libxml-2.0 >= 2.6.0 configure:26276: error: Need libxml2 for glib2 builds -- you should be able to do without it -- this needs fixing
## ---------------- ## ## Cache variables. ## ## ---------------- ##
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' ac_cv_prog_ac_ct_F77=f77 am_cv_CC_dependencies_compiler_type=gcc3 ac_cv_path_XGETTEXT=/usr/local/bin/xgettext ac_cv_prog_CXXCPP='c++ -E' ac_cv_env_CCASFLAGS_value= ac_cv_env_CXXFLAGS_value='-O -pipe -mcpu=pentiumpro' ac_cv_c_bigendian=no ac_cv_path_PYTHON=/usr/local/bin/python ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge 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' acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' lt_cv_prog_gnu_ldcxx=yes ac_cv_func_dlopen=yes ac_cv_prog_cc_g=yes ac_cv_env_CXXCPP_set= ac_cv_env_LDFLAGS_set=set ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_prog_HAVE_JADETEX=false acl_cv_path_LD=/usr/bin/ld lt_cv_prog_compiler_c_o_CXX=yes ac_cv_func_shl_load=no ac_cv_prog_ac_ct_AR=ar ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib' 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_mmap_fixed_mapped=yes gt_cv_func_gnugettext1_libc=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_prog_HAVE_DOCBOOK2HTML=false acl_cv_shlibext=so ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set=set ac_cv_prog_HAVE_PNMTOPS=true acl_cv_hardcode_minus_L=no acl_cv_hardcode_libdir_separator= lt_cv_dlopen_self=yes lt_cv_dlopen_libs= ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCAS_set= ac_cv_env_CXX_set=set lt_lt_cv_prog_compiler_c_o_CXX='"yes"' ac_cv_env_host_alias_set= ac_cv_prog_XSLTPROC=xsltproc ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt 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_dlopen_self_static=yes ac_cv_prog_HAVE_FIG2DEV=false lt_cv_ld_reload_flag=-r lt_cv_prog_gnu_ld=yes ac_cv_header_sys_stat_h=yes ac_cv_env_build_alias_set=set ac_cv_lib_dld_shl_load=no lt_cv_prog_compiler_c_o=yes ac_cv_prog_f77_g=yes ac_cv_env_CXXCPP_value= ac_cv_env_LDFLAGS_value=' -L/usr/local/lib' ac_cv_env_target_alias_set= ac_cv_prog_HAVE_DOCBOOK2PS=false ac_cv_prog_cc_stdc= ac_cv_host_alias=i386-portbld-freebsd5.1 | |