[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: worker: FTBFS on ia64, help needed



There you go. This was on Debian Sarge.

--
Khalid

On Thu, 2005-08-11 at 21:24 +0200, Tobias Toedter wrote:
> [Please CC me on replies.]
> 
> Hi all,
> 
> one of my packages (worker) failed to build from source on the ia64 
> architecture. This is due to a new check introduced in debian/rules. To be 
> able to debug this properly, I would need the file "config.log", generated 
> after the run of the ./configure script.
> 
> It would be great if anyone on this list could download the upstream 
> sources[1], run ./configure, and send the "config.log" file to me.
> 
> Thank you very much in advance.
> 
> [1] <http://www.boomerangsworld.de/worker/wdownload.php?lang=en>
> 
-- 

====================================================================
Khalid Aziz                       Open Source and Linux Organization
(970)898-9214                                        Hewlett-Packard
khalid.aziz@hp.com                                  Fort Collins, CO

"The Linux kernel is subject to relentless development" 
                                - Alessandro Rubini
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure 

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

hostname = wp2
uname -m = ia64
uname -r = 2.6.11-1-mckinley
uname -s = Linux
uname -v = #1 Thu Jun 16 13:09:09 MDT 2005

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = ia64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/khalid/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games


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

configure:1334: checking for a BSD-compatible install
configure:1388: result: /usr/bin/install -c
configure:1399: checking whether build environment is sane
configure:1442: result: yes
configure:1475: checking for gawk
configure:1491: found /usr/bin/gawk
configure:1501: result: gawk
configure:1511: checking whether make sets $(MAKE)
configure:1531: result: yes
configure:1742: checking for gcc
configure:1758: found /usr/bin/gcc
configure:1768: result: gcc
configure:2012: checking for C compiler version
configure:2015: gcc --version </dev/null >&5
gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2018: $? = 0
configure:2020: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/ia64-linux/3.3.5/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --with-system-libunwind --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc ia64-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-13)
configure:2023: $? = 0
configure:2025: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2028: $? = 1
configure:2052: checking for C compiler default output
configure:2055: gcc    conftest.c  >&5
configure:2058: $? = 0
configure:2104: result: a.out
configure:2109: checking whether the C compiler works
configure:2115: ./a.out
configure:2118: $? = 0
configure:2135: result: yes
configure:2142: checking whether we are cross compiling
configure:2144: result: no
configure:2147: checking for suffix of executables
configure:2149: gcc -o conftest    conftest.c  >&5
configure:2152: $? = 0
configure:2177: result: 
configure:2183: checking for suffix of object files
configure:2205: gcc -c   conftest.c >&5
configure:2208: $? = 0
configure:2230: result: o
configure:2234: checking whether we are using the GNU C compiler
configure:2259: gcc -c   conftest.c >&5
configure:2262: $? = 0
configure:2265: test -s conftest.o
configure:2268: $? = 0
configure:2281: result: yes
configure:2287: checking whether gcc accepts -g
configure:2309: gcc -c -g  conftest.c >&5
configure:2312: $? = 0
configure:2315: test -s conftest.o
configure:2318: $? = 0
configure:2329: result: yes
configure:2346: checking for gcc option to accept ANSI C
configure:2407: gcc  -c -g -O2  conftest.c >&5
configure:2410: $? = 0
configure:2413: test -s conftest.o
configure:2416: $? = 0
configure:2434: result: none needed
configure:2452: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2455: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2575: checking for style of include used by make
configure:2603: result: GNU
configure:2631: checking dependency style of gcc
configure:2714: result: gcc3
configure:2783: checking for g++
configure:2799: found /usr/bin/g++
configure:2809: result: g++
configure:2825: checking for C++ compiler version
configure:2828: g++ --version </dev/null >&5
g++ (GCC) 3.3.5 (Debian 1:3.3.5-13)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2831: $? = 0
configure:2833: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/ia64-linux/3.3.5/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --with-system-libunwind --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc ia64-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-13)
configure:2836: $? = 0
configure:2838: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:2841: $? = 1
configure:2844: checking whether we are using the GNU C++ compiler
configure:2869: g++ -c   conftest.cc >&5
configure:2872: $? = 0
configure:2875: test -s conftest.o
configure:2878: $? = 0
configure:2891: result: yes
configure:2897: checking whether g++ accepts -g
configure:2919: g++ -c -g  conftest.cc >&5
configure:2922: $? = 0
configure:2925: test -s conftest.o
configure:2928: $? = 0
configure:2939: result: yes
configure:2983: g++ -c -g -O2  conftest.cc >&5
configure:2986: $? = 0
configure:2989: test -s conftest.o
configure:2992: $? = 0
configure:3019: g++ -c -g -O2  conftest.cc >&5
configure: In function `int main()':
configure:3016: error: `exit' undeclared (first use this function)
configure:3016: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
configure:3022: $? = 1
configure: failed program was:
| #line 3002 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "worker"
| #define VERSION "2.10.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:2983: g++ -c -g -O2  conftest.cc >&5
configure:2986: $? = 0
configure:2989: test -s conftest.o
configure:2992: $? = 0
configure:3019: g++ -c -g -O2  conftest.cc >&5
configure:3022: $? = 0
configure:3025: test -s conftest.o
configure:3028: $? = 0
configure:3053: checking dependency style of g++
configure:3136: result: gcc3
configure:3178: g++ -c -g -O2  conftest.cc >&5
configure:3181: $? = 0
configure:3184: test -s conftest.o
configure:3187: $? = 0
configure:3221: checking for a BSD-compatible install
configure:3275: result: /usr/bin/install -c
configure:3327: checking for ranlib
configure:3343: found /usr/bin/ranlib
configure:3354: result: ranlib
configure:3372: checking how to run the C++ preprocessor
configure:3404: g++ -E  conftest.cc
configure:3410: $? = 0
configure:3442: g++ -E  conftest.cc
configure:3446:28: ac_nonexistent.h: No such file or directory
configure:3448: $? = 1
configure: failed program was:
| #line 3433 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "worker"
| #define VERSION "2.10.2"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3486: result: g++ -E
configure:3511: g++ -E  conftest.cc
configure:3517: $? = 0
configure:3549: g++ -E  conftest.cc
configure:3553:28: ac_nonexistent.h: No such file or directory
configure:3555: $? = 1
configure: failed program was:
| #line 3540 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "worker"
| #define VERSION "2.10.2"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3598: checking for X
configure:3818: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:3971: g++ -o conftest -g -O2   conftest.cc   -L/usr/X11R6/lib -lX11 >&5
configure:3974: $? = 0
configure:3977: test -s conftest
configure:3980: $? = 0
configure:4117: checking for gethostbyname
configure:4167: g++ -o conftest -g -O2   conftest.cc  >&5
configure:4170: $? = 0
configure:4173: test -s conftest
configure:4176: $? = 0
configure:4187: result: yes
configure:4318: checking for connect
configure:4368: g++ -o conftest -g -O2   conftest.cc  >&5
configure:4371: $? = 0
configure:4374: test -s conftest
configure:4377: $? = 0
configure:4388: result: yes
configure:4453: checking for remove
configure:4503: g++ -o conftest -g -O2   conftest.cc  >&5
configure:4506: $? = 0
configure:4509: test -s conftest
configure:4512: $? = 0
configure:4523: result: yes
configure:4588: checking for shmat
configure:4638: g++ -o conftest -g -O2   conftest.cc  >&5
configure:4641: $? = 0
configure:4644: test -s conftest
configure:4647: $? = 0
configure:4658: result: yes
configure:4732: checking for IceConnectionNumber in -lICE
configure:4763: g++ -o conftest -g -O2   -L/usr/X11R6/lib conftest.cc -lICE   >&5
configure:4766: $? = 0
configure:4769: test -s conftest
configure:4772: $? = 0
configure:4784: result: yes
configure:4830: checking for avfs-config
configure:4863: result: no
configure:4897: checking for special C compiler options needed for large files
configure:4977: result: no
configure:4983: checking for _FILE_OFFSET_BITS value needed for large files
configure:5015: g++ -c -g -O2  conftest.cc >&5
configure:5018: $? = 0
configure:5021: test -s conftest.o
configure:5024: $? = 0
configure:5080: result: no
configure:5090: checking for _LARGE_FILES value needed for large files
configure:5122: g++ -c -g -O2  conftest.cc >&5
configure:5125: $? = 0
configure:5128: test -s conftest.o
configure:5131: $? = 0
configure:5187: result: no
configure:5209: checking for dirent.h that defines DIR
configure:5234: g++ -c -g -O2  conftest.cc >&5
configure:5237: $? = 0
configure:5240: test -s conftest.o
configure:5243: $? = 0
configure:5254: result: yes
configure:5267: checking for library containing opendir
configure:5298: g++ -o conftest -g -O2   conftest.cc  >&5
configure:5301: $? = 0
configure:5304: test -s conftest
configure:5307: $? = 0
configure:5366: result: none required
configure:5482: checking for egrep
configure:5492: result: grep -E
configure:5497: checking for ANSI C header files
configure:5523: g++ -c -g -O2  conftest.cc >&5
configure:5526: $? = 0
configure:5529: test -s conftest.o
configure:5532: $? = 0
configure:5621: g++ -o conftest -g -O2   conftest.cc  >&5
configure:5624: $? = 0
configure:5626: ./conftest
configure:5629: $? = 0
configure:5644: result: yes
configure:5668: checking for sys/types.h
configure:5685: g++ -c -g -O2  conftest.cc >&5
configure:5688: $? = 0
configure:5691: test -s conftest.o
configure:5694: $? = 0
configure:5705: result: yes
configure:5668: checking for sys/stat.h
configure:5685: g++ -c -g -O2  conftest.cc >&5
configure:5688: $? = 0
configure:5691: test -s conftest.o
configure:5694: $? = 0
configure:5705: result: yes
configure:5668: checking for stdlib.h
configure:5685: g++ -c -g -O2  conftest.cc >&5
configure:5688: $? = 0
configure:5691: test -s conftest.o
configure:5694: $? = 0
configure:5705: result: yes
configure:5668: checking for string.h
configure:5685: g++ -c -g -O2  conftest.cc >&5
configure:5688: $? = 0
configure:5691: test -s conftest.o
configure:5694: $? = 0
configure:5705: result: yes
configure:5668: checking for memory.h
configure:5685: g++ -c -g -O2  conftest.cc >&5
configure:5688: $? = 0
configure:5691: test -s conftest.o
configure:5694: $? = 0
configure:5705: result: yes
configure:5668: checking for strings.h
configure:5685: g++ -c -g -O2  conftest.cc >&5
configure:5688: $? = 0
configure:5691: test -s conftest.o
configure:5694: $? = 0
configure:5705: result: yes
configure:5668: checking for inttypes.h
configure:5685: g++ -c -g -O2  conftest.cc >&5
configure:5688: $? = 0
configure:5691: test -s conftest.o
configure:5694: $? = 0
configure:5705: result: yes
configure:5668: checking for stdint.h
configure:5685: g++ -c -g -O2  conftest.cc >&5
configure:5688: $? = 0
configure:5691: test -s conftest.o
configure:5694: $? = 0
configure:5705: result: yes
configure:5668: checking for unistd.h
configure:5685: g++ -c -g -O2  conftest.cc >&5
configure:5688: $? = 0
configure:5691: test -s conftest.o
configure:5694: $? = 0
configure:5705: result: yes
configure:5733: checking fcntl.h usability
configure:5746: g++ -c -g -O2  conftest.cc >&5
configure:5749: $? = 0
configure:5752: test -s conftest.o
configure:5755: $? = 0
configure:5765: result: yes
configure:5769: checking fcntl.h presence
configure:5780: g++ -E  conftest.cc
configure:5786: $? = 0
configure:5805: result: yes
configure:5841: checking for fcntl.h
configure:5848: result: yes
configure:5733: checking sys/time.h usability
configure:5746: g++ -c -g -O2  conftest.cc >&5
configure:5749: $? = 0
configure:5752: test -s conftest.o
configure:5755: $? = 0
configure:5765: result: yes
configure:5769: checking sys/time.h presence
configure:5780: g++ -E  conftest.cc
configure:5786: $? = 0
configure:5805: result: yes
configure:5841: checking for sys/time.h
configure:5848: result: yes
configure:5724: checking for unistd.h
configure:5729: result: yes
configure:5863: checking for pow in -lm
configure:5894: g++ -o conftest -g -O2   conftest.cc -lm   >&5
configure:5897: $? = 0
configure:5900: test -s conftest
configure:5903: $? = 0
configure:5915: result: yes
configure:5927: checking for an ANSI C-conforming const
configure:5995: g++ -c -g -O2  conftest.cc >&5
configure:5998: $? = 0
configure:6001: test -s conftest.o
configure:6004: $? = 0
configure:6015: result: yes
configure:6025: checking for uid_t in sys/types.h
configure:6049: result: yes
configure:6064: checking for mode_t
configure:6089: g++ -c -g -O2  conftest.cc >&5
configure:6092: $? = 0
configure:6095: test -s conftest.o
configure:6098: $? = 0
configure:6109: result: yes
configure:6121: checking for size_t
configure:6146: g++ -c -g -O2  conftest.cc >&5
configure:6149: $? = 0
configure:6152: test -s conftest.o
configure:6155: $? = 0
configure:6166: result: yes
configure:6178: checking whether time.h and sys/time.h may both be included
configure:6204: g++ -c -g -O2  conftest.cc >&5
configure:6207: $? = 0
configure:6210: test -s conftest.o
configure:6213: $? = 0
configure:6224: result: yes
configure:6234: checking whether struct tm is in sys/time.h or time.h
configure:6258: g++ -c -g -O2  conftest.cc >&5
configure:6261: $? = 0
configure:6264: test -s conftest.o
configure:6267: $? = 0
configure:6278: result: time.h
configure:6289: checking for off_t
configure:6314: g++ -c -g -O2  conftest.cc >&5
configure:6317: $? = 0
configure:6320: test -s conftest.o
configure:6323: $? = 0
configure:6334: result: yes
configure:6346: checking for off_t
configure:6391: result: yes
configure:6394: checking size of off_t
configure:6669: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:6672: $? = 0
configure:6674: ./conftest
configure:6677: $? = 0
configure:6700: result: 8
configure:6708: checking for loff_t
configure:6733: g++ -c -g -O2  conftest.cc >&5
configure:6736: $? = 0
configure:6739: test -s conftest.o
configure:6742: $? = 0
configure:6753: result: yes
configure:6756: checking for loff_t
configure:6801: result: yes
configure:6804: checking size of loff_t
configure:7079: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:7082: $? = 0
configure:7084: ./conftest
configure:7087: $? = 0
configure:7110: result: 8
configure:7642: checking whether we can support large files
configure:7666: g++ -c -g -O2  conftest.cc >&5
configure:7669: $? = 0
configure:7672: test -s conftest.o
configure:7675: $? = 0
configure:7709: g++ -c -g -O2  conftest.cc >&5
configure:7712: $? = 0
configure:7715: test -s conftest.o
configure:7718: $? = 0
configure:7806: result: yes
configure:7810: checking for working POSIX fnmatch
configure:7849: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:7852: $? = 0
configure:7854: ./conftest
configure:7857: $? = 0
configure:7871: result: yes
configure:7887: checking for strftime
configure:7937: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:7940: error: nonnull argument with out-of-range operand number (arg 1
   , operand 3)
configure:7940: $? = 1
configure: failed program was:
| #line 7892 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "worker"
| #define VERSION "2.10.2"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBM 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LOFF_T 8
| #define HAVE_FNMATCH 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strftime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strftime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strftime) || defined (__stub___strftime)
| choke me
| #else
| char (*f) () = strftime;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != strftime;
|   ;
|   return 0;
| }
configure:7957: result: no
configure:7966: checking for strftime in -lintl
configure:7997: g++ -o conftest -g -O2   conftest.cc -lintl  -lm  >&5
configure:8012: error: nonnull argument with out-of-range operand number (arg 1
   , operand 3)
configure:8000: $? = 1
configure: failed program was:
| #line 7973 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "worker"
| #define VERSION "2.10.2"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBM 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LOFF_T 8
| #define HAVE_FNMATCH 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strftime ();
| int
| main ()
| {
| strftime ();
|   ;
|   return 0;
| }
configure:8018: result: no
configure:8035: checking for mkdir
configure:8085: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:8088: $? = 0
configure:8091: test -s conftest
configure:8094: $? = 0
configure:8105: result: yes
configure:8119: checking for nanosleep
configure:8169: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:8172: $? = 0
configure:8175: test -s conftest
configure:8178: $? = 0
configure:8189: result: yes
configure:8334: checking for usleep
configure:8384: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:8387: $? = 0
configure:8390: test -s conftest
configure:8393: $? = 0
configure:8404: result: yes
configure:8441: checking for getcwd
configure:8491: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:8494: $? = 0
configure:8497: test -s conftest
configure:8500: $? = 0
configure:8511: result: yes
configure:8441: checking for gettimeofday
configure:8491: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:8494: $? = 0
configure:8497: test -s conftest
configure:8500: $? = 0
configure:8511: result: yes
configure:8441: checking for mkdir
configure:8511: result: yes
configure:8441: checking for select
configure:8491: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:8500: error: declaration of C function `char select()' conflicts with
/usr/include/sys/select.h:112: error: previous declaration `int select(int, 
   fd_set*, fd_set*, fd_set*, timeval*)' here
configure:8494: $? = 1
configure: failed program was:
| #line 8446 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "worker"
| #define VERSION "2.10.2"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBM 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LOFF_T 8
| #define HAVE_FNMATCH 1
| #define HAVE_MKDIR 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MKDIR 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char select (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char select ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_select) || defined (__stub___select)
| choke me
| #else
| char (*f) () = select;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != select;
|   ;
|   return 0;
| }
configure:8511: result: no
configure:8441: checking for strstr
configure:8491: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:8494: $? = 0
configure:8497: test -s conftest
configure:8500: $? = 0
configure:8511: result: yes
configure:8537: checking sys/statvfs.h usability
configure:8550: g++ -c -g -O2  conftest.cc >&5
configure:8553: $? = 0
configure:8556: test -s conftest.o
configure:8559: $? = 0
configure:8569: result: yes
configure:8573: checking sys/statvfs.h presence
configure:8584: g++ -E  conftest.cc
configure:8590: $? = 0
configure:8609: result: yes
configure:8645: checking for sys/statvfs.h
configure:8652: result: yes
configure:8665: checking for statvfs
configure:8715: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:8718: $? = 0
configure:8721: test -s conftest
configure:8724: $? = 0
configure:8735: result: yes
configure:9176: checking whether statvfs_t is available
configure:9195: g++ -c -g -O2  conftest.cc >&5
configure: In function `int main()':
configure:9223: error: `statvfs_t' undeclared (first use this function)
configure:9223: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
configure:9223: error: parse error before `;' token
configure:9198: $? = 1
configure: failed program was:
| #line 9178 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "worker"
| #define VERSION "2.10.2"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBM 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LOFF_T 8
| #define HAVE_FNMATCH 1
| #define HAVE_MKDIR 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MKDIR 1
| #define HAVE_STRSTR 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_STATVFS 1
| /* end confdefs.h.  */
| #include <sys/statvfs.h>
| int
| main ()
| {
| statvfs_t b1;
|   ;
|   return 0;
| }
configure:9216: result: no
configure:9236: checking sys/sysinfo.h usability
configure:9249: g++ -c -g -O2  conftest.cc >&5
configure:9252: $? = 0
configure:9255: test -s conftest.o
configure:9258: $? = 0
configure:9268: result: yes
configure:9272: checking sys/sysinfo.h presence
configure:9283: g++ -E  conftest.cc
configure:9289: $? = 0
configure:9308: result: yes
configure:9344: checking for sys/sysinfo.h
configure:9351: result: yes
configure:9360: checking whether sysinfo call works as expected
configure:9379: g++ -c -g -O2  conftest.cc >&5
configure:9382: $? = 0
configure:9385: test -s conftest.o
configure:9388: $? = 0
configure:9394: result: yes
configure:9421: checking regex.h usability
configure:9434: g++ -c -g -O2  conftest.cc >&5
configure:9437: $? = 0
configure:9440: test -s conftest.o
configure:9443: $? = 0
configure:9453: result: yes
configure:9457: checking regex.h presence
configure:9468: g++ -E  conftest.cc
configure:9474: $? = 0
configure:9493: result: yes
configure:9529: checking for regex.h
configure:9536: result: yes
configure:9541: checking for regcomp
configure:9591: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:9594: $? = 0
configure:9597: test -s conftest
configure:9600: $? = 0
configure:9611: result: yes
configure:9614: checking for regexec
configure:9664: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:9667: $? = 0
configure:9670: test -s conftest
configure:9673: $? = 0
configure:9684: result: yes
configure:9687: checking for regfree
configure:9737: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:9740: $? = 0
configure:9743: test -s conftest
configure:9746: $? = 0
configure:9757: result: yes
configure:9789: checking signal.h usability
configure:9802: g++ -c -g -O2  conftest.cc >&5
configure:9805: $? = 0
configure:9808: test -s conftest.o
configure:9811: $? = 0
configure:9821: result: yes
configure:9825: checking signal.h presence
configure:9836: g++ -E  conftest.cc
configure:9842: $? = 0
configure:9861: result: yes
configure:9897: checking for signal.h
configure:9904: result: yes
configure:9913: checking for sigaction
configure:9963: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:9966: $? = 0
configure:9969: test -s conftest
configure:9972: $? = 0
configure:9983: result: yes
configure:10001: checking for snprintf
configure:10051: g++ -o conftest -g -O2   conftest.cc -lm  >&5
configure:10054: $? = 0
configure:10057: test -s conftest
configure:10060: $? = 0
configure:10071: result: yes
configure:10105: checking zlib.h usability
configure:10118: g++ -c -g -O2  conftest.cc >&5
configure:10121: $? = 0
configure:10124: test -s conftest.o
configure:10127: $? = 0
configure:10137: result: yes
configure:10141: checking zlib.h presence
configure:10152: g++ -E  conftest.cc
configure:10158: $? = 0
configure:10177: result: yes
configure:10213: checking for zlib.h
configure:10220: result: yes
configure:10229: checking for gzopen in -lz
configure:10260: g++ -o conftest -g -O2   conftest.cc -lz  -lm  >&5
configure:10263: $? = 0
configure:10266: test -s conftest
configure:10269: $? = 0
configure:10281: result: yes
configure:10326: checking bzlib.h usability
configure:10339: g++ -c -g -O2  conftest.cc >&5
configure:10410:19: bzlib.h: No such file or directory
configure:10342: $? = 1
configure: failed program was:
| #line 10328 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "worker"
| #define VERSION "2.10.2"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBM 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LOFF_T 8
| #define HAVE_FNMATCH 1
| #define HAVE_MKDIR 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MKDIR 1
| #define HAVE_STRSTR 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_STATVFS 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYSINFO 1
| #define HAVE_REGEX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 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 <bzlib.h>
configure:10358: result: no
configure:10362: checking bzlib.h presence
configure:10373: g++ -E  conftest.cc
configure:10412:19: bzlib.h: No such file or directory
configure:10379: $? = 1
configure: failed program was:
| #line 10364 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "worker"
| #define VERSION "2.10.2"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBM 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LOFF_T 8
| #define HAVE_FNMATCH 1
| #define HAVE_MKDIR 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MKDIR 1
| #define HAVE_STRSTR 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_STATVFS 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYSINFO 1
| #define HAVE_REGEX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
| #include <bzlib.h>
configure:10398: result: no
configure:10434: checking for bzlib.h
configure:10441: result: no
configure:10546: checking xpk/xpk.h usability
configure:10559: g++ -c -g -O2  conftest.cc >&5
configure:10630:21: xpk/xpk.h: No such file or directory
configure:10562: $? = 1
configure: failed program was:
| #line 10548 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "worker"
| #define VERSION "2.10.2"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBM 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LOFF_T 8
| #define HAVE_FNMATCH 1
| #define HAVE_MKDIR 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MKDIR 1
| #define HAVE_STRSTR 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_STATVFS 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYSINFO 1
| #define HAVE_REGEX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 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 <xpk/xpk.h>
configure:10578: result: no
configure:10582: checking xpk/xpk.h presence
configure:10593: g++ -E  conftest.cc
configure:10632:21: xpk/xpk.h: No such file or directory
configure:10599: $? = 1
configure: failed program was:
| #line 10584 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "worker"
| #define VERSION "2.10.2"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBM 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LOFF_T 8
| #define HAVE_FNMATCH 1
| #define HAVE_MKDIR 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MKDIR 1
| #define HAVE_STRSTR 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_STATVFS 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYSINFO 1
| #define HAVE_REGEX 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ZLIB_H 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
| #include <xpk/xpk.h>
configure:10618: result: no
configure:10654: checking for xpk/xpk.h
configure:10661: result: no
configure:10752: checking for pthread_create in -lpthread
configure:10783: g++ -o conftest -g -O2   conftest.cc -lpthread  -lz -lm  >&5
configure:10786: $? = 0
configure:10789: test -s conftest
configure:10792: $? = 0
configure:10804: result: yes
configure:10845: checking for shmget
configure:10895: g++ -o conftest -g -O2 -D_REENTRANT   conftest.cc -lz -lm  -lpthread >&5
configure:10898: $? = 0
configure:10901: test -s conftest
configure:10904: $? = 0
configure:10915: result: yes
configure:10845: checking for shmat
configure:10915: result: yes
configure:10845: checking for shmdt
configure:10895: g++ -o conftest -g -O2 -D_REENTRANT   conftest.cc -lz -lm  -lpthread >&5
configure:10898: $? = 0
configure:10901: test -s conftest
configure:10904: $? = 0
configure:10915: result: yes
configure:10954: checking for needed X include dir
configure:10976: g++ -c -g -O2 -D_REENTRANT  conftest.cc >&5
configure:10979: $? = 0
configure:10982: test -s conftest.o
configure:10985: $? = 0
configure:10996: result: no
configure:11003: checking for good XRegisterIMInstantiateCallback
configure:11027: g++ -c -g -O2 -D_REENTRANT  conftest.cc >&5
configure:11030: $? = 0
configure:11033: test -s conftest.o
configure:11036: $? = 0
configure:11053: result: yes
configure:11058: checking for XSetIMValues prototype
configure:11080: g++ -c -g -O2 -D_REENTRANT  -Werror conftest.cc >&5
configure:11083: $? = 0
configure:11086: test -s conftest.o
configure:11089: $? = 0
configure:11107: result: yes
configure:11115: checking whether the C++ works with "-fcheck-new"
configure:11134: g++ -c -g -O2 -fcheck-new -D_REENTRANT  conftest.cc >&5
configure:11137: $? = 0
configure:11140: test -s conftest.o
configure:11143: $? = 0
configure:11145: result: yes
configure:11161: checking whether the C++ works with "-Wall"
configure:11180: g++ -c -g -O2 -fcheck-new -Wall -D_REENTRANT  conftest.cc >&5
configure:11183: $? = 0
configure:11186: test -s conftest.o
configure:11189: $? = 0
configure:11191: result: yes
configure:11369: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on wp2

config.status:674: creating Makefile
config.status:674: creating src/Makefile
config.status:674: creating src/aguix/Makefile
config.status:674: creating scripts/Makefile
config.status:674: creating catalogs/Makefile
config.status:674: creating Icons/Makefile
config.status:674: creating examples/Makefile
config.status:674: creating man/Makefile
config.status:778: creating src/aguix/aguixconfig.h
config.status:1097: executing depfiles commands

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

ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_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_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_fnmatch_works=yes
ac_cv_func_getcwd=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_mkdir=yes
ac_cv_func_nanosleep=yes
ac_cv_func_regcomp=yes
ac_cv_func_regexec=yes
ac_cv_func_regfree=yes
ac_cv_func_remove=yes
ac_cv_func_select=no
ac_cv_func_shmat=yes
ac_cv_func_shmdt=yes
ac_cv_func_shmget=yes
ac_cv_func_sigaction=yes
ac_cv_func_snprintf=yes
ac_cv_func_statvfs=yes
ac_cv_func_strftime=no
ac_cv_func_strstr=yes
ac_cv_func_usleep=yes
ac_cv_have_avfs=no
ac_cv_have_x='have_x=yes 		ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
ac_cv_header_bzlib_h=no
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_signal_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_statvfs_h=yes
ac_cv_header_sys_sysinfo_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_xpk_xpk_h=no
ac_cv_header_zlib_h=yes
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_intl_strftime=no
ac_cv_lib_m_pow=yes
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_z_gzopen=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
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_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_sizeof_loff_t=8
ac_cv_sizeof_off_t=8
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=no
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_type_loff_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
ac_cv_type_uid_t=yes
ac_cv_use_avfs=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3

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

ACLOCAL='${SHELL} /tmp/worker-2.10.2/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/worker-2.10.2/missing --run tar'
AUTOCONF='${SHELL} /tmp/worker-2.10.2/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/worker-2.10.2/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/worker-2.10.2/missing --run automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPPFLAGS='-D_REENTRANT '
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -fcheck-new -Wall'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS='-lz -lm  -lpthread'
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/worker-2.10.2/missing --run makeinfo'
OBJEXT='o'
PACKAGE='worker'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='2.10.2'
WORKER_LDADD=' -L/usr/X11R6/lib  -lSM -lICE -lX11 '
X_CFLAGS=' -I/usr/X11R6/include'
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/X11R6/lib'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
avfsconf=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/tmp/worker-2.10.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
x_libraries='/usr/X11R6/lib'

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

#define HAVE_DIRENT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FNMATCH 1
#define HAVE_GETCWD 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBM 1
#define HAVE_LIBPTHREAD 1
#define HAVE_LIBZ 1
#define HAVE_MEMORY_H 1
#define HAVE_MKDIR 1
#define HAVE_MKDIR 1
#define HAVE_NANOSLEEP 1
#define HAVE_REGEX 1
#define HAVE_SHM 1
#define HAVE_SHM 1
#define HAVE_SHM 1
#define HAVE_SHMAT 1
#define HAVE_SHMDT 1
#define HAVE_SHMGET 1
#define HAVE_SIGACTION 1
#define HAVE_SNPRINTF 1
#define HAVE_STATVFS 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRSTR 1
#define HAVE_SYSINFO 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_SYSINFO_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_USLEEP 1
#define HAVE_XSETIMVALUES_PROTOTYPE 1
#define HAVE_ZLIB_H 1
#define PACKAGE "worker"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PREFIX "/usr/local"
#define SIZEOF_LOFF_T 8
#define SIZEOF_OFF_T 8
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define USE_XIM 1
#define VERSION "2.10.2"
#define WANT_THREADS 1
#define XIM_XREGISTER_OKAY 1
#endif
#ifdef __cplusplus
#include <stdlib.h>

configure: exit 0

Reply to: