You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2020/08/05 21:01:38 UTC

svn commit: r1880618 - in /openoffice/devtools/build-scripts/4.1.8/unxlngi6: build_aoo32bit_on_centos5.sh config.log

Author: jim
Date: Wed Aug  5 21:01:37 2020
New Revision: 1880618

URL: http://svn.apache.org/viewvc?rev=1880618&view=rev
Log:
32 bit builds

Added:
    openoffice/devtools/build-scripts/4.1.8/unxlngi6/build_aoo32bit_on_centos5.sh   (with props)
    openoffice/devtools/build-scripts/4.1.8/unxlngi6/config.log

Added: openoffice/devtools/build-scripts/4.1.8/unxlngi6/build_aoo32bit_on_centos5.sh
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.8/unxlngi6/build_aoo32bit_on_centos5.sh?rev=1880618&view=auto
==============================================================================
--- openoffice/devtools/build-scripts/4.1.8/unxlngi6/build_aoo32bit_on_centos5.sh (added)
+++ openoffice/devtools/build-scripts/4.1.8/unxlngi6/build_aoo32bit_on_centos5.sh Wed Aug  5 21:01:37 2020
@@ -0,0 +1,45 @@
+#! /bin/bash
+
+if [ ! -d ../main -o ! -d sal ] ; then
+	echo "CHDIR into AOO's main/ directory first!"
+	exit 1
+fi
+
+wget -O external/unowinreg/unowinreg.dll http://www.openoffice.org/tools/unowinreg_prebuild/680/unowinreg.dll
+
+LANGS="ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW"
+
+if [ ! -e configure -o configure.in -nt configure ] ; then
+	echo "Running autoconf..."
+	autoconf || exit 1
+fi
+./configure   \
+	--with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
+	--enable-verbose \
+	--with-system-stdlibs \
+	--enable-crashdump=yes \
+	--enable-category-b \
+	--enable-wiki-publisher \
+	--enable-bundled-dictionaries \
+	--enable-opengl  \
+	--enable-dbus  \
+	--enable-gstreamer \
+	--without-junit \
+	--without-stlport \
+	--with-ant-home=$HOME/ant \
+	--with-package-format="rpm deb" \
+	--with-lang="${LANGS}" \
+	--with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2 \
+	--with-epm-url=http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz \
+	| tee config.out || exit 1
+
+source ./LinuxX86Env.Set.sh || exit 1
+./bootstrap || exit 1
+cd instsetoo_native
+time perl "$SOLARENV/bin/build.pl" --all -- -P4 || exit 1
+cd util
+dmake -P4 ooolanguagepack || exit 1
+dmake -P2 sdkoo_en-US || exit 1 
+
+date "+Build ended at %H:%M:%S"
+

Propchange: openoffice/devtools/build-scripts/4.1.8/unxlngi6/build_aoo32bit_on_centos5.sh
------------------------------------------------------------------------------
    svn:executable = *

Added: openoffice/devtools/build-scripts/4.1.8/unxlngi6/config.log
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.8/unxlngi6/config.log?rev=1880618&view=auto
==============================================================================
--- openoffice/devtools/build-scripts/4.1.8/unxlngi6/config.log (added)
+++ openoffice/devtools/build-scripts/4.1.8/unxlngi6/config.log Wed Aug  5 21:01:37 2020
@@ -0,0 +1,2101 @@
+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 --with-build-version=2020-08-05 14:01 - Linux i686 --enable-verbose --with-system-stdlibs --enable-crashdump=yes --enable-category-b --enable-wiki-publisher --enable-bundled-dictionaries --enable-opengl --enable-dbus --enable-gstreamer --without-junit --without-stlport --with-ant-home=/home/jim/ant --with-package-format=rpm deb --with-lang=ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW --with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2 --with-epm-url=http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = aoo-builder32-centos5.localdomain
+uname -m = i686
+uname -r = 2.6.18-419.el5.centos.plusPAE
+uname -s = Linux
+uname -v = #1 SMP Sat Feb 25 15:18:00 UTC 2017
+
+/usr/bin/uname -p = unknown
+/bin/uname -X     = unknown
+
+/bin/arch              = i686
+/usr/bin/arch -k       = unknown
+/usr/convex/getsysinfo = unknown
+hostinfo               = unknown
+/bin/machine           = unknown
+/usr/bin/oslevel       = unknown
+/bin/universe          = unknown
+
+PATH: /home/jim/bin
+PATH: /usr/kerberos/bin
+PATH: /usr/lib/ccache
+PATH: /home/jim/bin
+PATH: /usr/local/bin
+PATH: /usr/bin
+PATH: /bin
+PATH: /usr/X11R6/bin
+PATH: .
+PATH: /home/jim/bin
+PATH: .
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:3468: checking whether configure is up-to-date
+configure:3477: result: yes
+configure:3504: checking for egrep
+configure:3514: result: grep -E
+configure:3523: checking for gawk
+configure:3539: found /usr/bin/gawk
+configure:3549: result: gawk
+configure:3561: checking for gawk
+configure:3579: found /usr/bin/gawk
+configure:3591: result: /usr/bin/gawk
+configure:3608: checking for sed
+configure:3626: found /bin/sed
+configure:3638: result: /bin/sed
+configure:3654: checking for solenv environment
+configure:3658: result: default
+configure:3687: checking for custom pack.lst
+configure:3701: result: no
+configure:3739: checking build system type
+configure:3757: result: i686-pc-linux-gnu
+configure:3765: checking host system type
+configure:3779: result: i686-pc-linux-gnu
+configure:3787: checking target system type
+configure:3801: result: i686-pc-linux-gnu
+configure:4099: checking for pkg-config
+configure:4117: found /usr/bin/pkg-config
+configure:4129: result: /usr/bin/pkg-config
+configure:4144: checking pkg-config is at least version 0.9.0
+configure:4147: result: yes
+configure:4157: checking whether to enable crashdump feature
+configure:4162: result: yes
+configure:4205: checking whether to turn warnings to errors
+configure:4218: result: no
+configure:4223: checking whether to do a debug build
+configure:4234: result: no
+configure:4239: checking whether to build with additional debug utilities
+configure:4251: result: no, full product build
+configure:4258: checking whether to include symbols into final build
+configure:4282: result: no
+configure:4287: checking whether to strip the solver or not.
+configure:4308: result: yes
+configure:4325: checking whether to enable category B components
+configure:4346: result: yes: allow modules nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp to be built
+configure:4367: checking whether to enable the Online Update support
+configure:4372: result: yes
+configure:4382: checking whether to enable native CUPS support
+configure:4386: result: yes
+configure:4395: checking whether to enable fontconfig support
+configure:4399: result: yes
+configure:4464: checking whether to use RPATH in shared libraries
+configure:4471: result: yes
+configure:4492: checking whether to use dicts from external paths
+configure:4526: result: no
+configure:4581: checking for bash
+configure:4599: found /bin/bash
+configure:4611: result: /bin/bash
+configure:4627: checking gcc home
+configure:4634: result: /usr/lib/ccache/gcc
+configure:4694: checking for gcc
+configure:4710: found /usr/lib/ccache/gcc
+configure:4720: result: gcc
+configure:4964: checking for C compiler version
+configure:4967: gcc --version </dev/null >&5
+gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-55)
+Copyright (C) 2006 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:4970: $? = 0
+configure:4972: gcc -v </dev/null >&5
+Using built-in specs.
+Target: i386-redhat-linux
+Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
+Thread model: posix
+gcc version 4.1.2 20080704 (Red Hat 4.1.2-55)
+configure:4975: $? = 0
+configure:4977: gcc -V </dev/null >&5
+gcc: '-V' option must have argument
+configure:4980: $? = 1
+configure:5003: checking for C compiler default output file name
+configure:5006: gcc    conftest.c  >&5
+configure:5009: $? = 0
+configure:5055: result: a.out
+configure:5060: checking whether the C compiler works
+configure:5066: ./a.out
+configure:5069: $? = 0
+configure:5086: result: yes
+configure:5093: checking whether we are cross compiling
+configure:5095: result: no
+configure:5098: checking for suffix of executables
+configure:5100: gcc -o conftest    conftest.c  >&5
+configure:5103: $? = 0
+configure:5128: result: 
+configure:5134: checking for suffix of object files
+configure:5155: gcc -c   conftest.c >&5
+configure:5158: $? = 0
+configure:5180: result: o
+configure:5184: checking whether we are using the GNU C compiler
+configure:5208: gcc -c   conftest.c >&5
+configure:5214: $? = 0
+configure:5218: test -z 
+			 || test ! -s conftest.err
+configure:5221: $? = 0
+configure:5224: test -s conftest.o
+configure:5227: $? = 0
+configure:5240: result: yes
+configure:5246: checking whether gcc accepts -g
+configure:5267: gcc -c -g  conftest.c >&5
+configure:5273: $? = 0
+configure:5277: test -z 
+			 || test ! -s conftest.err
+configure:5280: $? = 0
+configure:5283: test -s conftest.o
+configure:5286: $? = 0
+configure:5297: result: yes
+configure:5314: checking for gcc option to accept ANSI C
+configure:5384: gcc  -c -g -O2  conftest.c >&5
+configure:5390: $? = 0
+configure:5394: test -z 
+			 || test ! -s conftest.err
+configure:5397: $? = 0
+configure:5400: test -s conftest.o
+configure:5403: $? = 0
+configure:5421: result: none needed
+configure:5439: gcc -c -g -O2  conftest.c >&5
+conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
+configure:5445: $? = 1
+configure: failed program was:
+| #ifndef __cplusplus
+|   choke me
+| #endif
+configure:5603: checking for gcc
+configure:5621: found /usr/lib/ccache/gcc
+configure:5633: result: /usr/lib/ccache/gcc
+configure:5650: checking the GNU gcc compiler version
+configure:5673: result: checked (gcc 4.1.2)
+configure:5692: checking for -Bsymbolic-functions linker support 
+configure:5717: gcc -o conftest -g -O2   -Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo conftest.c  >&5
+/usr/bin/ld: unrecognized option '-Bsymbolic-functions'
+/usr/bin/ld: use the --help option for usage information
+collect2: ld returned 1 exit status
+configure:5723: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| 
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| /* end confdefs.h.  */
+| 
+|    #include <stdio.h>
+| 
+| int
+| main ()
+| {
+| 
+|     printf ("hello world\n");
+| 
+|   ;
+|   return 0;
+| }
+configure:5750: result: not found 
+configure:5757: checking whether to enable pch feature
+configure:5775: result: no
+configure:5780: checking for GNU make
+configure:5789: result: make
+configure:5797: checking the GNU make version
+configure:5802: result: make 3.81
+configure:5811: checking for dmake
+configure:5877: no system or user-provided dmake found
+configure:5884: result: dmake will be downloaded and compiled in bootstrap
+configure:5938: checking for GNU or compatible BSD tar
+configure:5947: result: gtar
+configure:6028: checking for --hash-style=both linker support 
+configure:6052: gcc -o conftest -g -O2   -Wl,--hash-style=both conftest.c  >&5
+configure:6058: $? = 0
+configure:6062: test -z 
+			 || test ! -s conftest.err
+configure:6065: $? = 0
+configure:6068: test -s conftest
+configure:6071: $? = 0
+configure:6083: result: found 
+configure:6160: checking for perl
+configure:6178: found /usr/local/bin/perl
+configure:6190: result: /usr/local/bin/perl
+configure:6212: checking the Perl version
+configure:6221: result: checked (perl 5)
+configure:6230: checking for required Perl modules
+configure:6233: result: all modules found
+configure:6674: checking how to run the C preprocessor
+configure:6709: gcc -E  conftest.c
+configure:6715: $? = 0
+configure:6747: gcc -E  conftest.c
+conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
+configure:6753: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| 
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:6792: result: gcc -E
+configure:6816: gcc -E  conftest.c
+configure:6822: $? = 0
+configure:6854: gcc -E  conftest.c
+conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
+configure:6860: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| 
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:6904: checking for ANSI C header files
+configure:6929: gcc -c -g -O2  conftest.c >&5
+configure:6935: $? = 0
+configure:6939: test -z 
+			 || test ! -s conftest.err
+configure:6942: $? = 0
+configure:6945: test -s conftest.o
+configure:6948: $? = 0
+configure:7037: gcc -o conftest -g -O2   conftest.c  >&5
+conftest.c: In function 'main':
+conftest.c:26: warning: incompatible implicit declaration of built-in function 'exit'
+configure:7040: $? = 0
+configure:7042: ./conftest
+configure:7045: $? = 0
+configure:7060: result: yes
+configure:7125: checking for g++
+configure:7141: found /usr/lib/ccache/g++
+configure:7151: result: g++
+configure:7167: checking for C++ compiler version
+configure:7170: g++ --version </dev/null >&5
+g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-55)
+Copyright (C) 2006 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:7173: $? = 0
+configure:7175: g++ -v </dev/null >&5
+Using built-in specs.
+Target: i386-redhat-linux
+Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
+Thread model: posix
+gcc version 4.1.2 20080704 (Red Hat 4.1.2-55)
+configure:7178: $? = 0
+configure:7180: g++ -V </dev/null >&5
+g++: '-V' option must have argument
+configure:7183: $? = 1
+configure:7186: checking whether we are using the GNU C++ compiler
+configure:7210: g++ -c   conftest.cc >&5
+configure:7216: $? = 0
+configure:7220: test -z 
+			 || test ! -s conftest.err
+configure:7223: $? = 0
+configure:7226: test -s conftest.o
+configure:7229: $? = 0
+configure:7242: result: yes
+configure:7248: checking whether g++ accepts -g
+configure:7269: g++ -c -g  conftest.cc >&5
+configure:7275: $? = 0
+configure:7279: test -z 
+			 || test ! -s conftest.err
+configure:7282: $? = 0
+configure:7285: test -s conftest.o
+configure:7288: $? = 0
+configure:7299: result: yes
+configure:7341: g++ -c -g -O2  conftest.cc >&5
+configure:7347: $? = 0
+configure:7351: test -z 
+			 || test ! -s conftest.err
+configure:7354: $? = 0
+configure:7357: test -s conftest.o
+configure:7360: $? = 0
+configure:7386: g++ -c -g -O2  conftest.cc >&5
+conftest.cc: In function 'int main()':
+conftest.cc:14: error: 'exit' was not declared in this scope
+configure:7392: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| 
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define STDC_HEADERS 1
+| /* end confdefs.h.  */
+| 
+| int
+| main ()
+| {
+| exit (42);
+|   ;
+|   return 0;
+| }
+configure:7341: g++ -c -g -O2  conftest.cc >&5
+configure:7347: $? = 0
+configure:7351: test -z 
+			 || test ! -s conftest.err
+configure:7354: $? = 0
+configure:7357: test -s conftest.o
+configure:7360: $? = 0
+configure:7386: g++ -c -g -O2  conftest.cc >&5
+configure:7392: $? = 0
+configure:7396: test -z 
+			 || test ! -s conftest.err
+configure:7399: $? = 0
+configure:7402: test -s conftest.o
+configure:7405: $? = 0
+configure:7433: checking how to run the C++ preprocessor
+configure:7464: g++ -E  conftest.cc
+configure:7470: $? = 0
+configure:7502: g++ -E  conftest.cc
+conftest.cc:13:28: error: ac_nonexistent.h: No such file or directory
+configure:7508: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| 
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define STDC_HEADERS 1
+| #ifdef __cplusplus
+| extern "C" void std::exit (int) throw (); using std::exit;
+| #endif
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:7547: result: g++ -E
+configure:7571: g++ -E  conftest.cc
+configure:7577: $? = 0
+configure:7609: g++ -E  conftest.cc
+conftest.cc:13:28: error: ac_nonexistent.h: No such file or directory
+configure:7615: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| 
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define STDC_HEADERS 1
+| #ifdef __cplusplus
+| extern "C" void std::exit (int) throw (); using std::exit;
+| #endif
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:7667: checking how to run the C preprocessor
+configure:7785: result: gcc -E
+configure:7809: gcc -E  conftest.c
+configure:7815: $? = 0
+configure:7847: gcc -E  conftest.c
+conftest.c:13:28: error: ac_nonexistent.h: No such file or directory
+configure:7853: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| 
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define STDC_HEADERS 1
+| #ifdef __cplusplus
+| extern "C" void std::exit (int) throw (); using std::exit;
+| #endif
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:7913: checking for sys/types.h
+configure:7929: gcc -c -g -O2  conftest.c >&5
+configure:7935: $? = 0
+configure:7939: test -z 
+			 || test ! -s conftest.err
+configure:7942: $? = 0
+configure:7945: test -s conftest.o
+configure:7948: $? = 0
+configure:7959: result: yes
+configure:7913: checking for sys/stat.h
+configure:7929: gcc -c -g -O2  conftest.c >&5
+configure:7935: $? = 0
+configure:7939: test -z 
+			 || test ! -s conftest.err
+configure:7942: $? = 0
+configure:7945: test -s conftest.o
+configure:7948: $? = 0
+configure:7959: result: yes
+configure:7913: checking for stdlib.h
+configure:7929: gcc -c -g -O2  conftest.c >&5
+configure:7935: $? = 0
+configure:7939: test -z 
+			 || test ! -s conftest.err
+configure:7942: $? = 0
+configure:7945: test -s conftest.o
+configure:7948: $? = 0
+configure:7959: result: yes
+configure:7913: checking for string.h
+configure:7929: gcc -c -g -O2  conftest.c >&5
+configure:7935: $? = 0
+configure:7939: test -z 
+			 || test ! -s conftest.err
+configure:7942: $? = 0
+configure:7945: test -s conftest.o
+configure:7948: $? = 0
+configure:7959: result: yes
+configure:7913: checking for memory.h
+configure:7929: gcc -c -g -O2  conftest.c >&5
+configure:7935: $? = 0
+configure:7939: test -z 
+			 || test ! -s conftest.err
+configure:7942: $? = 0
+configure:7945: test -s conftest.o
+configure:7948: $? = 0
+configure:7959: result: yes
+configure:7913: checking for strings.h
+configure:7929: gcc -c -g -O2  conftest.c >&5
+configure:7935: $? = 0
+configure:7939: test -z 
+			 || test ! -s conftest.err
+configure:7942: $? = 0
+configure:7945: test -s conftest.o
+configure:7948: $? = 0
+configure:7959: result: yes
+configure:7913: checking for inttypes.h
+configure:7929: gcc -c -g -O2  conftest.c >&5
+configure:7935: $? = 0
+configure:7939: test -z 
+			 || test ! -s conftest.err
+configure:7942: $? = 0
+configure:7945: test -s conftest.o
+configure:7948: $? = 0
+configure:7959: result: yes
+configure:7913: checking for stdint.h
+configure:7929: gcc -c -g -O2  conftest.c >&5
+configure:7935: $? = 0
+configure:7939: test -z 
+			 || test ! -s conftest.err
+configure:7942: $? = 0
+configure:7945: test -s conftest.o
+configure:7948: $? = 0
+configure:7959: result: yes
+configure:7913: checking for unistd.h
+configure:7929: gcc -c -g -O2  conftest.c >&5
+configure:7935: $? = 0
+configure:7939: test -z 
+			 || test ! -s conftest.err
+configure:7942: $? = 0
+configure:7945: test -s conftest.o
+configure:7948: $? = 0
+configure:7959: result: yes
+configure:7971: checking for long
+configure:7995: gcc -c -g -O2  conftest.c >&5
+configure:8001: $? = 0
+configure:8005: test -z 
+			 || test ! -s conftest.err
+configure:8008: $? = 0
+configure:8011: test -s conftest.o
+configure:8014: $? = 0
+configure:8025: result: yes
+configure:8028: checking size of long
+configure:8347: gcc -o conftest -g -O2   conftest.c  >&5
+configure:8350: $? = 0
+configure:8352: ./conftest
+configure:8355: $? = 0
+configure:8378: result: 4
+configure:8387: checking whether byte ordering is bigendian
+configure:8414: gcc -c -g -O2  conftest.c >&5
+configure:8420: $? = 0
+configure:8424: test -z 
+			 || test ! -s conftest.err
+configure:8427: $? = 0
+configure:8430: test -s conftest.o
+configure:8433: $? = 0
+configure:8457: gcc -c -g -O2  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:30: error: 'not' undeclared (first use in this function)
+conftest.c:30: error: (Each undeclared identifier is reported only once
+conftest.c:30: error: for each function it appears in.)
+conftest.c:30: error: expected ';' before 'big'
+configure:8463: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| 
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define STDC_HEADERS 1
+| #ifdef __cplusplus
+| extern "C" void std::exit (int) throw (); using std::exit;
+| #endif
+| #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 SIZEOF_LONG 4
+| /* 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:8598: result: no
+configure:8627: checking for special C compiler options needed for large files
+configure:8726: result: no
+configure:8732: checking for _FILE_OFFSET_BITS value needed for large files
+configure:8763: gcc -c -g -O2  conftest.c >&5
+conftest.c:29: warning: left shift count >= width of type
+conftest.c:29: warning: left shift count >= width of type
+conftest.c:31: error: size of array 'off_t_is_large' is negative
+configure:8769: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| 
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define STDC_HEADERS 1
+| #ifdef __cplusplus
+| extern "C" void std::exit (int) throw (); using std::exit;
+| #endif
+| #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 SIZEOF_LONG 4
+| /* end confdefs.h.  */
+| #include <sys/types.h>
+|  /* Check that off_t can represent 2**63 - 1 correctly.
+|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
+|     since some C++ compilers masquerading as C compilers
+|     incorrectly reject 9223372036854775807.  */
+| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
+|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
+| 		       && LARGE_OFF_T % 2147483647 == 1)
+| 		      ? 1 : -1];
+| int
+| main ()
+| {
+| 
+|   ;
+|   return 0;
+| }
+configure:8816: gcc -c -g -O2  conftest.c >&5
+configure:8822: $? = 0
+configure:8826: test -z 
+			 || test ! -s conftest.err
+configure:8829: $? = 0
+configure:8832: test -s conftest.o
+configure:8835: $? = 0
+configure:8847: result: 64
+configure:8857: checking for _LARGE_FILES value needed for large files
+configure:8888: gcc -c -g -O2  conftest.c >&5
+configure:8894: $? = 0
+configure:8898: test -z 
+			 || test ! -s conftest.err
+configure:8901: $? = 0
+configure:8904: test -s conftest.o
+configure:8907: $? = 0
+configure:8972: result: no
+configure:9449: checking cups/cups.h usability
+configure:9461: gcc -c -g -O2  conftest.c >&5
+configure:9467: $? = 0
+configure:9471: test -z 
+			 || test ! -s conftest.err
+configure:9474: $? = 0
+configure:9477: test -s conftest.o
+configure:9480: $? = 0
+configure:9490: result: yes
+configure:9494: checking cups/cups.h presence
+configure:9504: gcc -E  conftest.c
+configure:9510: $? = 0
+configure:9530: result: yes
+configure:9565: checking for cups/cups.h
+configure:9572: result: yes
+configure:9588: checking whether to enable pam support
+configure:9591: result: yes
+configure:9604: checking security/pam_appl.h usability
+configure:9616: gcc -c -g -O2  conftest.c >&5
+configure:9622: $? = 0
+configure:9626: test -z 
+			 || test ! -s conftest.err
+configure:9629: $? = 0
+configure:9632: test -s conftest.o
+configure:9635: $? = 0
+configure:9645: result: yes
+configure:9649: checking security/pam_appl.h presence
+configure:9659: gcc -E  conftest.c
+configure:9665: $? = 0
+configure:9685: result: yes
+configure:9720: checking for security/pam_appl.h
+configure:9727: result: yes
+configure:9740: checking whether to link to libpam
+configure:9825: result: no, dynamically open it
+configure:9842: checking whether to link to libcrypt
+configure:9845: result: yes
+configure:9849: checking for crypt in -lcrypt
+configure:9879: gcc -o conftest -g -O2   conftest.c -lcrypt   >&5
+configure:9885: $? = 0
+configure:9889: test -z 
+			 || test ! -s conftest.err
+configure:9892: $? = 0
+configure:9895: test -s conftest
+configure:9898: $? = 0
+configure:9911: result: yes
+configure:10041: checking for C++ compiler version
+configure:10044: g++ --version </dev/null >&5
+g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-55)
+Copyright (C) 2006 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:10047: $? = 0
+configure:10049: g++ -v </dev/null >&5
+Using built-in specs.
+Target: i386-redhat-linux
+Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
+Thread model: posix
+gcc version 4.1.2 20080704 (Red Hat 4.1.2-55)
+configure:10052: $? = 0
+configure:10054: g++ -V </dev/null >&5
+g++: '-V' option must have argument
+configure:10057: $? = 1
+configure:10060: checking whether we are using the GNU C++ compiler
+configure:10116: result: yes
+configure:10122: checking whether g++ accepts -g
+configure:10173: result: yes
+configure:10215: g++ -c -g -O2  conftest.cc >&5
+configure:10221: $? = 0
+configure:10225: test -z 
+			 || test ! -s conftest.err
+configure:10228: $? = 0
+configure:10231: test -s conftest.o
+configure:10234: $? = 0
+configure:10260: g++ -c -g -O2  conftest.cc >&5
+configure:10266: $? = 0
+configure:10270: test -z 
+			 || test ! -s conftest.err
+configure:10273: $? = 0
+configure:10276: test -s conftest.o
+configure:10279: $? = 0
+configure:10305: checking the GNU C++ compiler version
+configure:10311: result: checked (g++ 4.1.2)
+configure:10384: checking for g++ include path
+configure:10406: result: /usr/include/c++/4.1.2
+configure:10550: checking exception type
+configure:10613: result: 
+configure:10721: checking what the default STL should be
+configure:10735: checking whether gcc supports -fvisibility=hidden
+configure:10755: gcc -o conftest -g -O2 -fvisibility=hidden   conftest.c -lcrypt  >&5
+configure:10761: $? = 0
+configure:10765: test -z 
+			 || test ! -s conftest.err
+configure:10768: $? = 0
+configure:10771: test -s conftest
+configure:10774: $? = 0
+configure:10786: result: yes
+configure:10797: checking whether we are allowed and able to use --ccache-skip
+configure:10800: result: only used on Mac currently, skipping
+configure:11109: checking which memory allocator to use
+configure:11507: result: internal
+configure:11513: checking whether to add custom build version
+configure:11517: result: yes, 2020-08-05 14:01 - Linux i686
+configure:11526: checking whether to build with Java support
+configure:11529: result: yes
+configure:11565: checking for java
+configure:11583: found /usr/bin/java
+configure:11595: result: /usr/bin/java
+configure:11625: checking the installed JDK
+configure:11718: result: checked (JDK 1.6.0_41)
+configure:11751: checking for javac
+configure:11769: found /usr/bin/javac
+configure:11781: result: /usr/bin/javac
+configure:11836: checking for javadoc
+configure:11854: found /usr/bin/javadoc
+configure:11866: result: /usr/bin/javadoc
+configure:12056: checking for jawt lib name
+configure:12586: result: -ljawt
+configure:12592: checking whether to enable gcj aot compilation
+configure:12656: result: no
+configure:12672: checking whether to enable EPM for packing
+configure:12675: result: yes
+configure:12683: checking for epm
+configure:12701: found /usr/local/bin/epm
+configure:12714: result: /usr/local/bin/epm
+configure:12727: result: epm will be downloaded and compiled in bootstrap
+configure:12768: checking which package format to use
+configure:12857: result: rpm deb
+configure:12860: checking for rpm
+configure:12881: result: /usr/bin/rpmbuild
+configure:12892: checking for dpkg
+configure:12910: found /usr/bin/dpkg
+configure:12923: result: /usr/bin/dpkg
+configure:13035: checking for gperf
+configure:13053: found /usr/bin/gperf
+configure:13065: result: /usr/bin/gperf
+configure:13075: checking for gperf
+configure:13105: result: /usr/bin/gperf
+configure:13126: checking gperf version
+configure:13129: result: OK
+configure:13139: checking whether to build the stax
+configure:13147: result: yes
+configure:13152: checking whether to build the ODK
+configure:13155: result: yes
+configure:13158: checking for external/unowinreg/unowinreg.dll
+configure:13166: result: found
+configure:13706: checking whether to provide libstdc++/libgcc_s in the installset
+configure:13710: result: no
+configure:13723: checking which zlib to use
+configure:13949: result: internal
+configure:13956: checking which jpeg to use
+configure:14181: result: internal
+configure:14188: checking which expat to use
+configure:14419: result: internal
+configure:14426: checking which libwpd to use
+configure:14545: result: no
+configure:14554: checking which cppunit to use
+configure:14640: WARNING: not using cppunit
+configure:14650: checking whether freetype is available
+configure:14654: checking for FREETYPE
+configure:14661: $PKG_CONFIG --exists --print-errors "freetype2 >= 2.0 "
+configure:14664: $? = 0
+configure:14678: $PKG_CONFIG --exists --print-errors "freetype2 >= 2.0 "
+configure:14681: $? = 0
+configure:14759: result: yes
+configure:14773: checking for FT_GlyphSlot_Embolden in -lfreetype
+configure:14803: gcc -o conftest -g -O2  -I/usr/include/freetype2    -lfreetype   conftest.c -lfreetype  -lcrypt  >&5
+configure:14809: $? = 0
+configure:14813: test -z 
+			 || test ! -s conftest.err
+configure:14816: $? = 0
+configure:14819: test -s conftest
+configure:14822: $? = 0
+configure:14835: result: yes
+configure:14870: checking which libxslt to use
+configure:15042: result: internal
+configure:15052: checking which libxml to use
+configure:15179: result: internal
+configure:15233: checking which python to use
+configure:15664: result: internal
+configure:15674: checking for bzip2
+configure:15692: found /usr/bin/bzip2
+configure:15704: result: /usr/bin/bzip2
+configure:15724: checking which lucene to use
+configure:15955: result: internal
+configure:15964: checking whether to build the MySQL Connector extension
+configure:15982: result: no
+configure:16408: checking which hsqldb to use
+configure:16476: result: internal
+configure:16485: checking which beanshell to use
+configure:16522: result: internal
+configure:16538: checking which saxon to use
+configure:16754: result: internal
+configure:16770: checking whether to enable support for JavaScript
+configure:16774: result: yes
+configure:16788: checking which libapr to use
+configure:16906: result: internal
+configure:16919: checking which libapr-util to use
+configure:17037: result: internal
+configure:17050: checking which libserf to use
+configure:17169: result: internal
+configure:17183: checking whether to enable support for CoinMP
+configure:17187: result: yes
+configure:17191: checking which coinmp to use
+configure:17458: result: internal
+configure:17477: checking which curl to use
+configure:17546: result: internal
+configure:17555: checking which mdds to use
+configure:17721: result: internal
+configure:17728: checking which boost to use
+configure:18247: result: internal
+configure:18254: checking which vigra to use
+configure:18420: result: internal
+configure:18427: checking which odbc headers to use
+configure:18582: result: internal
+configure:18589: checking whether to build XML Security support
+configure:18595: result: yes
+configure:18599: checking whether to build LDAP configuration backend
+configure:18939: checking whether to build the internal NSS module
+configure:18944: result: yes
+configure:18996: checking which sane header to use
+configure:19150: result: internal
+configure:19157: checking which icu to use
+configure:19411: result: internal
+configure:19426: checking whether to enable graphite support
+configure:19429: result: yes
+configure:19432: checking which graphite to use
+configure:19551: result: internal
+configure:19600: checking for X
+configure:19705: gcc -E  conftest.c
+configure:19711: $? = 0
+configure:19761: gcc -o conftest -g -O2   conftest.c -lX11 -lcrypt  >&5
+configure:19767: $? = 0
+configure:19771: test -z 
+			 || test ! -s conftest.err
+configure:19774: $? = 0
+configure:19777: test -s conftest
+configure:19780: $? = 0
+configure:19830: result: libraries , headers 
+configure:20002: gcc -o conftest -g -O2   conftest.c -lcrypt   -lX11 >&5
+configure:20008: $? = 0
+configure:20012: test -z 
+			 || test ! -s conftest.err
+configure:20015: $? = 0
+configure:20018: test -s conftest
+configure:20021: $? = 0
+configure:20179: checking for gethostbyname
+configure:20236: gcc -o conftest -g -O2   conftest.c -lcrypt  >&5
+configure:20242: $? = 0
+configure:20246: test -z 
+			 || test ! -s conftest.err
+configure:20249: $? = 0
+configure:20252: test -s conftest
+configure:20255: $? = 0
+configure:20267: result: yes
+configure:20418: checking for connect
+configure:20475: gcc -o conftest -g -O2   conftest.c -lcrypt  >&5
+configure:20481: $? = 0
+configure:20485: test -z 
+			 || test ! -s conftest.err
+configure:20488: $? = 0
+configure:20491: test -s conftest
+configure:20494: $? = 0
+configure:20506: result: yes
+configure:20581: checking for remove
+configure:20638: gcc -o conftest -g -O2   conftest.c -lcrypt  >&5
+configure:20644: $? = 0
+configure:20648: test -z 
+			 || test ! -s conftest.err
+configure:20651: $? = 0
+configure:20654: test -s conftest
+configure:20657: $? = 0
+configure:20669: result: yes
+configure:20744: checking for shmat
+configure:20801: gcc -o conftest -g -O2   conftest.c -lcrypt  >&5
+configure:20807: $? = 0
+configure:20811: test -z 
+			 || test ! -s conftest.err
+configure:20814: $? = 0
+configure:20817: test -s conftest
+configure:20820: $? = 0
+configure:20832: result: yes
+configure:20916: checking for IceConnectionNumber in -lICE
+configure:20946: gcc -o conftest -g -O2   conftest.c -lICE  -lcrypt  >&5
+configure:20952: $? = 0
+configure:20956: test -z 
+			 || test ! -s conftest.err
+configure:20959: $? = 0
+configure:20962: test -s conftest
+configure:20965: $? = 0
+configure:20978: result: yes
+configure:21008: checking for XOpenDisplay in -lX11
+configure:21038: gcc -o conftest      conftest.c -lX11  -lcrypt  >&5
+configure:21044: $? = 0
+configure:21048: test -z 
+			 || test ! -s conftest.err
+configure:21051: $? = 0
+configure:21054: test -s conftest
+configure:21057: $? = 0
+configure:21070: result: yes
+configure:21080: checking for XauDisposeAuth in -lXau
+configure:21110: gcc -o conftest      conftest.c -lXau  -lcrypt  >&5
+configure:21116: $? = 0
+configure:21120: test -z 
+			 || test ! -s conftest.err
+configure:21123: $? = 0
+configure:21126: test -s conftest
+configure:21129: $? = 0
+configure:21142: result: yes
+configure:21186: checking fontconfig/fontconfig.h usability
+configure:21198: gcc -c    conftest.c >&5
+configure:21204: $? = 0
+configure:21208: test -z 
+			 || test ! -s conftest.err
+configure:21211: $? = 0
+configure:21214: test -s conftest.o
+configure:21217: $? = 0
+configure:21227: result: yes
+configure:21231: checking fontconfig/fontconfig.h presence
+configure:21241: gcc -E   conftest.c
+configure:21247: $? = 0
+configure:21267: result: yes
+configure:21302: checking for fontconfig/fontconfig.h
+configure:21309: result: yes
+configure:21322: checking whether fontconfig is >= 2.2.0
+configure:21347: gcc -o conftest      conftest.c -lcrypt  >&5
+configure:21350: $? = 0
+configure:21352: ./conftest
+configure:21355: $? = 0
+configure:21357: result: yes
+configure:21373: checking whether to link to Xrender
+configure:21381: result: no, dynamically open it
+configure:21385: checking which Xrender headers to use
+configure:21539: result: internal
+configure:21627: checking whether to enable RandR support
+configure:21638: checking for XRANDR
+configure:21645: $PKG_CONFIG --exists --print-errors "xrandr >= 1.2"
+Requested 'xrandr >= 1.2' but version of Xrandr is 1.1.1
+configure:21648: $? = 1
+configure:21662: $PKG_CONFIG --exists --print-errors "xrandr >= 1.2"
+Requested 'xrandr >= 1.2' but version of Xrandr is 1.1.1
+configure:21665: $? = 1
+configure:21679: result: no
+Requested 'xrandr >= 1.2' but version of Xrandr is 1.1.1
+configure:21718: checking X11/extensions/Xrandr.h usability
+configure:21730: gcc -c    conftest.c >&5
+In file included from conftest.c:60:
+/usr/include/X11/extensions/Xrandr.h:49: error: expected specifier-qualifier-list before 'Bool'
+/usr/include/X11/extensions/Xrandr.h:68: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XRRQueryExtension'
+/usr/include/X11/extensions/Xrandr.h:69: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XRRQueryVersion'
+/usr/include/X11/extensions/Xrandr.h:73: error: expected ')' before '*' token
+/usr/include/X11/extensions/Xrandr.h:85: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XRRSetScreenConfig'
+/usr/include/X11/extensions/Xrandr.h:93: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XRRSetScreenConfigAndRate'
+/usr/include/X11/extensions/Xrandr.h:104: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XRRConfigTimes'
+/usr/include/X11/extensions/Xrandr.h:115: error: expected ')' before '*' token
+/usr/include/X11/extensions/Xrandr.h:126: error: expected ')' before '*' token
+/usr/include/X11/extensions/Xrandr.h:127: error: expected ')' before '*' token
+/usr/include/X11/extensions/Xrandr.h:128: error: expected ')' before '*' token
+/usr/include/X11/extensions/Xrandr.h:136: error: expected ')' before '*' token
+/usr/include/X11/extensions/Xrandr.h:137: error: expected ')' before '*' token
+/usr/include/X11/extensions/Xrandr.h:138: error: expected ')' before '*' token
+/usr/include/X11/extensions/Xrandr.h:139: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XRRTimes'
+/usr/include/X11/extensions/Xrandr.h:147: error: expected ')' before '*' token
+configure:21736: $? = 1
+configure: failed program was:
+| /* confdefs.h.  */
+| 
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define STDC_HEADERS 1
+| #ifdef __cplusplus
+| extern "C" void std::exit (int) throw (); using std::exit;
+| #endif
+| #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 SIZEOF_LONG 4
+| #define _FILE_OFFSET_BITS 64
+| #define HAVE_LIBCRYPT 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 <X11/extensions/Xrandr.h>
+configure:21759: result: no
+configure:21763: checking X11/extensions/Xrandr.h presence
+configure:21773: gcc -E   conftest.c
+configure:21779: $? = 0
+configure:21799: result: yes
+configure:21812: WARNING: X11/extensions/Xrandr.h: present but cannot be compiled
+configure:21814: WARNING: X11/extensions/Xrandr.h:     check for missing prerequisite headers?
+configure:21816: WARNING: X11/extensions/Xrandr.h: see the Autoconf documentation
+configure:21818: WARNING: X11/extensions/Xrandr.h:     section "Present But Cannot Be Compiled"
+configure:21820: WARNING: X11/extensions/Xrandr.h: proceeding with the preprocessor's result
+configure:21822: WARNING: X11/extensions/Xrandr.h: in the future, the compiler will take precedence
+configure:21834: checking for X11/extensions/Xrandr.h
+configure:21841: result: yes
+configure:21856: checking for XRRQueryExtension in -lXrandr
+configure:21886: gcc -o conftest      conftest.c -lXrandr  -lcrypt  >&5
+configure:21892: $? = 0
+configure:21896: test -z 
+			 || test ! -s conftest.err
+configure:21899: $? = 0
+configure:21902: test -s conftest
+configure:21905: $? = 0
+configure:21918: result: yes
+configure:21935: result: enabling RandR support
+configure:21949: checking which libnss to use
+configure:22067: result: internal
+configure:22079: checking which libssl to use
+configure:22205: result: internal
+configure:22214: checking which redland library to use
+configure:22333: result: internal
+configure:22342: checking whether to build the Spell Checking component
+configure:22347: checking which libhunspell to use
+configure:22803: result: internal
+configure:22818: checking whether to build the Hyphenator component
+configure:22823: checking which libhyphen to use
+configure:23308: result: internal
+configure:23335: checking which mythes to use
+configure:23715: result: internal
+configure:23725: checking which libtextcat to use
+configure:23956: result: internal
+configure:23963: checking which libtextcat data directory to use
+configure:23974: result: internal
+configure:23981: checking whether libc is >= 2.1.1
+configure:23984: checking for gnu_get_libc_version in -lc
+configure:24014: gcc -o conftest      conftest.c -lc  -lXrandr -lcrypt  >&5
+configure:24020: $? = 0
+configure:24024: test -z 
+			 || test ! -s conftest.err
+configure:24027: $? = 0
+configure:24030: test -s conftest
+configure:24033: $? = 0
+configure:24046: result: yes
+configure:24054: result: yes
+configure:24068: checking for getopt
+configure:24125: gcc -o conftest      conftest.c -lXrandr -lcrypt  >&5
+configure:24131: $? = 0
+configure:24135: test -z 
+			 || test ! -s conftest.err
+configure:24138: $? = 0
+configure:24141: test -s conftest
+configure:24144: $? = 0
+configure:24156: result: yes
+configure:24172: checking for readdir_r
+configure:24229: gcc -o conftest      conftest.c -lXrandr -lcrypt  >&5
+configure:24235: $? = 0
+configure:24239: test -z 
+			 || test ! -s conftest.err
+configure:24242: $? = 0
+configure:24245: test -s conftest
+configure:24248: $? = 0
+configure:24260: result: yes
+configure:24651: checking for bison
+configure:24669: found /usr/bin/bison
+configure:24681: result: /usr/bin/bison
+configure:24693: checking the bison version
+configure:24704: result: checked (/usr/bin/bison 2.3)
+configure:24715: checking for flex
+configure:24733: found /usr/bin/flex
+configure:24745: result: /usr/bin/flex
+configure:24759: checking for patch
+configure:24777: found /usr/bin/patch
+configure:24789: result: /usr/bin/patch
+configure:24837: checking for gnucp
+configure:24870: result: no
+configure:24837: checking for cp
+configure:24855: found /bin/cp
+configure:24867: result: /bin/cp
+configure:24893: checking whether /bin/cp is GNU cp from coreutils with preserve= support
+configure:24896: result: yes
+configure:25047: checking for zip
+configure:25065: found /usr/local/bin/zip
+configure:25077: result: /usr/local/bin/zip
+configure:25086: checking for unzip
+configure:25104: found /usr/bin/unzip
+configure:25116: result: /usr/bin/unzip
+configure:25246: checking which VCLplugs shall be built
+configure:25273: result: gtk
+configure:25279: checking whether to enable GConf support
+configure:25283: result: yes
+configure:25287: checking for GCONF
+configure:25294: $PKG_CONFIG --exists --print-errors "gconf-2.0 "
+configure:25297: $? = 0
+configure:25311: $PKG_CONFIG --exists --print-errors "gconf-2.0 "
+configure:25314: $? = 0
+configure:25392: result: yes
+configure:25404: checking whether to enable GNOME VFS support
+configure:25408: result: yes
+configure:25412: checking for GNOMEVFS
+configure:25419: $PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.6.0 "
+configure:25422: $? = 0
+configure:25436: $PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.6.0 "
+configure:25439: $? = 0
+configure:25517: result: yes
+configure:25650: checking for GTK
+configure:25657: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4 gdk-pixbuf-xlib-2.0 >= 2.2 "
+configure:25660: $? = 0
+configure:25674: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4 gdk-pixbuf-xlib-2.0 >= 2.2 "
+configure:25677: $? = 0
+configure:25719: result: yes
+configure:25725: checking for GTHREAD
+configure:25732: $PKG_CONFIG --exists --print-errors "gthread-2.0"
+configure:25735: $? = 0
+configure:25749: $PKG_CONFIG --exists --print-errors "gthread-2.0"
+configure:25752: $? = 0
+configure:25794: result: yes
+configure:25803: checking for GTK_2_10
+configure:25810: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.10.0"
+configure:25813: $? = 0
+configure:25827: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.10.0"
+configure:25830: $? = 0
+configure:25868: result: yes
+configure:25875: checking whether to enable DBUS support
+configure:25879: result: yes
+configure:25883: checking for DBUS
+configure:25890: $PKG_CONFIG --exists --print-errors "dbus-glib-1 >= 0.70 "
+configure:25893: $? = 0
+configure:25907: $PKG_CONFIG --exists --print-errors "dbus-glib-1 >= 0.70 "
+configure:25910: $? = 0
+configure:25988: result: yes
+configure:25997: checking whether to enable GIO support
+configure:26120: result: no
+configure:26141: checking whether to build the GStreamer media backend
+configure:26146: checking for GSTREAMER
+configure:26153: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4 gthread-2.0 gstreamer-0.10 gstreamer-interfaces-0.10 "
+configure:26156: $? = 0
+configure:26170: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4 gthread-2.0 gstreamer-0.10 gstreamer-interfaces-0.10 "
+configure:26173: $? = 0
+configure:26215: result: yes
+configure:26220: result: yes
+configure:26256: checking whether to use cairo
+configure:26449: result: no
+configure:26467: checking whether to build the OpenGL Transitions component
+configure:26472: result: yes
+configure:26484: checking GL/gl.h usability
+configure:26496: gcc -c    conftest.c >&5
+configure:26502: $? = 0
+configure:26506: test -z 
+			 || test ! -s conftest.err
+configure:26509: $? = 0
+configure:26512: test -s conftest.o
+configure:26515: $? = 0
+configure:26525: result: yes
+configure:26529: checking GL/gl.h presence
+configure:26539: gcc -E   conftest.c
+configure:26545: $? = 0
+configure:26565: result: yes
+configure:26600: checking for GL/gl.h
+configure:26607: result: yes
+configure:26621: checking for main in -lGL
+configure:26645: gcc -o conftest      conftest.c -lGL  -lXrandr -lcrypt  >&5
+configure:26651: $? = 0
+configure:26655: test -z 
+			 || test ! -s conftest.err
+configure:26658: $? = 0
+configure:26661: test -s conftest
+configure:26664: $? = 0
+configure:26677: result: yes
+configure:26693: checking for main in -lGLU
+configure:26717: gcc -o conftest      conftest.c -lGLU  -lGL -lXrandr -lcrypt  >&5
+configure:26723: $? = 0
+configure:26727: test -z 
+			 || test ! -s conftest.err
+configure:26730: $? = 0
+configure:26733: test -s conftest
+configure:26736: $? = 0
+configure:26749: result: yes
+configure:26773: checking whether to build the PDF Import extension
+configure:26905: result: no
+configure:26914: checking whether to build the Wiki Publisher extension
+configure:26917: result: yes
+configure:26919: checking for swext module
+configure:26922: result: OK
+configure:26939: checking which Servlet API Jar to use
+configure:26975: result: internal
+configure:26984: checking whether to build the Report Builder extension
+configure:27847: result: no
+configure:27868: checking which Apache commons-* libs to use
+configure:28201: result: internal
+configure:28586: checking whether to enable the lockdown pieces
+configure:28594: result: no
+configure:28599: checking whether to enable evolution 2 support
+configure:28718: result: no
+configure:28725: checking whether to enable KDE address book support
+configure:28796: result: no
+configure:28802: checking whether to include MathMLDTD
+configure:28810: result: yes
+configure:28821: checking whether to include category B fonts
+configure:28824: result: yes
+configure:28836: checking whether to include category A fonts
+configure:28839: result: yes
+configure:28851: checking whether any fonts are included
+configure:28856: result: yes
+configure:28867: checking whether to include PPDs
+configure:28870: result: yes
+configure:28880: checking whether to include AFMs
+configure:28883: result: yes
+configure:28896: checking whether and how to use Xinerama
+configure:28932: result: yes, with dynamic linking
+configure:28944: checking X11/extensions/Xinerama.h usability
+configure:28956: gcc -c    conftest.c >&5
+configure:28962: $? = 0
+configure:28966: test -z 
+			 || test ! -s conftest.err
+configure:28969: $? = 0
+configure:28972: test -s conftest.o
+configure:28975: $? = 0
+configure:28985: result: yes
+configure:28989: checking X11/extensions/Xinerama.h presence
+configure:28999: gcc -E   conftest.c
+configure:29005: $? = 0
+configure:29025: result: yes
+configure:29060: checking for X11/extensions/Xinerama.h
+configure:29067: result: yes
+configure:29088: checking for XineramaIsActive in -lXinerama
+configure:29118: gcc -o conftest      conftest.c -lXinerama -L/usr/lib -lXext -ldl -lGLU -lGL -lXrandr -lcrypt  >&5
+configure:29124: $? = 0
+configure:29128: test -z 
+			 || test ! -s conftest.err
+configure:29131: $? = 0
+configure:29134: test -s conftest
+configure:29137: $? = 0
+configure:29150: result: yes
+configure:29204: checking whether to build own version of libpng
+configure:29220: result: no
+configure:29227: checking whether to build own version of libjpeg
+configure:29247: result: no
+configure:29256: checking whether to trigger rat scan
+configure:29259: result: no
+configure:29443: checking for jakarta-ant
+configure:29477: result: no
+configure:29443: checking for ant
+configure:29462: found /home/jim/ant/bin/ant
+configure:29474: result: /home/jim/ant/bin/ant
+configure:29510: checking if /home/jim/ant/bin/ant works
+configure:29535: /home/jim/ant/bin/ant -buildfile conftest.xml 1>&2
+Buildfile: /home/jim/src/asf/aoo-git/main/conftest.xml
+
+conftest:
+    [javac] /home/jim/src/asf/aoo-git/main/conftest.xml:3: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+    [javac] Compiling 1 source file
+
+BUILD SUCCESSFUL
+Total time: 1 second
+configure:29538: $? = 0
+configure:29541: result: Ant works
+configure:29569: checking Ant lib directory
+configure:29598: result: Ant lib directory found.
+configure:29611: checking whether ant is >= 1.7.0
+configure: ant_version 1.9.7 
+configure: ant_version_major 1 
+configure: ant_version_minor 9 
+configure:29623: result: yes, 1.9.7
+configure:29632: checking whether ant supports mapper type="regexp"
+configure:29665: /home/jim/ant/bin/ant -buildfile conftest.xml 1>&2
+Buildfile: /home/jim/src/asf/aoo-git/main/conftest.xml
+
+copytest:
+
+conftest:
+    [javac] /home/jim/src/asf/aoo-git/main/conftest.xml:3: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
+    [javac] Compiling 1 source file
+
+BUILD SUCCESSFUL
+Total time: 0 seconds
+configure:29668: $? = 0
+configure:29671: result: yes
+configure:29725: checking which languages to be built
+configure:29732: result: ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW
+configure:29739: checking which languages have poor help localizations
+configure:29743: result: none
+configure:29751: checking which dictionaries to include
+configure:29755: result: ALL
+configure:29764: checking for additional 'intro' bitmaps
+configure:29769: result: none
+configure:29787: checking for additional 'about' bitmaps
+configure:29792: result: none
+configure:29811: checking for vendor
+configure:29814: result: not set
+configure:29824: checking for UNIX wrapper name
+configure:29827: result: not set
+configure:29836: checking whether to statically link to Gtk
+configure:29844: result: no
+configure:29849: checking whether to use layout dialogs
+configure:29857: result: no
+configure:29865: checking build verbosity
+configure:29870: result: high
+configure:29884: checking whether to enable dependency tracking
+configure:29891: result: yes
+configure:29910: checking solver path
+configure:29914: result: default
+configure:29933: writing config.status
+configure:30061: creating ./config.status
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by config.status, which was
+generated by GNU Autoconf 2.59.  Invocation command line was
+
+  CONFIG_FILES    = 
+  CONFIG_HEADERS  = 
+  CONFIG_LINKS    = 
+  CONFIG_COMMANDS = 
+  $ ./config.status 
+
+on aoo-builder32-centos5.localdomain
+
+config.status:1029: creating set_soenv
+config.status:1029: creating Makefile
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_build=i686-pc-linux-gnu
+ac_cv_build_alias=i686-pc-linux-gnu
+ac_cv_c_bigendian=no
+ac_cv_c_compiler_gnu=yes
+ac_cv_cxx_compiler_gnu=yes
+ac_cv_env_APR_CFLAGS_set=
+ac_cv_env_APR_CFLAGS_value=
+ac_cv_env_APR_LIBS_set=
+ac_cv_env_APR_LIBS_value=
+ac_cv_env_APR_UTIL_CFLAGS_set=
+ac_cv_env_APR_UTIL_CFLAGS_value=
+ac_cv_env_APR_UTIL_LIBS_set=
+ac_cv_env_APR_UTIL_LIBS_value=
+ac_cv_env_CAIRO_CFLAGS_set=
+ac_cv_env_CAIRO_CFLAGS_value=
+ac_cv_env_CAIRO_LIBS_set=
+ac_cv_env_CAIRO_LIBS_value=
+ac_cv_env_CC_set=
+ac_cv_env_CC_value=
+ac_cv_env_CFLAGS_set=
+ac_cv_env_CFLAGS_value=
+ac_cv_env_COINMP_CFLAGS_set=
+ac_cv_env_COINMP_CFLAGS_value=
+ac_cv_env_COINMP_LIBS_set=
+ac_cv_env_COINMP_LIBS_value=
+ac_cv_env_CPPFLAGS_set=
+ac_cv_env_CPPFLAGS_value=
+ac_cv_env_CPPUNIT_CFLAGS_set=
+ac_cv_env_CPPUNIT_CFLAGS_value=
+ac_cv_env_CPPUNIT_LIBS_set=
+ac_cv_env_CPPUNIT_LIBS_value=
+ac_cv_env_CPP_set=
+ac_cv_env_CPP_value=
+ac_cv_env_CXXCPP_set=
+ac_cv_env_CXXCPP_value=
+ac_cv_env_CXXFLAGS_set=
+ac_cv_env_CXXFLAGS_value=
+ac_cv_env_CXX_set=
+ac_cv_env_CXX_value=
+ac_cv_env_DBUS_CFLAGS_set=
+ac_cv_env_DBUS_CFLAGS_value=
+ac_cv_env_DBUS_LIBS_set=
+ac_cv_env_DBUS_LIBS_value=
+ac_cv_env_FREETYPE_CFLAGS_set=
+ac_cv_env_FREETYPE_CFLAGS_value=
+ac_cv_env_FREETYPE_LIBS_set=
+ac_cv_env_FREETYPE_LIBS_value=
+ac_cv_env_GCONF_CFLAGS_set=
+ac_cv_env_GCONF_CFLAGS_value=
+ac_cv_env_GCONF_LIBS_set=
+ac_cv_env_GCONF_LIBS_value=
+ac_cv_env_GIO_CFLAGS_set=
+ac_cv_env_GIO_CFLAGS_value=
+ac_cv_env_GIO_LIBS_set=
+ac_cv_env_GIO_LIBS_value=
+ac_cv_env_GNOMEVFS_CFLAGS_set=
+ac_cv_env_GNOMEVFS_CFLAGS_value=
+ac_cv_env_GNOMEVFS_LIBS_set=
+ac_cv_env_GNOMEVFS_LIBS_value=
+ac_cv_env_GOBJECT_CFLAGS_set=
+ac_cv_env_GOBJECT_CFLAGS_value=
+ac_cv_env_GOBJECT_LIBS_set=
+ac_cv_env_GOBJECT_LIBS_value=
+ac_cv_env_GRAPHITE_CFLAGS_set=
+ac_cv_env_GRAPHITE_CFLAGS_value=
+ac_cv_env_GRAPHITE_LIBS_set=
+ac_cv_env_GRAPHITE_LIBS_value=
+ac_cv_env_GSTREAMER_CFLAGS_set=
+ac_cv_env_GSTREAMER_CFLAGS_value=
+ac_cv_env_GSTREAMER_LIBS_set=
+ac_cv_env_GSTREAMER_LIBS_value=
+ac_cv_env_GTHREAD_CFLAGS_set=
+ac_cv_env_GTHREAD_CFLAGS_value=
+ac_cv_env_GTHREAD_LIBS_set=
+ac_cv_env_GTHREAD_LIBS_value=
+ac_cv_env_GTK_2_10_CFLAGS_set=
+ac_cv_env_GTK_2_10_CFLAGS_value=
+ac_cv_env_GTK_2_10_LIBS_set=
+ac_cv_env_GTK_2_10_LIBS_value=
+ac_cv_env_GTK_CFLAGS_set=
+ac_cv_env_GTK_CFLAGS_value=
+ac_cv_env_GTK_LIBS_set=
+ac_cv_env_GTK_LIBS_value=
+ac_cv_env_HUNSPELL_CFLAGS_set=
+ac_cv_env_HUNSPELL_CFLAGS_value=
+ac_cv_env_HUNSPELL_LIBS_set=
+ac_cv_env_HUNSPELL_LIBS_value=
+ac_cv_env_LDFLAGS_set=
+ac_cv_env_LDFLAGS_value=
+ac_cv_env_LIBWPD_CFLAGS_set=
+ac_cv_env_LIBWPD_CFLAGS_value=
+ac_cv_env_LIBWPD_LIBS_set=
+ac_cv_env_LIBWPD_LIBS_value=
+ac_cv_env_LIBXML_CFLAGS_set=
+ac_cv_env_LIBXML_CFLAGS_value=
+ac_cv_env_LIBXML_LIBS_set=
+ac_cv_env_LIBXML_LIBS_value=
+ac_cv_env_LIBXSLT_CFLAGS_set=
+ac_cv_env_LIBXSLT_CFLAGS_value=
+ac_cv_env_LIBXSLT_LIBS_set=
+ac_cv_env_LIBXSLT_LIBS_value=
+ac_cv_env_MYTHES_CFLAGS_set=
+ac_cv_env_MYTHES_CFLAGS_value=
+ac_cv_env_MYTHES_LIBS_set=
+ac_cv_env_MYTHES_LIBS_value=
+ac_cv_env_NSS_CFLAGS_set=
+ac_cv_env_NSS_CFLAGS_value=
+ac_cv_env_NSS_LIBS_set=
+ac_cv_env_NSS_LIBS_value=
+ac_cv_env_OPENSSL_CFLAGS_set=
+ac_cv_env_OPENSSL_CFLAGS_value=
+ac_cv_env_OPENSSL_LIBS_set=
+ac_cv_env_OPENSSL_LIBS_value=
+ac_cv_env_PKG_CONFIG_LIBDIR_set=
+ac_cv_env_PKG_CONFIG_LIBDIR_value=
+ac_cv_env_PKG_CONFIG_PATH_set=
+ac_cv_env_PKG_CONFIG_PATH_value=
+ac_cv_env_PKG_CONFIG_set=
+ac_cv_env_PKG_CONFIG_value=
+ac_cv_env_POPPLER_CFLAGS_set=
+ac_cv_env_POPPLER_CFLAGS_value=
+ac_cv_env_POPPLER_LIBS_set=
+ac_cv_env_POPPLER_LIBS_value=
+ac_cv_env_REDLAND_CFLAGS_set=
+ac_cv_env_REDLAND_CFLAGS_value=
+ac_cv_env_REDLAND_LIBS_set=
+ac_cv_env_REDLAND_LIBS_value=
+ac_cv_env_SERF_CFLAGS_set=
+ac_cv_env_SERF_CFLAGS_value=
+ac_cv_env_SERF_LIBS_set=
+ac_cv_env_SERF_LIBS_value=
+ac_cv_env_XRANDR_CFLAGS_set=
+ac_cv_env_XRANDR_CFLAGS_value=
+ac_cv_env_XRANDR_LIBS_set=
+ac_cv_env_XRANDR_LIBS_value=
+ac_cv_env_build_alias_set=
+ac_cv_env_build_alias_value=
+ac_cv_env_host_alias_set=
+ac_cv_env_host_alias_value=
+ac_cv_env_target_alias_set=
+ac_cv_env_target_alias_value=
+ac_cv_exeext=
+ac_cv_func_connect=yes
+ac_cv_func_gethostbyname=yes
+ac_cv_func_getopt=yes
+ac_cv_func_readdir_r=yes
+ac_cv_func_remove=yes
+ac_cv_func_shmat=yes
+ac_cv_have_x='have_x=yes 		ac_x_includes= ac_x_libraries='
+ac_cv_header_GL_gl_h=yes
+ac_cv_header_X11_extensions_Xinerama_h=yes
+ac_cv_header_X11_extensions_Xrandr_h=yes
+ac_cv_header_cups_cups_h=yes
+ac_cv_header_fontconfig_fontconfig_h=yes
+ac_cv_header_inttypes_h=yes
+ac_cv_header_memory_h=yes
+ac_cv_header_security_pam_appl_h=yes
+ac_cv_header_stdc=yes
+ac_cv_header_stdint_h=yes
+ac_cv_header_stdlib_h=yes
+ac_cv_header_string_h=yes
+ac_cv_header_strings_h=yes
+ac_cv_header_sys_stat_h=yes
+ac_cv_header_sys_types_h=yes
+ac_cv_header_unistd_h=yes
+ac_cv_host=i686-pc-linux-gnu
+ac_cv_host_alias=i686-pc-linux-gnu
+ac_cv_lib_GLU_main=yes
+ac_cv_lib_GL_main=yes
+ac_cv_lib_ICE_IceConnectionNumber=yes
+ac_cv_lib_X11_XOpenDisplay=yes
+ac_cv_lib_Xau_XauDisposeAuth=yes
+ac_cv_lib_Xinerama_XineramaIsActive=yes
+ac_cv_lib_Xrandr_XRRQueryExtension=yes
+ac_cv_lib_c_gnu_get_libc_version=yes
+ac_cv_lib_crypt_crypt=yes
+ac_cv_lib_freetype_FT_GlyphSlot_Embolden=yes
+ac_cv_objext=o
+ac_cv_path_ANT=/home/jim/ant/bin/ant
+ac_cv_path_AWK=/usr/bin/gawk
+ac_cv_path_BISON=/usr/bin/bison
+ac_cv_path_BZIP2=/usr/bin/bzip2
+ac_cv_path_COMPATH=/usr/lib/ccache/gcc
+ac_cv_path_DPKG=/usr/bin/dpkg
+ac_cv_path_EPM=/usr/local/bin/epm
+ac_cv_path_FLEX=/usr/bin/flex
+ac_cv_path_GNUCP=/bin/cp
+ac_cv_path_GPERF=/usr/bin/gperf
+ac_cv_path_JAVACOMPILER=/usr/bin/javac
+ac_cv_path_JAVADOC=/usr/bin/javadoc
+ac_cv_path_JAVAINTERPRETER=/usr/bin/java
+ac_cv_path_PATCH=/usr/bin/patch
+ac_cv_path_PERL=/usr/local/bin/perl
+ac_cv_path_SED=/bin/sed
+ac_cv_path_SHELLPATH=/bin/bash
+ac_cv_path_UNZIP=/usr/bin/unzip
+ac_cv_path_ZIP=/usr/local/bin/zip
+ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
+ac_cv_prog_AWK=gawk
+ac_cv_prog_CPP='gcc -E'
+ac_cv_prog_CXXCPP='g++ -E'
+ac_cv_prog_ac_ct_CC=gcc
+ac_cv_prog_ac_ct_CXX=g++
+ac_cv_prog_cc_g=yes
+ac_cv_prog_cc_stdc=
+ac_cv_prog_cxx_g=yes
+ac_cv_prog_egrep='grep -E'
+ac_cv_sizeof_long=4
+ac_cv_sys_file_offset_bits=64
+ac_cv_sys_large_files=no
+ac_cv_sys_largefile_CC=no
+ac_cv_target=i686-pc-linux-gnu
+ac_cv_target_alias=i686-pc-linux-gnu
+ac_cv_type_long=yes
+pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
+pkg_cv_DBUS_LIBS='-L/lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0  '
+pkg_cv_FREETYPE_CFLAGS='-I/usr/include/freetype2  '
+pkg_cv_FREETYPE_LIBS='-lfreetype  '
+pkg_cv_GCONF_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
+pkg_cv_GCONF_LIBS='-pthread -L/lib -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0  '
+pkg_cv_GNOMEVFS_CFLAGS='-pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
+pkg_cv_GNOMEVFS_LIBS='-pthread -L/lib -lgnomevfs-2 -lgconf-2 -lgobject-2.0 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0  '
+pkg_cv_GSTREAMER_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2  '
+pkg_cv_GSTREAMER_LIBS='-pthread -L/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgstinterfaces-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2 -lz -lm -lglib-2.0  '
+pkg_cv_GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
+pkg_cv_GTHREAD_LIBS='-pthread -L/lib -lgthread-2.0 -lglib-2.0  '
+pkg_cv_GTK_2_10_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  '
+pkg_cv_GTK_2_10_LIBS='-L/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
+pkg_cv_GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  '
+pkg_cv_GTK_LIBS='-L/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
+
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+
+ABOUT_BITMAPS=''
+ADDITIONAL_REPOSITORIES='../ext_libraries ../extras'
+ALLOC=''
+ANT='/home/jim/ant/bin/ant'
+ANT_HOME='/home/jim/ant'
+ANT_LIB='/home/jim/ant/lib'
+APR_CFLAGS=''
+APR_LIBS=''
+APR_UTIL_CFLAGS=''
+APR_UTIL_LIBS=''
+ARM_TARGET=''
+ASM_HOME='NO_ASM_HOME'
+ATL_INCLUDE=''
+ATL_LIB=''
+ATL_LIB_X64=''
+AWK='/usr/bin/gawk'
+AWTLIB='-ljawt'
+BISON='/usr/bin/bison'
+BSH_JAR=''
+BUILD_EPM='YES'
+BUILD_PIXMAN=''
+BUILD_STAX='YES'
+BUILD_TYPE='OOo CRASHREP EPM ODK ZLIB JPEG EXPAT LIBXSLT LIBXML2 LIBXMLSEC PYTHON LUCENE HSQLDB BSH SAXON RHINO APR APR_UTIL SERF COINMP COINMP CURL MDDS BOOST VIGRA UNIXODBC NSS SANE ICU GRAPHITE X11_EXTENSIONS NSS OPENSSL REDLAND HUNSPELL HYPHEN MYTHES LIBTEXTCAT LIBTEXTCATDATA GTK SYSTRAY_GTK SWEXT TOMCAT APACHE_COMMONS TOMCAT MATHMLDTD CATB_FONTS MORE_FONTS AFMS L10N'
+BUILD_UNOWINREG='NO'
+BUILD_VER_STRING='2020-08-05 14:01 - Linux i686'
+BUILD_X64=''
+BUNDLED_EXTENSION_BLOBS=''
+BUNDLED_PREREG_EXTENSIONS=''
+BZIP2='/usr/bin/bzip2'
+CAIRO_CFLAGS=''
+CAIRO_LIBS=''
+CC='gcc'
+CCACHE=''
+CC_PATH='/usr/lib/ccache/'
+CFLAGS=''
+COINMP_CFLAGS=''
+COINMP_LIBS=''
+COMEX=''
+COMMONS_CODEC_JAR=''
+COMMONS_HTTPCLIENT_JAR=''
+COMMONS_LANG_JAR=''
+COMMONS_LOGGING_JAR=''
+COMPATH='/usr/lib/ccache'
+COM_IS=''
+CPP='gcc -E'
+CPPFLAGS=' '
+CPPUNIT_CFLAGS=''
+CPPUNIT_LIBS=''
+CRYPT_LINK='YES'
+CSC_PATH=''
+CURLCONFIG=''
+CURL_CFLAGS=''
+CURL_LIBS=''
+CUSTOM_PACK_LIST=''
+CXX='g++'
+CXXCPP='g++ -E'
+CXXFLAGS='-g -O2'
+CYGWIN_PATH='NO_CYGWIN'
+DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
+DBUS_LIBS='-L/lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0  '
+DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_LONG=4 -D_FILE_OFFSET_BITS=64 -DHAVE_LIBCRYPT=1 -DHAVE_LIBXRANDR=1 -DHAVE_GETOPT=1 -DHAVE_READDIR_R=1 -DHAVE_LIBGL=1 -DHAVE_LIBGLU=1 -DHAVE_LIBXINERAMA=1 '
+DICT_SYSTEM_DIR=''
+DIRECTXSDK_HOME=''
+DIRECTXSDK_LIB=''
+DISABLE_ACTIVEX=''
+DISABLE_ATL=''
+DISABLE_SAXON=''
+DISABLE_STRIP=''
+DMAKE=''
+DMAKE_PATH=''
+DMAKE_URL='http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2'
+DO_FETCH_TARBALLS='yes'
+DPKG='/usr/bin/dpkg'
+ECHO_C=''
+ECHO_N='-n'
+ECHO_T=''
+EGREP='grep -E'
+ENABLE_BEANSHELL='YES'
+ENABLE_BUNDLED_DICTIONARIES='YES'
+ENABLE_CAIRO=''
+ENABLE_CAIRO_CANVAS='FALSE'
+ENABLE_CATEGORY_B='YES'
+ENABLE_COINMP='YES'
+ENABLE_CRASHDUMP='TRUE'
+ENABLE_CUPS='TRUE'
+ENABLE_DBUS='TRUE'
+ENABLE_DEBUG='FALSE'
+ENABLE_DIRECTX=''
+ENABLE_DIRECT_DRAW=''
+ENABLE_EVOAB2=''
+ENABLE_FONTCONFIG='TRUE'
+ENABLE_GCONF='TRUE'
+ENABLE_GIO=''
+ENABLE_GNOMEVFS='TRUE'
+ENABLE_GRAPHITE='TRUE'
+ENABLE_GSTREAMER='TRUE'
+ENABLE_GTK='TRUE'
+ENABLE_HUNSPELL='YES'
+ENABLE_HYPHEN='YES'
+ENABLE_JAVASCRIPT='YES'
+ENABLE_KAB=''
+ENABLE_KDE4=''
+ENABLE_KDE=''
+ENABLE_LAYOUT='FALSE'
+ENABLE_LOCKDOWN=''
+ENABLE_MEDIAWIKI='YES'
+ENABLE_MYSQLC='NO'
+ENABLE_NSS_MODULE='YES'
+ENABLE_ONLINE_UPDATE='YES'
+ENABLE_OPENGL='TRUE'
+ENABLE_PCH=''
+ENABLE_PDFIMPORT='NO'
+ENABLE_RANDR='TRUE'
+ENABLE_REPORTBUILDER='NO'
+ENABLE_RPATH='yes'
+ENABLE_STATIC_GTK='FALSE'
+ENABLE_SYMBOLS=''
+ENABLE_SYSTRAY_GTK='TRUE'
+ENABLE_WERROR='FALSE'
+EPM=''
+EPM_URL='http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz'
+EXCEPTIONS=''
+EXEEXT=''
+FBSD_GCC_RPATH=''
+FLEX='/usr/bin/flex'
+FLUTE_JAR=''
+FRAME_HOME=''
+FREETYPE_CFLAGS='-I/usr/include/freetype2  '
+FREETYPE_LIBS='-lfreetype  '
+GCCVER='40102'
+GCC_HOME='/usr/lib/ccache/gcc'
+GCONF_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
+GCONF_LIBS='-pthread -L/lib -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0  '
+GIO_CFLAGS=''
+GIO_LIBS=''
+GNOMEVFS_CFLAGS='-pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
+GNOMEVFS_LIBS='-pthread -L/lib -lgnomevfs-2 -lgconf-2 -lgobject-2.0 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0  '
+GNUCP='/bin/cp'
+GNUMAKE='make'
+GNUPATCH=''
+GNUTAR='gtar'
+GOBJECT_CFLAGS=''
+GOBJECT_LIBS=''
+GPERF='/usr/bin/gperf'
+GRAPHITE_CFLAGS=''
+GRAPHITE_LIBS=''
+GSTREAMER_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2  '
+GSTREAMER_LIBS='-pthread -L/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgstinterfaces-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2 -lz -lm -lglib-2.0  '
+GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
+GTHREAD_LIBS='-pthread -L/lib -lgthread-2.0 -lglib-2.0  '
+GTK_2_10_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  '
+GTK_2_10_LIBS='-L/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
+GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  '
+GTK_LIBS='-L/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
+GXX_INCLUDE_PATH='/usr/include/c++/4.1.2'
+HAVE_ATLTHUNK=''
+HAVE_GCC_VISIBILITY_FEATURE='TRUE'
+HAVE_GETOPT='YES'
+HAVE_LD_BSYMBOLIC_FUNCTIONS=''
+HAVE_LD_HASH_STYLE='TRUE'
+HAVE_READDIR_R='YES'
+HOME='/home/jim'
+HSQLDB_JAR=''
+HUNSPELL_CFLAGS=''
+HUNSPELL_LIBS=''
+HYPHEN_LIB=''
+HYPH_SYSTEM_DIR=''
+ICUCONFIG=''
+ICU_MAJOR=''
+ICU_MICRO=''
+ICU_MINOR=''
+INTRO_BITMAPS=''
+IS_SYSTEM_DMAKE=''
+JAVAAOTCOMPILER=''
+JAVACISGCJ=''
+JAVACOMPILER='/usr/bin/javac'
+JAVADOC='/usr/bin/javadoc'
+JAVAFLAGS=''
+JAVAIFLAGS=''
+JAVAINTERPRETER='/usr/bin/java'
+JAVA_HOME='/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.41'
+JDK='sun'
+JFREEREPORT_JAR=''
+KDE4_CFLAGS=''
+KDE4_LIBS=''
+KDE_CFLAGS=''
+KDE_LIBS=''
+LDFLAGS=' '
+LFS_CFLAGS='-D_FILE_OFFSET_BITS=64'
+LIBBASE_JAR=''
+LIBFONTS_JAR=''
+LIBFORMULA_JAR=''
+LIBINTL_PREFIX=''
+LIBLAYOUT_JAR=''
+LIBLOADER_JAR=''
+LIBMYSQL_PATH=''
+LIBOBJS=''
+LIBREPOSITORY_JAR=''
+LIBS='-lXinerama -lGLU -lGL -lXrandr -lcrypt '
+LIBSERIALIZER_JAR=''
+LIBWPD_CFLAGS=''
+LIBWPD_LIBS=''
+LIBXML_CFLAGS=''
+LIBXML_JAR=''
+LIBXML_LIBS=''
+LIBXSLT_CFLAGS=''
+LIBXSLT_LIBS=''
+LOCAL_SOLENV='DEFAULT'
+LOCAL_SOLVER='DEFAULT'
+LTLIBOBJS=''
+LUCENE_ANALYZERS_JAR=''
+LUCENE_CORE_JAR=''
+MACOSX_DEPLOYMENT_TARGET=''
+MACOSX_SDK_PATH=''
+MFC_INCLUDE=''
+MFC_LIB=''
+MIDL_PATH=''
+MINGWCXX=''
+MINGWSTRIP=''
+MINGW_BACKWARD_INCLUDE_PATH=''
+MINGW_CLIB_DIR=''
+MINGW_GCCDLL=''
+MINGW_GCCLIB_EH=''
+MINGW_GXXDLL=''
+MINGW_LIB_INCLUDE_PATH=''
+MINGW_SHARED_GCCLIB=''
+MINGW_SHARED_GXXLIB=''
+MINGW_SHARED_LIBSTDCPP=''
+ML_EXE=''
+MOC4='moc'
+MOC='moc'
+MOCQT4=''
+MOZILLABUILD=''
+MOZ_INC=''
+MSPDB_PATH=''
+MYSQLCONFIG=''
+MYSQL_DEFINES=''
+MYSQL_INC=''
+MYSQL_LIB=''
+MYTHES_CFLAGS=''
+MYTHES_LIBS=''
+NEW_SHADOW_API=''
+NSIS_PATH=''
+NSS_CFLAGS=''
+NSS_LIBS=''
+OBJEXT='o'
+OOO_JUNIT_JAR=''
+OOO_VENDOR=''
+OPENSSL_CFLAGS=''
+OPENSSL_LIBS=''
+OSVERSION=''
+PACKAGE_BUGREPORT=''
+PACKAGE_NAME=''
+PACKAGE_STRING=''
+PACKAGE_TARNAME=''
+PACKAGE_VERSION=''
+PAM='YES'
+PAM_LINK='NO'
+PATCH='/usr/bin/patch'
+PATH_SEPARATOR=':'
+PERL='/usr/local/bin/perl'
+PKGFORMAT='rpm deb'
+PKGMK=''
+PKG_CONFIG='/usr/bin/pkg-config'
+PKG_CONFIG_LIBDIR=''
+PKG_CONFIG_PATH=''
+POPPLER_CFLAGS=''
+POPPLER_LIBS=''
+PRODUCT='full'
+PROEXT='.pro'
+PROFULLSWITCH='product=full'
+PSDK_HOME=''
+PTHREAD_CFLAGS=''
+PTHREAD_LIBS=''
+PYTHON=''
+PYTHON_CFLAGS=''
+PYTHON_EXEC_PREFIX=''
+PYTHON_LIBS=''
+PYTHON_PLATFORM=''
+PYTHON_PREFIX=''
+PYTHON_VERSION=''
+RAT_JAR_HOME=''
+REDLAND_CFLAGS=''
+REDLAND_LIBS=''
+RPM='rpmbuild'
+SAC_JAR=''
+SAXON_JAR=''
+SCPDEFS=' -DENABLE_ONLINE_UPDATE -DWITH_CATB_FONTS -DWITH_CATA_FONTS'
+SED='/bin/sed'
+SERF_CFLAGS=''
+SERF_LIBS=''
+SERIALIZER_JAR=''
+SERVLETAPI_JAR=''
+SHELL='/bin/sh'
+SHELLPATH='/bin'
+SIZEOF_LONG='4'
+SOLAR_JAVA='TRUE'
+SOURCEVERSION='AOO418'
+SYSTEM_APACHE_COMMONS='NO'
+SYSTEM_APR='NO'
+SYSTEM_APR_UTIL='NO'
+SYSTEM_BOOST='NO'
+SYSTEM_BSH='NO'
+SYSTEM_CAIRO=''
+SYSTEM_COINMP='NO'
+SYSTEM_CPPUNIT='NO'
+SYSTEM_CURL='NO'
+SYSTEM_DICTS='NO'
+SYSTEM_EXPAT='NO'
+SYSTEM_GDKPIXBUF='YES'
+SYSTEM_GENBRK=''
+SYSTEM_GENCCODE=''
+SYSTEM_GENCMN=''
+SYSTEM_GETTEXT='YES'
+SYSTEM_GLIB='YES'
+SYSTEM_GRAPHITE='NO'
+SYSTEM_HSQLDB='NO'
+SYSTEM_HUNSPELL='NO'
+SYSTEM_HYPH='NO'
+SYSTEM_ICU='NO'
+SYSTEM_JFREEREPORT=''
+SYSTEM_JPEG='NO'
+SYSTEM_LIBC='YES'
+SYSTEM_LIBJPEG='YES'
+SYSTEM_LIBPNG='YES'
+SYSTEM_LIBTEXTCAT='NO'
+SYSTEM_LIBTEXTCAT_DATA=''
+SYSTEM_LIBWPD=''
+SYSTEM_LIBXML='NO'
+SYSTEM_LIBXSLT='NO'
+SYSTEM_LUCENE='NO'
+SYSTEM_MDDS='NO'
+SYSTEM_MYSQL=''
+SYSTEM_MYSQL_CPPCONN=''
+SYSTEM_MYTHES='NO'
+SYSTEM_NSS='NO'
+SYSTEM_ODBC_HEADERS='NO'
+SYSTEM_OPENSSL='NO'
+SYSTEM_PANGO='YES'
+SYSTEM_POPPLER=''
+SYSTEM_PYTHON='NO'
+SYSTEM_REDLAND='NO'
+SYSTEM_SANE_HEADER='NO'
+SYSTEM_SAXON='NO'
+SYSTEM_SERF='NO'
+SYSTEM_SERVLETAPI='NO'
+SYSTEM_STDLIBS='YES'
+SYSTEM_VIGRA='NO'
+SYSTEM_XRENDER_HEADERS='NO'
+SYSTEM_ZLIB='NO'
+TARFILE_LOCATION='DEFAULT'
+THES_SYSTEM_DIR=''
+UNIXWRAPPERNAME=''
+UNZIP='/usr/bin/unzip'
+UPD='418'
+USE_CCACHE=''
+USE_FT_EMBOLDEN='YES'
+USE_MINGW=''
+USE_PACKAGER=''
+USE_SYSTEM_STL='YES'
+USE_XINERAMA='YES'
+VALGRIND_CFLAGS=''
+VC_STANDARD=''
+VERBOSE='TRUE'
+WINDOWS_VISTA_PSDK=''
+WITHOUT_AFMS=''
+WITHOUT_PPDS=''
+WITH_CATA_FONTS='YES'
+WITH_CATB_FONTS='YES'
+WITH_CPPUNIT=''
+WITH_DICT=',ALL,'
+WITH_FONTS='YES'
+WITH_LANG='ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW'
+WITH_LDAP='NO'
+WITH_MINGWIN='0'
+WITH_OPENLDAP=''
+WITH_POOR_HELP_LOCALIZATIONS=''
+WITH_VC_REDIST=''
+WORDS_BIGENDIAN='no'
+XAU_LIBS='-lXau'
+XINC='/usr/include'
+XINERAMA_LINK='dynamic'
+XLIB='/usr/lib'
+XRANDR_CFLAGS=' '
+XRANDR_DLOPEN='FALSE'
+XRANDR_LIBS='-lXrandr '
+XRENDER_LINK='NO'
+XSLTPROC=''
+X_CFLAGS=''
+X_EXTRA_LIBS=''
+X_LIBS=''
+X_PRE_LIBS=' -lSM -lICE'
+ZIP='/usr/local/bin/zip'
+ZIP_HOME='/usr/local/bin'
+_cc=''
+_solenv='./solenv'
+ac_ct_CC='gcc'
+ac_ct_CXX='g++'
+ac_ct_MINGWCXX=''
+ac_ct_MINGWSTRIP=''
+ac_pt_PKG_CONFIG='/usr/bin/pkg-config'
+bindir='${exec_prefix}/bin'
+build='i686-pc-linux-gnu'
+build_alias=''
+build_cpu='i686'
+build_os='linux-gnu'
+build_vendor='pc'
+datadir='${prefix}/share'
+exec_prefix='${prefix}'
+host='i686-pc-linux-gnu'
+host_alias=''
+host_cpu='i686'
+host_os='linux-gnu'
+host_vendor='pc'
+includedir='${prefix}/include'
+infodir='${prefix}/info'
+libdir='${exec_prefix}/lib'
+libexecdir='${exec_prefix}/libexec'
+localstatedir='${prefix}/var'
+mandir='${prefix}/man'
+nodep=''
+oldincludedir='/usr/include'
+pkgpyexecdir=''
+pkgpythondir=''
+prefix='/usr/local'
+program_transform_name='s,x,x,'
+pyexecdir=''
+pythondir=''
+sbindir='${exec_prefix}/sbin'
+sharedstatedir='${prefix}/com'
+sysconfdir='${prefix}/etc'
+target='i686-pc-linux-gnu'
+target_alias=''
+target_cpu='i686'
+target_os='linux-gnu'
+target_vendor='pc'
+
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+
+#define HAVE_GETOPT 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_LIBCRYPT 1
+#define HAVE_LIBGL 1
+#define HAVE_LIBGLU 1
+#define HAVE_LIBXINERAMA 1
+#define HAVE_LIBXRANDR 1
+#define HAVE_MEMORY_H 1
+#define HAVE_READDIR_R 1
+#define HAVE_STDINT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_STRING_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_UNISTD_H 1
+#define PACKAGE_BUGREPORT ""
+#define PACKAGE_NAME ""
+#define PACKAGE_STRING ""
+#define PACKAGE_TARNAME ""
+#define PACKAGE_VERSION ""
+#define SIZEOF_LONG 4
+#define STDC_HEADERS 1
+#define _FILE_OFFSET_BITS 64
+#endif
+#ifdef __cplusplus
+extern "C" void std::exit (int) throw (); using std::exit;
+
+configure: exit 0