Hello,
thanks for the quick replies - now I have a login to openoffice and my replies
will appear quicker in the mailing list.
As you supposed, I now tried the following:
$ cd /OO_mix/OOF680_m18/
$ dmake clean
$ cd config_office/
$ export CC="gcc -m32"
$ export CXX="g++ -m32"
# use "linux32" tool to get right "uname -m" output, as a 32-bit machine
$ linux32 ./configure --with-jdk-home=/opt/java1.5/
--- I noted: directory /usr/lib64 is used!!!
$ cd ..
$ source LinuxX86Env.Set.sh # note: not named "LinuxX86-64Env.Set.sh" any more
$ linux32 dmake
Which resulted in another error:
......
=============
Building project sal
=============
/OO_mix/OOF680_m18/sal/inc
mkout -- version: 1.7
-------------
/OO_mix/OOF680_m18/sal/typesconfig
------------------------------
....
Making: ../../unxlngi6.pro/slo/conditn.obj
gcc -m32 -fmessage-length=0 -c -Os -fno-strict-aliasing -DCRYPT_LINK -I.
-I../../unxlngi6.pro/inc/cpposl -I../inc -I../../inc/pch -I../../inc
-I../../unx/inc -I../../unxlngi6.pro/inc -I.
-I/OO_mix/OOF680_m18/solver/680/unxlngi6.pro/incdont_use_stl
-I/OO_mix/OOF680_m18/solver/680/unxlngi6.pro/inc/external
-I/OO_mix/OOF680_m18/solver/680/unxlngi6.pro/inc
-I/OO_mix/OOF680_m18/solenv/unxlngi6/inc -I/OO_mix/OOF680_m18/solenv/inc
-I/OO_mix/OOF680_m18/res
-I/OO_mix/OOF680_m18/solver/680/unxlngi6.pro/incdont_use_stl
-I/OO_mix/OOF680_m18/solenv/inc/Xp31 -I/opt/java1.5/include
-I/opt/java1.5/include/linux -I/opt/java1.5/include/native_threads/include
-I/usr/include -I/OO_mix/OOF680_m18/solver/680/unxlngi6.pro/inc/offuh -I.
-I../../res -I. -pipe -mtune=pentiumpro -Wall -Wextra -Wendif-labels -fpic
-DLINUX -DUNX -DVCL -DGCC -DC341 -DINTEL -DCVER=C341 -DNPTL -DGLIBC=2 -DX86
-D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400
-DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX -DCPPU_ENV=gcc3
-DGXX_INCLUDE_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1
-DSUPD=680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE
-DCUI -DSOLAR_JAVA -DOOF680=OOF680 -DSHAREDLIB -D_DLL_ -DMULTITHREAD -o
../../unxlngi6.pro/slo/conditn.o conditn.c
In file included from /usr/include/asm/sigcontext.h:7,
from system.h:85,
from conditn.c:37:
/usr/include/asm-i386/sigcontext.h:19: error: redefinition of 'struct _fpreg'
/usr/include/asm-i386/sigcontext.h:24: error: redefinition of 'struct _fpxreg'
/usr/include/asm-i386/sigcontext.h:30: error: redefinition of 'struct _xmmreg'
/usr/include/asm-i386/sigcontext.h:34: error: redefinition of 'struct _fpstate'
/usr/include/asm-i386/sigcontext.h:58: error: redefinition of 'struct
sigcontext'
dmake: Error code 1, while making '../../unxlngi6.pro/slo/conditn.obj'
'---* tg_merge.mk *---'
ERROR: Error 65280 occurred while making /OO_mix/OOF680_m18/sal/osl/unx
dmake: Error code 1, while making 'build_instsetoo_native'
'---* *---'
socbl003:/OO_mix/OOF680_m18
--- I had a look at the include file ./sal/osl/unx/system.h:
#if GLIBC >= 2
# include <shadow.h>
# if ! (defined(SPARC) || defined(X86_64))
# include <asm/sigcontext.h>
# endif
# include <pthread.h>
# include <sys/file.h>
# include <sys/ioctl.h>
# include <sys/uio.h>
# include <sys/un.h>
# include <netinet/tcp.h>
# include <dlfcn.h>
# include <endian.h>
--- What mistake did I do? In my opinion, the '"linux32" cannot help with C
constants as "X86_64". The problem seems to be that the gcc include directory
is
/usr/lib/gcc/x86_64-redhat-linux/4.1.1
instead of
/usr/lib/gcc/i386-redhat-linux/4.1.1.
Karsten
=============================================
Here's the output from "configure":
=============================================
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-jdk-home=/opt/java1.5/
## --------- ##
## Platform. ##
## --------- ##
hostname = socbl003
uname -m = i686
uname -r = 2.6.18-8.el5
uname -s = Linux
uname -v = #1 SMP Fri Jan 26 14:15:14 EST 2007
/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: /opt/java1.5/bin
PATH: .
PATH: /OO_mix/OOF680_m18/solver/680/unxlngi6.pro/bin
PATH: /OO_mix/OOF680_m18/solenv/unxlngi6/bin
PATH: /OO_mix/OOF680_m18/solenv/bin
PATH: /opt/java1.5/bin
PATH: /OO_mix/OOF680_m18/solver/680/unxlngi6.pro/bin
PATH: /OO_mix/OOF680_m18/solenv/unxlngi6/bin
PATH: /OO_mix/OOF680_m18/solenv/bin
PATH: /OO_mix/OOF680_m18/solver/680/unxlngx6.pro/bin
PATH: /OO_mix/OOF680_m18/solenv/unxlngx6/bin
PATH: /usr/kerberos/sbin
PATH: /home/kaburger/bin
PATH: .
PATH: /usr/frame/bin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /usr/lib64/qt-3.3/bin
PATH: /usr/kerberos/bin
PATH: /bin
PATH: /usr/contrib/bin
PATH: /opt/sicl/bin
PATH: /opt/vxipnp/linux/agvisa
PATH: /opt/vxipnp/linux/bin
PATH: /usr/local/Acrobat5/bin
PATH: /opt/java/jre/bin
PATH: /usr/atria/bin
PATH: /bstd_tools/scm/bm
PATH: /bstd_tools/scm/vm
PATH: /usr/local/emacs/bin
PATH: /etc
PATH: /usr/etc
PATH: /usr/local/bin/X11
PATH: /bstd_tools/contrib/lbin
PATH: /vobs/devtools/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2592: checking for gawk
configure:2608: found /usr/bin/gawk
configure:2618: result: gawk
configure:2630: checking for gawk
configure:2648: found /usr/bin/gawk
configure:2660: result: /usr/bin/gawk
configure:2677: checking for sed
configure:2695: found /bin/sed
configure:2707: result: /bin/sed
configure:2723: checking for solenv environment
configure:2727: result: default
configure:2785: checking build system type
configure:2803: result: i686-pc-linux-gnu
configure:2811: checking host system type
configure:2825: result: i686-pc-linux-gnu
configure:2833: checking target system type
configure:2847: result: i686-pc-linux-gnu
configure:3008: checking whether to enable crashdump feature
configure:3024: result: no
configure:3035: checking whether to enable pch feature
configure:3049: result: no
configure:3073: checking whether to turn warnings to errors
configure:3086: result: no
configure:3091: checking whether to do a debug build
configure:3102: result: no
configure:3107: checking whether to build with additional debug utilities
configure:3119: result: no, full product build
configure:3126: checking whether to include symbols into final build
configure:3150: result: no
configure:3155: checking whether to strip the solver or not.
configure:3177: checking whether to enable native CUPS support
configure:3181: result: yes
configure:3190: checking whether to enable fontconfig support
configure:3194: result: yes
configure:3203: checking whether to enable filters for legacy binary file
formats (StarOffice 5.2)
configure:3212: result: yes
configure:3245: checking whether to use RPATH in shared libraries
configure:3252: result: yes
configure:3256: checking whether to include MySpell dictionaries
configure:3259: result: yes
configure:3270: checking which shell to use
configure:3311: result: tcsh
configure:3333: checking for tcsh
configure:3351: found /bin/tcsh
configure:3363: result: /bin/tcsh
configure:3431: checking gcc home
configure:3438: result: /usr
configure:3495: checking for gcc
configure:3521: result: gcc -m32
configure:3765: checking for C compiler version
configure:3768: gcc -m32 --version </dev/null >&5
gcc_orig (GCC) 4.1.1 20070105 (Red Hat 4.1.1-52)
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:3771: $? = 0
configure:3773: gcc -m32 -v </dev/null >&5
Using built-in specs.
Target: x86_64-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 --enable-plugin
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic
--host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)
configure:3776: $? = 0
configure:3778: gcc -m32 -V </dev/null >&5
gcc_orig: '-V' must come at the start of the command line
configure:3781: $? = 1
configure:3804: checking for C compiler default output file name
configure:3807: gcc -m32 conftest.c >&5
configure:3810: $? = 0
configure:3856: result: a.out
configure:3861: checking whether the C compiler works
configure:3867: ./a.out
configure:3870: $? = 0
configure:3887: result: yes
configure:3894: checking whether we are cross compiling
configure:3896: result: no
configure:3899: checking for suffix of executables
configure:3901: gcc -m32 -o conftest conftest.c >&5
configure:3904: $? = 0
configure:3929: result:
configure:3935: checking for suffix of object files
configure:3956: gcc -m32 -c conftest.c >&5
configure:3959: $? = 0
configure:3981: result: o
configure:3985: checking whether we are using the GNU C compiler
configure:4009: gcc -m32 -c conftest.c >&5
configure:4015: $? = 0
configure:4019: test -z
|| test ! -s conftest.err
configure:4022: $? = 0
configure:4025: test -s conftest.o
configure:4028: $? = 0
configure:4041: result: yes
configure:4047: checking whether gcc -m32 accepts -g
configure:4068: gcc -m32 -c -g conftest.c >&5
configure:4074: $? = 0
configure:4078: test -z
|| test ! -s conftest.err
configure:4081: $? = 0
configure:4084: test -s conftest.o
configure:4087: $? = 0
configure:4098: result: yes
configure:4115: checking for gcc -m32 option to accept ANSI C
configure:4185: gcc -m32 -c -g -O2 conftest.c >&5
configure:4191: $? = 0
configure:4195: test -z
|| test ! -s conftest.err
configure:4198: $? = 0
configure:4201: test -s conftest.o
configure:4204: $? = 0
configure:4222: result: none needed
configure:4240: gcc -m32 -c -g -O2 conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'me'
configure:4246: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:4387: checking for gcc
configure:4405: found /usr/bin/gcc
configure:4417: result: /usr/bin/gcc
configure:4432: checking the GNU gcc compiler version
configure:4452: result: checked (gcc 4.1.1)
configure:4469: checking whether gcc -m32 supports -fvisibility=hidden
configure:4490: gcc -m32 -o conftest -g -O2 -fvisibility=hidden conftest.c
>&5
configure:4496: $? = 0
configure:4500: test -z
|| test ! -s conftest.err
configure:4503: $? = 0
configure:4506: test -s conftest
configure:4509: $? = 0
configure:4521: result: yes
configure:4530: checking for GNU make
configure:4539: result: make
configure:4542: checking the GNU make version
configure:4552: result: make 3.81
configure:4778: checking for perl
configure:4808: result: /usr/bin/perl
configure:4827: checking the Perl version
configure:4836: result: checked (perl 5)
configure:4845: checking for required Perl modules
configure:4848: result: all modules found
configure:5189: checking how to run the C preprocessor
configure:5224: gcc -m32 -E conftest.c
configure:5230: $? = 0
configure:5262: gcc -m32 -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:5268: $? = 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:5307: result: gcc -m32 -E
configure:5331: gcc -m32 -E conftest.c
configure:5337: $? = 0
configure:5369: gcc -m32 -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:5375: $? = 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:5419: checking for egrep
configure:5429: result: grep -E
configure:5434: checking for ANSI C header files
configure:5459: gcc -m32 -c -g -O2 conftest.c >&5
configure:5465: $? = 0
configure:5469: test -z
|| test ! -s conftest.err
configure:5472: $? = 0
configure:5475: test -s conftest.o
configure:5478: $? = 0
configure:5567: gcc -m32 -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:5570: $? = 0
configure:5572: ./conftest
configure:5575: $? = 0
configure:5590: result: yes
configure:5617: checking for sys/types.h
configure:5633: gcc -m32 -c -g -O2 conftest.c >&5
configure:5639: $? = 0
configure:5643: test -z
|| test ! -s conftest.err
configure:5646: $? = 0
configure:5649: test -s conftest.o
configure:5652: $? = 0
configure:5663: result: yes
configure:5617: checking for sys/stat.h
configure:5633: gcc -m32 -c -g -O2 conftest.c >&5
configure:5639: $? = 0
configure:5643: test -z
|| test ! -s conftest.err
configure:5646: $? = 0
configure:5649: test -s conftest.o
configure:5652: $? = 0
configure:5663: result: yes
configure:5617: checking for stdlib.h
configure:5633: gcc -m32 -c -g -O2 conftest.c >&5
configure:5639: $? = 0
configure:5643: test -z
|| test ! -s conftest.err
configure:5646: $? = 0
configure:5649: test -s conftest.o
configure:5652: $? = 0
configure:5663: result: yes
configure:5617: checking for string.h
configure:5633: gcc -m32 -c -g -O2 conftest.c >&5
configure:5639: $? = 0
configure:5643: test -z
|| test ! -s conftest.err
configure:5646: $? = 0
configure:5649: test -s conftest.o
configure:5652: $? = 0
configure:5663: result: yes
configure:5617: checking for memory.h
configure:5633: gcc -m32 -c -g -O2 conftest.c >&5
configure:5639: $? = 0
configure:5643: test -z
|| test ! -s conftest.err
configure:5646: $? = 0
configure:5649: test -s conftest.o
configure:5652: $? = 0
configure:5663: result: yes
configure:5617: checking for strings.h
configure:5633: gcc -m32 -c -g -O2 conftest.c >&5
configure:5639: $? = 0
configure:5643: test -z
|| test ! -s conftest.err
configure:5646: $? = 0
configure:5649: test -s conftest.o
configure:5652: $? = 0
configure:5663: result: yes
configure:5617: checking for inttypes.h
configure:5633: gcc -m32 -c -g -O2 conftest.c >&5
configure:5639: $? = 0
configure:5643: test -z
|| test ! -s conftest.err
configure:5646: $? = 0
configure:5649: test -s conftest.o
configure:5652: $? = 0
configure:5663: result: yes
configure:5617: checking for stdint.h
configure:5633: gcc -m32 -c -g -O2 conftest.c >&5
configure:5639: $? = 0
configure:5643: test -z
|| test ! -s conftest.err
configure:5646: $? = 0
configure:5649: test -s conftest.o
configure:5652: $? = 0
configure:5663: result: yes
configure:5617: checking for unistd.h
configure:5633: gcc -m32 -c -g -O2 conftest.c >&5
configure:5639: $? = 0
configure:5643: test -z
|| test ! -s conftest.err
configure:5646: $? = 0
configure:5649: test -s conftest.o
configure:5652: $? = 0
configure:5663: result: yes
configure:5685: checking cups/cups.h usability
configure:5697: gcc -m32 -c -g -O2 conftest.c >&5
configure:5703: $? = 0
configure:5707: test -z
|| test ! -s conftest.err
configure:5710: $? = 0
configure:5713: test -s conftest.o
configure:5716: $? = 0
configure:5726: result: yes
configure:5730: checking cups/cups.h presence
configure:5740: gcc -m32 -E conftest.c
configure:5746: $? = 0
configure:5766: result: yes
configure:5801: checking for cups/cups.h
configure:5808: result: yes
configure:5824: checking whether to enable pam support
configure:5827: result: yes
configure:5840: checking security/pam_appl.h usability
configure:5852: gcc -m32 -c -g -O2 conftest.c >&5
configure:5858: $? = 0
configure:5862: test -z
|| test ! -s conftest.err
configure:5865: $? = 0
configure:5868: test -s conftest.o
configure:5871: $? = 0
configure:5881: result: yes
configure:5885: checking security/pam_appl.h presence
configure:5895: gcc -m32 -E conftest.c
configure:5901: $? = 0
configure:5921: result: yes
configure:5956: checking for security/pam_appl.h
configure:5963: result: yes
configure:5976: checking whether to link to libpam
configure:6061: result: no, dynamically open it
configure:6321: checking whether to link to libcrypt
configure:6324: result: yes
configure:6328: checking for crypt in -lcrypt
configure:6358: gcc -m32 -o conftest -g -O2 conftest.c -lcrypt >&5
configure:6364: $? = 0
configure:6368: test -z
|| test ! -s conftest.err
configure:6371: $? = 0
configure:6374: test -s conftest
configure:6377: $? = 0
configure:6390: result: yes
configure:6520: checking for C++ compiler version
configure:6523: g++ -m32 --version </dev/null >&5
g++_orig (GCC) 4.1.1 20070105 (Red Hat 4.1.1-52)
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:6526: $? = 0
configure:6528: g++ -m32 -v </dev/null >&5
Using built-in specs.
Target: x86_64-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 --enable-plugin
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic
--host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)
configure:6531: $? = 0
configure:6533: g++ -m32 -V </dev/null >&5
g++_orig: argument to '-V' missing
configure:6536: $? = 1
configure:6539: checking whether we are using the GNU C++ compiler
configure:6563: g++ -m32 -c conftest.cc >&5
configure:6569: $? = 0
configure:6573: test -z
|| test ! -s conftest.err
configure:6576: $? = 0
configure:6579: test -s conftest.o
configure:6582: $? = 0
configure:6595: result: yes
configure:6601: checking whether g++ -m32 accepts -g
configure:6622: g++ -m32 -c -g conftest.cc >&5
configure:6628: $? = 0
configure:6632: test -z
|| test ! -s conftest.err
configure:6635: $? = 0
configure:6638: test -s conftest.o
configure:6641: $? = 0
configure:6652: result: yes
configure:6694: g++ -m32 -c -g -O2 conftest.cc >&5
configure:6700: $? = 0
configure:6704: test -z
|| test ! -s conftest.err
configure:6707: $? = 0
configure:6710: test -s conftest.o
configure:6713: $? = 0
configure:6739: g++ -m32 -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:24: error: 'exit' was not declared in this scope
configure:6745: $? = 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
| #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_LIBCRYPT 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:6694: g++ -m32 -c -g -O2 conftest.cc >&5
configure:6700: $? = 0
configure:6704: test -z
|| test ! -s conftest.err
configure:6707: $? = 0
configure:6710: test -s conftest.o
configure:6713: $? = 0
configure:6739: g++ -m32 -c -g -O2 conftest.cc >&5
configure:6745: $? = 0
configure:6749: test -z
|| test ! -s conftest.err
configure:6752: $? = 0
configure:6755: test -s conftest.o
configure:6758: $? = 0
configure:6784: checking the GNU C++ compiler version
configure:6791: result: checked (g++ 4.1.1)
configure:6866: checking for g++ include path
configure:6880: result:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1
configure:6943: checking exception type
configure:6977: g++ -m32 -o conftest -g -O2 conftest.cc -lcrypt >&5
/tmp/cc4xHhCR.o: In function `main':
/OO_mix/OOF680_m18/config_office/conftest.cc:32: undefined reference to
`__sjthrow'
collect2: ld returned 1 exit status
configure:6983: $? = 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
| #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_LIBCRYPT 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <iostream>
|
| extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));
|
|
| int
| main ()
| {
| __sjthrow()
| ;
| return 0;
| }
configure:7011: result: dwarf2
configure:7412: checking for STLport4 headers
configure:7417: result: using internal stlport.
configure:7528: checking which memory allocator to use
configure:7729: result: internal
configure:7809: checking whether to add custom build version
configure:7817: result: no
configure:7822: checking whether to build with Java support
configure:7825: result: yes
configure:7917: checking the installed JDK
configure:8024: result: checked (JDK 1.5.0_12)
configure:8272: checking for jawt lib name
configure:8571: result: -ljawt
configure:8577: checking whether to enable gcj aot compilation
configure:8641: result: no
configure:8714: checking how to run the C preprocessor
configure:8832: result: gcc -m32 -E
configure:8856: gcc -m32 -E conftest.c
configure:8862: $? = 0
configure:8894: gcc -m32 -E conftest.c
conftest.c:23:28: error: ac_nonexistent.h: No such file or directory
configure:8900: $? = 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
| #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_LIBCRYPT 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8950: checking how to run the C++ preprocessor
configure:8981: g++ -m32 -E conftest.cc
configure:8987: $? = 0
configure:9019: g++ -m32 -E conftest.cc
conftest.cc:23:28: error: ac_nonexistent.h: No such file or directory
configure:9025: $? = 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
| #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_LIBCRYPT 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9064: result: g++ -m32 -E
configure:9088: g++ -m32 -E conftest.cc
configure:9094: $? = 0
configure:9126: g++ -m32 -E conftest.cc
conftest.cc:23:28: error: ac_nonexistent.h: No such file or directory
configure:9132: $? = 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
| #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_LIBCRYPT 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:9179: checking for dmake
configure:9197: found /OO_mix/OOF680_m18/solenv/unxlngx6/bin/dmake
configure:9210: result: /OO_mix/OOF680_m18/solenv/unxlngx6/bin/dmake
configure:9221: checking whether the found dmake is the right dmake
configure:9231: result: yes
configure:9233: checking the dmake version
configure:9246: result: OK, >= 4.6
configure:9263: checking whether to enable EPM for packing
configure:9266: result: yes
configure:9274: checking for epm
configure:9305: result: /OO_mix/OOF680_m18/solver/680/unxlngx6.pro/bin/epm
configure:9319: checking whether the found epm is the right epm
configure:9322: result: yes
configure:9329: checking epm version
configure:9334: result: OK, >= 3.7
configure:9365: checking which package format to use
configure:9453: result: rpm
configure:9456: checking for rpm
configure:9477: result: /usr/bin/rpmbuild
configure:9550: checking whether epm is patched for OOos needs
configure:9553: result: yes
configure:9640: checking whether to build the ODK
configure:9643: result: yes
configure:9646: checking for external/unowinreg/unowinreg.dll
configure:9654: result: found
configure:10194: checking whether to build qadevOOo
configure:10197: result: yes
configure:10207: WARNING: prelinked libgcc_s.so.1, enabling
--with-system-stdlibs, use --without-system-stdlibs to override
configure:10212: checking whether to provide libstdc++/libgcc_s in the
installset
configure:10216: result: no
configure:10229: checking which zlib to use
configure:10455: result: internal
configure:10462: checking which jpeg to use
configure:10687: result: internal
configure:10694: checking which expat to use
configure:10925: result: internal
configure:10932: checking which freetype to use
configure:11038: result: internal
configure:11047: checking which libwpd to use
configure:11153: result: internal
configure:11244: WARNING: Internal freetype2 does not support emboldening.
configure:11249: checking which libxml to use
configure:11356: result: internal
configure:11368: checking which python to use
configure:11612: result: internal
configure:11624: checking which db to use
configure:11974: result: internal
configure:11984: checking which hsqldb to use
configure:12040: result: internal
configure:12048: checking which beanshell to use
configure:12085: result: internal
configure:12093: checking which xml-apis to use
configure:12205: result: internal
configure:12213: checking which xerces to use
configure:12301: result: internal
configure:12309: checking which xalan to use
configure:12450: result: internal
configure:12463: checking which xt to use
configure:12550: result: internal
configure:12557: checking which sablot to use
configure:12613: result: internal
configure:12624: checking which curl to use
configure:12693: result: internal
configure:12702: checking which boost to use
configure:13015: result: internal
configure:13022: checking which odbc headers to use
configure:13176: result: internal
configure:13183: checking whether to enable build of Mozilla/Mozilla NSS-using
components
configure:13190: result: yes
configure:13196: checking whether to build Mozilla addressbook connectivity
configure:13205: result: yes
configure:13209: checking whether to build XML Security support
configure:13218: result: yes
configure:13222: checking whether to build LDAP configuration backend
configure:13226: result: yes
configure:13241: checking which LDAP SDK to use
configure:13560: result: Netscape/Mozilla
configure:13570: checking which mozilla to use
configure:14206: result: internal
configure:14223: checking for toolkit mozilla should use
configure:14228: result: gtk2
configure:14254: checking whether to build Mozilla
configure:14258: result: yes
configure:14276: checking for mozilla-source-1.7.5.tar.gz
configure:14279: result: not found
configure:14276: checking for mozilla-source-1.7.5.tar.bz2
configure:14283: result: found
configure:14434: checking for pkg-config
configure:14452: found /usr/bin/pkg-config
configure:14465: result: /usr/bin/pkg-config
configure:14482: checking for gtk+-2.0
configure:14486: result: yes
configure:14490: checking MOZLIBREQ_CFLAGS
configure:14493: result: -I/usr/include/gtk-2.0 -I/usr/lib64/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/lib64/glib-2.0/include -I/usr/include/freetype2
-I/usr/include/libpng12
configure:14496: checking MOZLIBREQ_LIBS
configure:14499: result: -L/lib64 -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
configure:14583: checking for libIDL-2.0 >= 0.8.0
configure:14587: result: yes
configure:14591: checking MOZLIBREQ_CFLAGS
configure:14594: result: -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include
configure:14597: checking MOZLIBREQ_LIBS
configure:14600: result: -L/lib64 -lIDL-2 -lglib-2.0
configure:14849: checking which sane header to use
configure:15002: result: internal
configure:15009: checking which icu to use
configure:15236: result: internal
configure:15268: checking for X
configure:15373: g++ -m32 -E conftest.cc
configure:15379: $? = 0
configure:15498: result: libraries /usr/lib64, headers
configure:15670: g++ -m32 -o conftest -g -O2 conftest.cc -lcrypt
-L/usr/lib64 -lX11 >&5
/usr/bin/ld: skipping incompatible /usr/lib64/libcrypt.so when searching for
-lcrypt
/usr/bin/ld: skipping incompatible /usr/lib64/libcrypt.a when searching for
-lcrypt
/usr/bin/ld: skipping incompatible /usr/lib64/libX11.so when searching for -lX11
/usr/bin/ld: skipping incompatible /usr/lib64/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for -c
/usr/bin/ld: skipping incompatible /usr/lib64/libc.a when searching for -lc
configure:15676: $? = 0
configure:15680: test -z
|| test ! -s conftest.err
configure:15683: $? = 0
configure:15686: test -s conftest
configure:15689: $? = 0
configure:15847: checking for gethostbyname
configure:15904: g++ -m32 -o conftest -g -O2 conftest.cc -lcrypt >&5
configure:15910: $? = 0
configure:15914: test -z
|| test ! -s conftest.err
configure:15917: $? = 0
configure:15920: test -s conftest
configure:15923: $? = 0
configure:15935: result: yes
configure:16086: checking for connect
configure:16143: g++ -m32 -o conftest -g -O2 conftest.cc -lcrypt >&5
configure:16149: $? = 0
configure:16153: test -z
|| test ! -s conftest.err
configure:16156: $? = 0
configure:16159: test -s conftest
configure:16162: $? = 0
configure:16174: result: yes
configure:16249: checking for remove
configure:16306: g++ -m32 -o conftest -g -O2 conftest.cc -lcrypt >&5
configure:16312: $? = 0
configure:16316: test -z
|| test ! -s conftest.err
configure:16319: $? = 0
configure:16322: test -s conftest
configure:16325: $? = 0
configure:16337: result: yes
configure:16412: checking for shmat
configure:16469: g++ -m32 -o conftest -g -O2 conftest.cc -lcrypt >&5
configure:16475: $? = 0
configure:16479: test -z
|| test ! -s conftest.err
configure:16482: $? = 0
configure:16485: test -s conftest
configure:16488: $? = 0
configure:16500: result: yes
configure:16584: checking for IceConnectionNumber in -lICE
configure:16614: g++ -m32 -o conftest -g -O2 -L/usr/lib64 conftest.cc -lICE
-lcrypt >&5
/usr/bin/ld: skipping incompatible /usr/lib64/libICE.so when searching for -lICE
/usr/bin/ld: skipping incompatible /usr/lib64/libcrypt.so when searching for
-lcrypt
/usr/bin/ld: skipping incompatible /usr/lib64/libcrypt.a when searching for
-lcrypt
/usr/bin/ld: skipping incompatible /usr/lib64/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib64/libc.a when searching for -lc
configure:16620: $? = 0
configure:16624: test -z
|| test ! -s conftest.err
configure:16627: $? = 0
configure:16630: test -s conftest
configure:16633: $? = 0
configure:16646: result: yes
configure:16658: checking whether to use Xaw
configure:16730: result: yes
configure:16746: checking X11/Xaw/Label.h usability
configure:16758: g++ -m32 -c -g -O2 conftest.cc >&5
configure:16764: $? = 0
configure:16768: test -z
|| test ! -s conftest.err
configure:16771: $? = 0
configure:16774: test -s conftest.o
configure:16777: $? = 0
configure:16787: result: yes
configure:16791: checking X11/Xaw/Label.h presence
configure:16801: g++ -m32 -E conftest.cc
configure:16807: $? = 0
configure:16827: result: yes
configure:16862: checking for X11/Xaw/Label.h
configure:16869: result: yes
configure:16906: checking for XOpenDisplay in -lX11
configure:16936: g++ -m32 -o conftest -g -O2 -L/usr/lib64 conftest.cc -lX11
-lcrypt >&5
/usr/bin/ld: skipping incompatible /usr/lib64/libX11.so when searching for -lX11
/usr/bin/ld: skipping incompatible /usr/lib64/libcrypt.so when searching for
-lcrypt
/usr/bin/ld: skipping incompatible /usr/lib64/libcrypt.a when searching for
-lcrypt
/usr/bin/ld: skipping incompatible /usr/lib64/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib64/libc.a when searching for -lc
configure:16942: $? = 0
configure:16946: test -z
|| test ! -s conftest.err
configure:16949: $? = 0
configure:16952: test -s conftest
configure:16955: $? = 0
configure:16968: result: yes
configure:16978: checking for XauDisposeAuth in -lXau
configure:17008: g++ -m32 -o conftest -g -O2 -L/usr/lib64 conftest.cc -lXau
-lcrypt >&5
/usr/bin/ld: skipping incompatible /usr/lib64/libXau.so when searching for -lXau
/usr/bin/ld: skipping incompatible /usr/lib64/libcrypt.so when searching for
-lcrypt
/usr/bin/ld: skipping incompatible /usr/lib64/libcrypt.a when searching for
-lcrypt
/usr/bin/ld: skipping incompatible /usr/lib64/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib64/libc.a when searching for -lc
configure:17014: $? = 0
configure:17018: test -z
|| test ! -s conftest.err
configure:17021: $? = 0
configure:17024: test -s conftest
configure:17027: $? = 0
configure:17040: result: yes
configure:17082: checking fontconfig/fontconfig.h usability
configure:17094: g++ -m32 -c -g -O2 conftest.cc >&5
configure:17100: $? = 0
configure:17104: test -z
|| test ! -s conftest.err
configure:17107: $? = 0
configure:17110: test -s conftest.o
configure:17113: $? = 0
configure:17123: result: yes
configure:17127: checking fontconfig/fontconfig.h presence
configure:17137: g++ -m32 -E conftest.cc
configure:17143: $? = 0
configure:17163: result: yes
configure:17198: checking for fontconfig/fontconfig.h
configure:17205: result: yes
configure:17218: checking whether fontconfig is >= 2.2.0
configure:17243: g++ -m32 -o conftest -g -O2 -L/usr/lib64 conftest.cc
-lcrypt >&5
/usr/bin/ld: skipping incompatible /usr/lib64/libcrypt.so when searching for
-lcrypt
/usr/bin/ld: skipping incompatible /usr/lib64/libcrypt.a when searching for
-lcrypt
/usr/bin/ld: skipping incompatible /usr/lib64/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib64/libc.a when searching for -lc
configure:17246: $? = 0
configure:17248: ./conftest
configure:17251: $? = 0
configure:17253: result: yes
configure:17269: checking whether to link to Xrender
configure:17277: result: no, dynamically open it
configure:17281: checking which Xrender headers to use
configure:17434: result: internal
configure:17522: checking which nas to use
configure:17730: result: internal
configure:17740: checking for xmkmf
configure:17758: found /usr/bin/xmkmf
configure:17770: result: /usr/bin/xmkmf
configure:17843: checking whether to enable portaudio/sndfile support
configure:17847: result: yes
configure:17850: checking which sndfile to use
configure:18082: result: internal
configure:18087: checking which portaudio to use
configure:18375: result: internal
configure:18389: checking whether to build neon
configure:18397: result: yes
configure:18399: checking which neon to use
configure:18605: result: internal
configure:18619: checking whether to enable agg
configure:18625: result: yes
configure:18630: checking which AGG to use
configure:18755: result: internal
configure:18765: checking which libhunspell to use
configure:19141: result: internal
configure:19148: checking which altlinuxhyph to use
configure:19490: result: internal
configure:19496: checking which mythes to use
configure:19721: result: internal
configure:19728: checking whether libc is >= 2.1.1
configure:19731: checking for gnu_get_libc_version in -lc
configure:19761: g++ -m32 -o conftest -g -O2 -L/usr/lib64 conftest.cc -lc
-lcrypt >&5
/usr/bin/ld: skipping incompatible /usr/lib64/libcrypt.so when searching for
-lcrypt
/usr/bin/ld: skipping incompatible /usr/lib64/libcrypt.a when searching for
-lcrypt
/usr/bin/ld: skipping incompatible /usr/lib64/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib64/libc.a when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib64/libc.a when searching for -lc
configure:19767: $? = 0
configure:19771: test -z
|| test ! -s conftest.err
configure:19774: $? = 0
configure:19777: test -s conftest
configure:19780: $? = 0
configure:19793: result: yes
configure:19801: result: yes
configure:19997: checking for bison
configure:20015: found /usr/bin/bison
configure:20027: result: /usr/bin/bison
configure:20039: checking the bison version
configure:20050: result: checked (/usr/bin/bison 2.3)
configure:20061: checking for flex
configure:20079: found /usr/bin/flex
configure:20091: result: /usr/bin/flex
configure:20105: checking for patch
configure:20123: found /usr/bin/patch
configure:20135: result: /usr/bin/patch
configure:20384: checking for zip
configure:20402: found /usr/bin/zip
configure:20414: result: /usr/bin/zip
configure:20423: checking for unzip
configure:20441: found /usr/bin/unzip
configure:20453: result: /usr/bin/unzip
configure:20652: checking which polygon clipping code to use
configure:20687: result: internal
configure:20692: checking which VCLplugs shall be built
configure:20712: result: gtk
configure:20718: checking whether to enable GNOME VFS support
configure:20722: result: yes
configure:20778: checking for gnome-vfs-2.0 >= 2.6.0
configure:20782: result: yes
configure:20786: checking GNOMEVFS_CFLAGS
configure:20789: result: -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0
-I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
configure:20792: checking GNOMEVFS_LIBS
configure:20795: result: -pthread -L/lib64 -lgnomevfs-2 -lgconf-2 -lgobject-2.0
-lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
configure:20876: checking for gconf-2.0
configure:20880: result: yes
configure:20884: checking GCONF_CFLAGS
configure:20887: result: -DORBIT2=1 -pthread -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
configure:20890: checking GCONF_LIBS
configure:20893: result: -pthread -L/lib64 -lgconf-2 -lORBit-2 -lm
-lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
configure:20987: checking for gtk+-2.0 >= 2.4 gdk-pixbuf-xlib-2.0 >= 2.2
configure:20991: result: yes
configure:20995: checking GTK_CFLAGS
configure:20998: result: -I/usr/include/gtk-2.0 -I/usr/lib64/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/lib64/glib-2.0/include -I/usr/include/freetype2
-I/usr/include/libpng12
configure:21001: checking GTK_LIBS
configure:21004: result: -L/lib64 -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
configure:21049: checking whether to enable the Cairo canvas backend
configure:21209: result: no
configure:21392: checking whether to enable the lockdown pieces
configure:21400: result: no
configure:21405: checking whether to use libstartup-notification
configure:21511: result: no
configure:21518: checking whether to enable evolution 2 support
configure:21624: result: no
configure:21631: checking whether to enable KDE address book support
configure:21704: result: no
configure:21710: checking whether to include FontOOo
configure:21719: result: yes
configure:21733: checking whether to use system libmspack
configure:21965: result: no
configure:21972: checking whether to include MathMLDTD
configure:21980: result: yes
configure:21990: checking whether to include Bitstream Vera fonts
configure:21993: result: yes
configure:22005: checking whether to include PPDs
configure:22008: result: yes
configure:22018: checking whether to include AFMs
configure:22021: result: yes
configure:22033: checking whether and how to use Xinerama
configure:22069: result: yes, with dynamic linking
configure:22081: checking X11/extensions/Xinerama.h usability
configure:22093: g++ -m32 -c -g -O2 conftest.cc >&5
configure:22099: $? = 0
configure:22103: test -z
|| test ! -s conftest.err
configure:22106: $? = 0
configure:22109: test -s conftest.o
configure:22112: $? = 0
configure:22122: result: yes
configure:22126: checking X11/extensions/Xinerama.h presence
configure:22136: g++ -m32 -E conftest.cc
configure:22142: $? = 0
configure:22162: result: yes
configure:22197: checking for X11/extensions/Xinerama.h
configure:22204: result: yes
configure:22225: checking for XineramaIsActive in -lXinerama
configure:22255: g++ -m32 -o conftest -g -O2 -L/usr/lib64 conftest.cc
-lXinerama -L/usr/lib64 -lXext -ldl -lcrypt >&5
/usr/bin/ld: skipping incompatible /usr/lib64/libXinerama.so when searching for
-lXinerama
/usr/bin/ld: skipping incompatible /usr/lib64/libXinerama.so when searching for
-lXinerama
/usr/bin/ld: skipping incompatible /usr/lib64/libXext.so when searching for
-lXext
/usr/bin/ld: skipping incompatible /usr/lib64/libXext.so when searching for
-lXext
/usr/bin/ld: skipping incompatible /usr/lib64/libdl.so when searching for -ldl
/usr/bin/ld: skipping incompatible /usr/lib64/libdl.a when searching for -ldl
/usr/bin/ld: skipping incompatible /usr/lib64/libdl.so when searching for -ldl
/usr/bin/ld: skipping incompatible /usr/lib64/libdl.a when searching for -ldl
/usr/bin/ld: skipping incompatible /usr/lib64/libcrypt.so when searching for
-lcrypt
/usr/bin/ld: skipping incompatible /usr/lib64/libcrypt.a when searching for
-lcrypt
/usr/bin/ld: skipping incompatible /usr/lib64/libcrypt.so when searching for
-lcrypt
/usr/bin/ld: skipping incompatible /usr/lib64/libcrypt.a when searching for
-lcrypt
/usr/bin/ld: skipping incompatible /usr/lib64/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib64/libc.a when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib64/libc.a when searching for -lc
configure:22261: $? = 0
configure:22265: test -z
|| test ! -s conftest.err
configure:22268: $? = 0
configure:22271: test -s conftest
configure:22274: $? = 0
configure:22287: result: yes
configure:22322: checking for jakarta-ant
configure:22352: result: /usr/bin/ant
configure:22426: checking if /usr/bin/ant works
configure:22451: /usr/bin/ant -buildfile conftest.xml 1>&2
Buildfile: conftest.xml
conftest:
[javac] Compiling 1 source file
BUILD SUCCESSFUL
Total time: 0 seconds
configure:22454: $? = 0
configure:22457: result: Ant works
configure:22482: checking Ant lib directory
configure:22503: result: Ant lib directory found.
configure:22509: checking which languages to be built
configure:22513: result: en-US
configure:22521: checking which languages have poor help localizations
configure:22525: result: none
configure:22533: checking which dictionaries to include
configure:22537: result: ALL
configure:22546: checking whether to statically link to Gtk
configure:22554: result: no
configure:22560: checking whether to enable prototype jam build
configure:22573: result: no
configure:22591: checking solver path
configure:22595: result: default
configure:22736: 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 socbl003
config.status:896: creating set_soenv
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value='gcc -m32'
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_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=set
ac_cv_env_CXX_value='g++ -m32'
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_remove=yes
ac_cv_func_shmat=yes
ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries=/usr/lib64'
ac_cv_header_X11_Xaw_Label_h=yes
ac_cv_header_X11_extensions_Xinerama_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_ICE_IceConnectionNumber=yes
ac_cv_lib_X11_XOpenDisplay=yes
ac_cv_lib_Xau_XauDisposeAuth=yes
ac_cv_lib_Xinerama_XineramaIsActive=yes
ac_cv_lib_c_gnu_get_libc_version=yes
ac_cv_lib_crypt_crypt=yes
ac_cv_objext=o
ac_cv_path_ANT=/usr/bin/ant
ac_cv_path_AWK=/usr/bin/gawk
ac_cv_path_BISON=/usr/bin/bison
ac_cv_path_COMPATH=/usr/bin/gcc
ac_cv_path_DMAKE=/OO_mix/OOF680_m18/solenv/unxlngx6/bin/dmake
ac_cv_path_EPM=/OO_mix/OOF680_m18/solver/680/unxlngx6.pro/bin/epm
ac_cv_path_FLEX=/usr/bin/flex
ac_cv_path_PATCH=/usr/bin/patch
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_SED=/bin/sed
ac_cv_path_SHELLPATH=/bin/tcsh
ac_cv_path_UNZIP=/usr/bin/unzip
ac_cv_path_XMKMF=/usr/bin/xmkmf
ac_cv_path_ZIP=/usr/bin/zip
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -m32 -E'
ac_cv_prog_CXXCPP='g++ -m32 -E'
ac_cv_prog_ac_ct_CC='gcc -m32'
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_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
## ----------------- ##
## Output variables. ##
## ----------------- ##
AGG_CFLAGS=''
AGG_LIBS=''
AGG_VERSION='2300'
ALLOC=''
ANT='/usr/bin/ant'
ANT_HOME='/usr'
ANT_LIB='/usr/share/java'
ASM_HOME='NO_ASM_HOME'
AWK='/usr/bin/gawk'
AWTLIB='-ljawt'
BISON='/usr/bin/bison'
BSH_JAR=''
BUILD_DMAKE='NO'
BUILD_EPM='NO'
BUILD_MOZAB='TRUE'
BUILD_TYPE='OOo EXT BINFILTER DICTIONARIES ODK QADEVOOO ZLIB JPEG EXPAT
FREETYPE LIBWPD LIBXML2 LIBXMLSEC PYTHON BERKELEYDB HSQLDB BSH XALAN SABLOT
CURL BOOST UNIXODBC MOZ SANE ICU X11_EXTENSIONS NAS SNDFILE PORTAUDIO NEON AGG
GTK SYSTRAY_GTK MSFONTEXTRACT MATHMLDTD BITSTREAM_VERA_FONTS'
BUILD_UNOWINREG='NO'
BUILD_VER_STRING=''
CAIRO_CFLAGS=''
CAIRO_LIBS=''
CC='gcc -m32'
CFLAGS=''
COMEX=''
COMPATH='/usr/bin'
CPP='gcc -m32 -E'
CPPFLAGS=' '
CRYPT_LINK='YES'
CSC_PATH=''
CURLCONFIG=''
CURL_CFLAGS=''
CURL_LIBS=''
CXX='g++ -m32'
CXXCPP='g++ -m32 -E'
CXXFLAGS='-g -O2'
CYGWIN_PATH='NO_CYGWIN'
DB_INCLUDES=''
DB_JAR=''
DB_VERSION=''
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 -DHAVE_LIBCRYPT=1 -DHAVE_X11_XAW_LABEL_H=1
-DHAVE_LIBXINERAMA=1 '
DIRECTXSDK_HOME=''
DIRECTXSDK_LIB=''
DISABLE_ACTIVEX=''
DISABLE_NEON=''
DISABLE_STRIP=''
DISABLE_XAW=''
DMAKE='/OO_mix/OOF680_m18/solenv/unxlngx6/bin/dmake'
DPKG=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_AGG='YES'
ENABLE_CAIRO=''
ENABLE_CRASHDUMP=''
ENABLE_CUPS='TRUE'
ENABLE_DEBUG='FALSE'
ENABLE_DIRECTX=''
ENABLE_EVOAB2=''
ENABLE_FONTCONFIG='TRUE'
ENABLE_GNOMEVFS='TRUE'
ENABLE_GTK='TRUE'
ENABLE_JAM=''
ENABLE_KAB=''
ENABLE_KDE=''
ENABLE_LOCKDOWN=''
ENABLE_NAS='YES'
ENABLE_PASF='YES'
ENABLE_PCH=''
ENABLE_RPATH='yes'
ENABLE_STATIC_GTK='FALSE'
ENABLE_SYMBOLS=''
ENABLE_SYSTRAY_GTK='TRUE'
ENABLE_WERROR='FALSE'
EPM='/OO_mix/OOF680_m18/solver/680/unxlngx6.pro/bin/epm'
EXCEPTIONS='dwarf2'
EXEEXT=''
FLEX='/usr/bin/flex'
FRAME_HOME=''
FREETYPE_CFLAGS=''
FREETYPE_LIBS=''
GCCVER='40101'
GCC_HOME='/usr'
GCONF_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
'
GCONF_LIBS='-pthread -L/lib64 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl
-lgthread-2.0 -lglib-2.0 '
GNOMEVFS_CFLAGS='-pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0
-I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
'
GNOMEVFS_LIBS='-pthread -L/lib64 -lgnomevfs-2 -lgconf-2 -lgobject-2.0 -lORBit-2
-lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 '
GNUCP=''
GNUMAKE='make'
GNUPATCH=''
GOBJECT_CFLAGS=''
GOBJECT_LIBS=''
GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib64/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/lib64/glib-2.0/include -I/usr/include/freetype2
-I/usr/include/libpng12 '
GTK_LIBS='-L/lib64 -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/lib/gcc/x86_64-redhat-linux/4.1.1/../../../../include/c++/4.1.1'
HAVE_GCC_VISIBILITY_FEATURE='TRUE'
HOME='/root'
HSQLDB_JAR=''
HUNSPELL_CFLAGS=''
JAVAAOTCOMPILER=''
JAVACISGCJ=''
JAVACOMPILER='/opt/java1.5//bin/javac'
JAVADOC='/opt/java1.5//bin/javadoc'
JAVAINTERPRETER='/opt/java1.5//bin/java'
JAVA_HOME='/opt/java1.5'
JDK='sun'
KDE_CFLAGS=''
KDE_LIBS=''
LDFLAGS=' -L/usr/lib64'
LIBOBJS=''
LIBS='-lXinerama -lcrypt '
LIBSN_CFLAGS=''
LIBSN_LIBS=''
LIBWPD_CFLAGS=''
LIBWPD_LIBS=''
LIBXML_CFLAGS=''
LIBXML_LIBS=''
LOCAL_SOLENV='DEFAULT'
LOCAL_SOLVER='DEFAULT'
LTLIBOBJS=''
MIDL_PATH=''
MINGWCXX=''
MINGWSTRIP=''
ML_EXE=''
MOC='moc'
MOZGTK2_CFLAGS=''
MOZGTK2_LIBS=''
MOZILLAXPCOM_CFLAGS=''
MOZILLAXPCOM_LIBS=''
MOZILLA_TOOLKIT='gtk2'
MOZILLA_VERSION='1.7.5'
MOZLIBREQ_CFLAGS='-I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include '
MOZLIBREQ_LIBS='-L/lib64 -lIDL-2 -lglib-2.0 '
MOZ_FLAVOUR=''
MOZ_INC=''
MOZ_LDAP_CFLAGS=''
MOZ_LIB=''
MOZ_LIB_XPCOM=''
MOZ_NSPR_CFLAGS=''
MOZ_NSPR_LIBS=''
MOZ_NSS_CFLAGS=''
MOZ_NSS_LIBS=''
MSPDB_PATH=''
NAS_INCLUDES=''
NEON_CFLAGS=''
NEON_LIBS='-lneon'
NEON_VERSION='0247'
NEW_SHADOW_API=''
NSIS_PATH=''
NSPR_LIB=''
NSS_LIB=''
OBJEXT='o'
OSVERSION=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PAM='YES'
PAM_LINK='NO'
PATCH='/usr/bin/patch'
PATHEXTRA=''
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PKGFORMAT='rpm'
PKGMK=''
PKG_CONFIG='/usr/bin/pkg-config'
PRODUCT='full'
PROEXT='.pro'
PROFULLSWITCH='product=full'
PSDK_HOME=''
PTHREAD_CFLAGS='-DNPTL'
PTHREAD_LIBS=''
PYTHON=''
PYTHON_CFLAGS=''
PYTHON_EXEC_PREFIX=''
PYTHON_LIBS=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_VERSION=''
RPM='rpmbuild'
SABLOTCONFIG=''
SABLOT_LIBS=''
SCPDEFS=''
SED='/bin/sed'
SERIALIZER_JAR=''
SHELL='/bin/sh'
SHELLPATH='/bin'
SOLAR_JAVA='TRUE'
SOURCEVERSION='OOF680'
STLPORT4='NO_STLPORT4'
SYSTEM_AGG='NO'
SYSTEM_BOOST='NO'
SYSTEM_BSH='NO'
SYSTEM_CAIRO=''
SYSTEM_CURL='NO'
SYSTEM_DB='NO'
SYSTEM_EXPAT='NO'
SYSTEM_FREETYPE='NO'
SYSTEM_GENBRK=''
SYSTEM_GENCCODE=''
SYSTEM_GENCMN=''
SYSTEM_HSQLDB='NO'
SYSTEM_HUNSPELL='NO'
SYSTEM_HYPH='NO'
SYSTEM_ICU='NO'
SYSTEM_JPEG='NO'
SYSTEM_LIBWPD='NO'
SYSTEM_LIBXML='NO'
SYSTEM_MOZILLA='NO'
SYSTEM_MSPACK='NO'
SYSTEM_MYTHES='NO'
SYSTEM_NAS='NO'
SYSTEM_NEON='NO'
SYSTEM_ODBC_HEADERS='NO'
SYSTEM_PORTAUDIO='NO'
SYSTEM_PYTHON='NO'
SYSTEM_SABLOT='NO'
SYSTEM_SANE_HEADER='NO'
SYSTEM_SNDFILE='NO'
SYSTEM_STDLIBS='YES'
SYSTEM_XALAN='NO'
SYSTEM_XERCES='NO'
SYSTEM_XML_APIS='NO'
SYSTEM_XRENDER_HEADERS='NO'
SYSTEM_XT='NO'
SYSTEM_ZLIB='NO'
UNZIP='/usr/bin/unzip'
UPD='680'
USE_FT_EMBOLDEN='NO'
USE_SHELL='tcsh'
USE_SYSTEM_STL=''
USE_XINERAMA='YES'
VC_STANDARD=''
WITHOUT_AFMS=''
WITHOUT_PPDS=''
WITH_BINFILTER='YES'
WITH_DICT=',ALL,'
WITH_FONTOOO='YES'
WITH_FONTS='YES'
WITH_GPC='NO'
WITH_LANG=''
WITH_LDAP='YES'
WITH_LIBSN='NO'
WITH_MINGWIN='0'
WITH_MOZILLA='YES'
WITH_MYSPELL_DICTS='YES'
WITH_OPENLDAP='NO'
WITH_POOR_HELP_LOCALIZATIONS=''
XALAN_JAR=''
XAU_LIBS='-lXau'
XERCES_JAR=''
XINC='/usr/include'
XINERAMA_LINK='dynamic'
XLIB='/usr/lib64'
XMKMF='/usr/bin/xmkmf'
XML_APIS_JAR=''
XRENDER_LINK='NO'
XSLTPROC='NO_XSLTPROC'
XT_JAR=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/lib64'
X_PRE_LIBS=' -lSM -lICE'
ZIP='/usr/bin/zip'
ZIP_HOME='/usr/bin'
_cc=''
ac_ct_CC='gcc -m32'
ac_ct_CXX=''
ac_ct_MINGWCXX=''
ac_ct_MINGWSTRIP=''
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'
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_INTTYPES_H 1
#define HAVE_LIBCRYPT 1
#define HAVE_LIBXINERAMA 1
#define HAVE_MEMORY_H 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 HAVE_X11_XAW_LABEL_H 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 0
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]