21625f40b5
I tried to get the latest versions from dockapps.org, but I haven't tested any of them. More dockapps will be added as time permits.
533 lines
16 KiB
Plaintext
533 lines
16 KiB
Plaintext
This file contains any messages produced by compilers while
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
|
It was created by wmapmload configure 0.3.2, which was
|
|
generated by GNU Autoconf 2.53. Invocation command line was
|
|
|
|
$ ./configure
|
|
|
|
## --------- ##
|
|
## Platform. ##
|
|
## --------- ##
|
|
|
|
hostname = sleet
|
|
uname -m = i686
|
|
uname -r = 2.4.21-0.11mdkcustom
|
|
uname -s = Linux
|
|
uname -v = #2 Sat Mar 22 01:01:25 EST 2003
|
|
|
|
/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: /sbin
|
|
PATH: /usr/sbin
|
|
PATH: /bin
|
|
PATH: /usr/bin
|
|
PATH: /usr/X11R6/bin
|
|
PATH: /usr/local/bin
|
|
PATH: /usr/local/sbin
|
|
|
|
|
|
## ----------- ##
|
|
## Core tests. ##
|
|
## ----------- ##
|
|
|
|
configure:1251: checking build system type
|
|
configure:1269: result: i686-pc-linux-gnu
|
|
configure:1277: checking host system type
|
|
configure:1291: result: i686-pc-linux-gnu
|
|
configure:1299: checking target system type
|
|
configure:1313: result: i686-pc-linux-gnu
|
|
configure:1339: checking for a BSD-compatible install
|
|
configure:1393: result: /usr/bin/install -c
|
|
configure:1404: checking whether build environment is sane
|
|
configure:1447: result: yes
|
|
configure:1462: checking whether make sets ${MAKE}
|
|
configure:1482: result: yes
|
|
configure:1514: checking for working aclocal
|
|
configure:1521: result: found
|
|
configure:1529: checking for working autoconf
|
|
configure:1536: result: found
|
|
configure:1544: checking for working automake
|
|
configure:1551: result: found
|
|
configure:1559: checking for working autoheader
|
|
configure:1566: result: found
|
|
configure:1574: checking for working makeinfo
|
|
configure:1581: result: found
|
|
configure:1602: checking for gawk
|
|
configure:1618: found /bin/gawk
|
|
configure:1628: result: gawk
|
|
configure:1684: checking for gcc
|
|
configure:1700: found /usr/bin/gcc
|
|
configure:1710: result: gcc
|
|
configure:1954: checking for C compiler version
|
|
configure:1957: gcc --version </dev/null >&5
|
|
gcc (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-2mdk)
|
|
Copyright (C) 2002 Free Software Foundation, Inc.
|
|
This is free software; see the source for copying conditions. There is NO
|
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
configure:1960: $? = 0
|
|
configure:1962: gcc -v </dev/null >&5
|
|
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/specs
|
|
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib
|
|
Thread model: posix
|
|
gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-2mdk)
|
|
configure:1965: $? = 0
|
|
configure:1967: gcc -V </dev/null >&5
|
|
gcc: argument to `-V' is missing
|
|
configure:1970: $? = 1
|
|
configure:1996: checking for C compiler default output
|
|
configure:1999: gcc conftest.c >&5
|
|
configure:2002: $? = 0
|
|
configure:2035: result: a.out
|
|
configure:2040: checking whether the C compiler works
|
|
configure:2046: ./a.out
|
|
configure:2049: $? = 0
|
|
configure:2064: result: yes
|
|
configure:2071: checking whether we are cross compiling
|
|
configure:2073: result: no
|
|
configure:2076: checking for suffix of executables
|
|
configure:2078: gcc -o conftest conftest.c >&5
|
|
configure:2081: $? = 0
|
|
configure:2103: result:
|
|
configure:2109: checking for suffix of object files
|
|
configure:2133: gcc -c conftest.c >&5
|
|
configure:2136: $? = 0
|
|
configure:2155: result: o
|
|
configure:2159: checking whether we are using the GNU C compiler
|
|
configure:2186: gcc -c conftest.c >&5
|
|
configure:2189: $? = 0
|
|
configure:2192: test -s conftest.o
|
|
configure:2195: $? = 0
|
|
configure:2207: result: yes
|
|
configure:2213: checking whether gcc accepts -g
|
|
configure:2237: gcc -c -g conftest.c >&5
|
|
configure:2240: $? = 0
|
|
configure:2243: test -s conftest.o
|
|
configure:2246: $? = 0
|
|
configure:2256: result: yes
|
|
configure:2283: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c:2: parse error before "me"
|
|
configure:2286: $? = 1
|
|
configure: failed program was:
|
|
#ifndef __cplusplus
|
|
choke me
|
|
#endif
|
|
configure:2408: checking for a BSD-compatible install
|
|
configure:2462: result: /usr/bin/install -c
|
|
configure:2473: checking whether ln -s works
|
|
configure:2477: result: yes
|
|
configure:2507: checking how to run the C preprocessor
|
|
configure:2533: gcc -E conftest.c
|
|
configure:2539: $? = 0
|
|
configure:2566: gcc -E conftest.c
|
|
configure:2562:28: ac_nonexistent.h: No such file or directory
|
|
configure:2572: $? = 1
|
|
configure: failed program was:
|
|
#line 2561 "configure"
|
|
#include "confdefs.h"
|
|
#include <ac_nonexistent.h>
|
|
configure:2609: result: gcc -E
|
|
configure:2624: gcc -E conftest.c
|
|
configure:2630: $? = 0
|
|
configure:2657: gcc -E conftest.c
|
|
configure:2653:28: ac_nonexistent.h: No such file or directory
|
|
configure:2663: $? = 1
|
|
configure: failed program was:
|
|
#line 2652 "configure"
|
|
#include "confdefs.h"
|
|
#include <ac_nonexistent.h>
|
|
configure:2703: checking for X
|
|
configure:2919: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
|
|
configure:3076: gcc -o conftest -g -O2 conftest.c -L/usr/X11R6/lib -lX11 >&5
|
|
configure:3079: $? = 0
|
|
configure:3082: test -s conftest
|
|
configure:3085: $? = 0
|
|
configure:3223: checking for gethostbyname
|
|
configure:3266: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:3269: $? = 0
|
|
configure:3272: test -s conftest
|
|
configure:3275: $? = 0
|
|
configure:3285: result: yes
|
|
configure:3418: checking for connect
|
|
configure:3461: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:3464: $? = 0
|
|
configure:3467: test -s conftest
|
|
configure:3470: $? = 0
|
|
configure:3480: result: yes
|
|
configure:3546: checking for remove
|
|
configure:3589: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:3592: $? = 0
|
|
configure:3595: test -s conftest
|
|
configure:3598: $? = 0
|
|
configure:3608: result: yes
|
|
configure:3674: checking for shmat
|
|
configure:3717: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:3720: $? = 0
|
|
configure:3723: test -s conftest
|
|
configure:3726: $? = 0
|
|
configure:3736: result: yes
|
|
configure:3811: checking for IceConnectionNumber in -lICE
|
|
configure:3844: gcc -o conftest -g -O2 -L/usr/X11R6/lib conftest.c -lICE >&5
|
|
configure:3847: $? = 0
|
|
configure:3850: test -s conftest
|
|
configure:3853: $? = 0
|
|
configure:3864: result: yes
|
|
configure:3888: checking for XShapeCombineMask in -lXext
|
|
configure:3921: gcc -o conftest -g -O2 conftest.c -lXext -L/usr/X11R6/lib -lX11 >&5
|
|
configure:3924: $? = 0
|
|
configure:3927: test -s conftest
|
|
configure:3930: $? = 0
|
|
configure:3941: result: yes
|
|
configure:3951: checking for XpmCreatePixmapFromData in -lXpm
|
|
configure:3984: gcc -o conftest -g -O2 conftest.c -lXpm -L/usr/X11R6/lib -lX11 >&5
|
|
configure:3987: $? = 0
|
|
configure:3990: test -s conftest
|
|
configure:3993: $? = 0
|
|
configure:4004: result: yes
|
|
configure:4105: checking for ANSI C header files
|
|
configure:4119: gcc -E conftest.c
|
|
configure:4125: $? = 0
|
|
configure:4210: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:4213: $? = 0
|
|
configure:4215: ./conftest
|
|
configure:4218: $? = 0
|
|
configure:4232: result: yes
|
|
configure:4256: checking for sys/types.h
|
|
configure:4269: gcc -c -g -O2 conftest.c >&5
|
|
configure:4272: $? = 0
|
|
configure:4275: test -s conftest.o
|
|
configure:4278: $? = 0
|
|
configure:4288: result: yes
|
|
configure:4256: checking for sys/stat.h
|
|
configure:4269: gcc -c -g -O2 conftest.c >&5
|
|
configure:4272: $? = 0
|
|
configure:4275: test -s conftest.o
|
|
configure:4278: $? = 0
|
|
configure:4288: result: yes
|
|
configure:4256: checking for stdlib.h
|
|
configure:4269: gcc -c -g -O2 conftest.c >&5
|
|
configure:4272: $? = 0
|
|
configure:4275: test -s conftest.o
|
|
configure:4278: $? = 0
|
|
configure:4288: result: yes
|
|
configure:4256: checking for string.h
|
|
configure:4269: gcc -c -g -O2 conftest.c >&5
|
|
configure:4272: $? = 0
|
|
configure:4275: test -s conftest.o
|
|
configure:4278: $? = 0
|
|
configure:4288: result: yes
|
|
configure:4256: checking for memory.h
|
|
configure:4269: gcc -c -g -O2 conftest.c >&5
|
|
configure:4272: $? = 0
|
|
configure:4275: test -s conftest.o
|
|
configure:4278: $? = 0
|
|
configure:4288: result: yes
|
|
configure:4256: checking for strings.h
|
|
configure:4269: gcc -c -g -O2 conftest.c >&5
|
|
configure:4272: $? = 0
|
|
configure:4275: test -s conftest.o
|
|
configure:4278: $? = 0
|
|
configure:4288: result: yes
|
|
configure:4256: checking for inttypes.h
|
|
configure:4269: gcc -c -g -O2 conftest.c >&5
|
|
configure:4272: $? = 0
|
|
configure:4275: test -s conftest.o
|
|
configure:4278: $? = 0
|
|
configure:4288: result: yes
|
|
configure:4256: checking for stdint.h
|
|
configure:4269: gcc -c -g -O2 conftest.c >&5
|
|
configure:4272: $? = 0
|
|
configure:4275: test -s conftest.o
|
|
configure:4278: $? = 0
|
|
configure:4288: result: yes
|
|
configure:4256: checking for unistd.h
|
|
configure:4269: gcc -c -g -O2 conftest.c >&5
|
|
configure:4272: $? = 0
|
|
configure:4275: test -s conftest.o
|
|
configure:4278: $? = 0
|
|
configure:4288: result: yes
|
|
configure:4322: checking fcntl.h usability
|
|
configure:4331: gcc -c -g -O2 conftest.c >&5
|
|
configure:4334: $? = 0
|
|
configure:4337: test -s conftest.o
|
|
configure:4340: $? = 0
|
|
configure:4349: result: yes
|
|
configure:4353: checking fcntl.h presence
|
|
configure:4360: gcc -E conftest.c
|
|
configure:4366: $? = 0
|
|
configure:4384: result: yes
|
|
configure:4402: checking for fcntl.h
|
|
configure:4409: result: yes
|
|
configure:4313: checking for memory.h
|
|
configure:4318: result: yes
|
|
configure:4322: checking stddef.h usability
|
|
configure:4331: gcc -c -g -O2 conftest.c >&5
|
|
configure:4334: $? = 0
|
|
configure:4337: test -s conftest.o
|
|
configure:4340: $? = 0
|
|
configure:4349: result: yes
|
|
configure:4353: checking stddef.h presence
|
|
configure:4360: gcc -E conftest.c
|
|
configure:4366: $? = 0
|
|
configure:4384: result: yes
|
|
configure:4402: checking for stddef.h
|
|
configure:4409: result: yes
|
|
configure:4313: checking for stdlib.h
|
|
configure:4318: result: yes
|
|
configure:4313: checking for string.h
|
|
configure:4318: result: yes
|
|
configure:4313: checking for strings.h
|
|
configure:4318: result: yes
|
|
configure:4322: checking sys/param.h usability
|
|
configure:4331: gcc -c -g -O2 conftest.c >&5
|
|
configure:4334: $? = 0
|
|
configure:4337: test -s conftest.o
|
|
configure:4340: $? = 0
|
|
configure:4349: result: yes
|
|
configure:4353: checking sys/param.h presence
|
|
configure:4360: gcc -E conftest.c
|
|
configure:4366: $? = 0
|
|
configure:4384: result: yes
|
|
configure:4402: checking for sys/param.h
|
|
configure:4409: result: yes
|
|
configure:4322: checking sys/time.h usability
|
|
configure:4331: gcc -c -g -O2 conftest.c >&5
|
|
configure:4334: $? = 0
|
|
configure:4337: test -s conftest.o
|
|
configure:4340: $? = 0
|
|
configure:4349: result: yes
|
|
configure:4353: checking sys/time.h presence
|
|
configure:4360: gcc -E conftest.c
|
|
configure:4366: $? = 0
|
|
configure:4384: result: yes
|
|
configure:4402: checking for sys/time.h
|
|
configure:4409: result: yes
|
|
configure:4313: checking for unistd.h
|
|
configure:4318: result: yes
|
|
configure:4423: checking for gcc option to accept ANSI C
|
|
configure:4486: gcc -c -g -O2 conftest.c >&5
|
|
configure:4489: $? = 0
|
|
configure:4492: test -s conftest.o
|
|
configure:4495: $? = 0
|
|
configure:4512: result: none needed
|
|
configure:4520: checking for an ANSI C-conforming const
|
|
configure:4590: gcc -c -g -O2 conftest.c >&5
|
|
configure:4593: $? = 0
|
|
configure:4596: test -s conftest.o
|
|
configure:4599: $? = 0
|
|
configure:4609: result: yes
|
|
configure:4619: checking for size_t
|
|
configure:4646: gcc -c -g -O2 conftest.c >&5
|
|
configure:4649: $? = 0
|
|
configure:4652: test -s conftest.o
|
|
configure:4655: $? = 0
|
|
configure:4665: result: yes
|
|
configure:4677: checking whether time.h and sys/time.h may both be included
|
|
configure:4705: gcc -c -g -O2 conftest.c >&5
|
|
configure:4708: $? = 0
|
|
configure:4711: test -s conftest.o
|
|
configure:4714: $? = 0
|
|
configure:4724: result: yes
|
|
configure:4740: checking for stdlib.h
|
|
configure:4745: result: yes
|
|
configure:4849: checking for working malloc
|
|
configure:4881: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:4884: $? = 0
|
|
configure:4886: ./conftest
|
|
configure:4889: $? = 0
|
|
configure:4902: result: yes
|
|
configure:4918: checking for select
|
|
configure:4961: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:4964: $? = 0
|
|
configure:4967: test -s conftest
|
|
configure:4970: $? = 0
|
|
configure:4980: result: yes
|
|
configure:4918: checking for strtoul
|
|
configure:4961: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:4964: $? = 0
|
|
configure:4967: test -s conftest
|
|
configure:4970: $? = 0
|
|
configure:4980: result: yes
|
|
configure:4918: checking for uname
|
|
configure:4961: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:4964: $? = 0
|
|
configure:4967: test -s conftest
|
|
configure:4970: $? = 0
|
|
configure:4980: result: yes
|
|
configure:5073: creating ./config.status
|
|
|
|
## ---------------------- ##
|
|
## Running config.status. ##
|
|
## ---------------------- ##
|
|
|
|
This file was extended by wmapmload config.status 0.3.2, which was
|
|
generated by GNU Autoconf 2.53. Invocation command line was
|
|
|
|
CONFIG_FILES =
|
|
CONFIG_HEADERS =
|
|
CONFIG_LINKS =
|
|
CONFIG_COMMANDS =
|
|
$ ./config.status
|
|
|
|
on sleet
|
|
|
|
config.status:615: creating Makefile
|
|
config.status:615: creating src/Makefile
|
|
config.status:615: creating doc/Makefile
|
|
config.status:719: creating config.h
|
|
config.status:858: config.h is unchanged
|
|
config.status:953: executing default-1 commands
|
|
|
|
## ---------------- ##
|
|
## 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_c_const=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_CPP_set=
|
|
ac_cv_env_CPP_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_gethostbyname=yes
|
|
ac_cv_func_malloc_works=yes
|
|
ac_cv_func_remove=yes
|
|
ac_cv_func_select=yes
|
|
ac_cv_func_shmat=yes
|
|
ac_cv_func_strtoul=yes
|
|
ac_cv_func_uname=yes
|
|
ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
|
|
ac_cv_header_fcntl_h=yes
|
|
ac_cv_header_inttypes_h=yes
|
|
ac_cv_header_memory_h=yes
|
|
ac_cv_header_stdc=yes
|
|
ac_cv_header_stddef_h=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_param_h=yes
|
|
ac_cv_header_sys_stat_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_host=i686-pc-linux-gnu
|
|
ac_cv_host_alias=i686-pc-linux-gnu
|
|
ac_cv_lib_ICE_IceConnectionNumber=yes
|
|
ac_cv_lib_Xext_XShapeCombineMask=yes
|
|
ac_cv_lib_Xpm_XpmCreatePixmapFromData=yes
|
|
ac_cv_objext=o
|
|
ac_cv_path_install='/usr/bin/install -c'
|
|
ac_cv_prog_AWK=gawk
|
|
ac_cv_prog_CPP='gcc -E'
|
|
ac_cv_prog_ac_ct_CC=gcc
|
|
ac_cv_prog_cc_g=yes
|
|
ac_cv_prog_cc_stdc=
|
|
ac_cv_prog_make_make_set=yes
|
|
ac_cv_target=i686-pc-linux-gnu
|
|
ac_cv_target_alias=i686-pc-linux-gnu
|
|
ac_cv_type_size_t=yes
|
|
|
|
## ----------- ##
|
|
## confdefs.h. ##
|
|
## ----------- ##
|
|
|
|
#define PACKAGE_NAME "wmapmload"
|
|
#define PACKAGE_TARNAME "wmapmload"
|
|
#define PACKAGE_VERSION "0.3.2"
|
|
#define PACKAGE_STRING "wmapmload 0.3.2"
|
|
#define PACKAGE_BUGREPORT "tnemeth@free.fr"
|
|
#define PACKAGE "wmapmload"
|
|
#define VERSION "0.3.2"
|
|
#define IGNORE_BUFFERS 1
|
|
#define IGNORE_CACHED 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_MEMORY_H 1
|
|
#define HAVE_STDDEF_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_STRINGS_H 1
|
|
#define HAVE_SYS_PARAM_H 1
|
|
#define HAVE_SYS_TIME_H 1
|
|
#define HAVE_UNISTD_H 1
|
|
#define TIME_WITH_SYS_TIME 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_MALLOC 1
|
|
#define HAVE_SELECT 1
|
|
#define HAVE_STRTOUL 1
|
|
#define HAVE_UNAME 1
|
|
|
|
configure: exit 0
|
|
|
|
## ---------------------- ##
|
|
## Running config.status. ##
|
|
## ---------------------- ##
|
|
|
|
This file was extended by wmapmload config.status 0.3.2, which was
|
|
generated by GNU Autoconf 2.53. Invocation command line was
|
|
|
|
CONFIG_FILES = src/Makefile
|
|
CONFIG_HEADERS =
|
|
CONFIG_LINKS =
|
|
CONFIG_COMMANDS =
|
|
$ ./config.status
|
|
|
|
on sleet
|
|
|
|
config.status:615: creating src/Makefile
|
|
config.status:953: executing default-1 commands
|
|
|
|
## ---------------------- ##
|
|
## Running config.status. ##
|
|
## ---------------------- ##
|
|
|
|
This file was extended by wmapmload config.status 0.3.2, which was
|
|
generated by GNU Autoconf 2.53. Invocation command line was
|
|
|
|
CONFIG_FILES = doc/Makefile
|
|
CONFIG_HEADERS =
|
|
CONFIG_LINKS =
|
|
CONFIG_COMMANDS =
|
|
$ ./config.status
|
|
|
|
on sleet
|
|
|
|
config.status:615: creating doc/Makefile
|
|
config.status:953: executing default-1 commands
|