1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323
|
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:591: checking host system type
configure:612: checking target system type
configure:630: checking build system type
configure:669: checking for a BSD compatible install
configure:722: checking whether build environment is sane
configure:779: checking whether make sets ${MAKE}
configure:825: checking for working aclocal
configure:838: checking for working autoconf
configure:851: checking for working automake
configure:864: checking for working autoheader
configure:877: checking for working makeinfo
configure:1009: checking for mawk
configure:1039: checking whether make sets ${MAKE}
configure:1068: checking for gcc
configure:1181: checking whether the C compiler (gcc ) works
configure:1197: gcc -o conftest conftest.c 1>&5
configure:1223: checking whether the C compiler (gcc ) is a cross-compiler
configure:1228: checking whether we are using GNU C
configure:1237: gcc -E conftest.c
configure:1256: checking whether gcc accepts -g
configure:1299: checking for a BSD compatible install
configure:1352: checking whether ln -s works
configure:1373: checking how to run the C preprocessor
configure:1394: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1458: checking for flex
configure:1491: checking for flex
configure:1525: checking for yywrap in -lfl
configure:1544: gcc -o conftest -g -O2 conftest.c -lfl 1>&5
configure:1567: checking lex output file root
configure:1588: checking whether yytext is a pointer
configure:1607: gcc -o conftest -g -O2 conftest.c -lfl 1>&5
configure:1633: checking for bison
configure:1670: checking bison version
configure:1681: checking for pthread_create in -lpthread
configure:1700: gcc -o conftest conftest.c -lpthread 1>&5
configure:1836: checking for socket in -lsocket
configure:1855: gcc -o conftest -D_REENTRANT conftest.c -lsocket -lpthread 1>&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 1844 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char socket();
int main() {
socket()
; return 0; }
configure:1881: checking for htonl in -lsocket
configure:1900: gcc -o conftest -D_REENTRANT conftest.c -lsocket -lpthread 1>&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 1889 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char htonl();
int main() {
htonl()
; return 0; }
configure:1933: checking for yp_get_default_domain
configure:1961: gcc -o conftest -D_REENTRANT conftest.c -lpthread 1>&5
/tmp/ccCI0GXs.o: In function `main':
/tmp/ccCI0GXs.o(.text+0x7): undefined reference to `yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1938 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char yp_get_default_domain(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char yp_get_default_domain();
int main() {
/* 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_yp_get_default_domain) || defined (__stub___yp_get_default_domain)
choke me
#else
yp_get_default_domain();
#endif
; return 0; }
configure:1985: checking for gethostname in -lnsl
configure:2004: gcc -o conftest -D_REENTRANT conftest.c -lnsl -lpthread 1>&5
configure:2081: checking for inet_aton in -lresolv
configure:2100: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
configure:2128: checking for main in -lsocks
configure:2143: gcc -o conftest -D_REENTRANT conftest.c -lsocks -lresolv -lnsl -lpthread 1>&5
/usr/bin/ld: cannot find -lsocks
collect2: ld returned 1 exit status
configure: failed program was:
#line 2136 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:2166: checking for ANSI C header files
configure:2179: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2246: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
configure:2315: checking for sys/types.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for sys/ioctl.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for sys/resource.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for sys/select.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for sys/socket.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for sys/stat.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for sys/sysctl.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for sys/time.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for sys/uio.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for sys/un.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for sys/wait.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for arpa/inet.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for netinet/in.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for alloca.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for assert.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for ctype.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for errno.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for fcntl.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for grp.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for io.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2321: io.h: No such file or directory
configure: failed program was:
#line 2320 "configure"
#include "confdefs.h"
#include <io.h>
configure:2315: checking for libintl.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for malloc.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for memory.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for netdb.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for pthread.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for pwd.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for regex.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for signal.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for stdarg.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for stddef.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for stdint.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for stdio.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for stdlib.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for string.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for strings.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for sysexits.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for syslog.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for time.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for unistd.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for wchar.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2315: checking for wctype.h
configure:2325: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2352: checking whether time.h and sys/time.h may both be included
configure:2366: gcc -c -D_REENTRANT conftest.c 1>&5
configure:2388: checking for socks.h
configure:2398: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2394: socks.h: No such file or directory
configure: failed program was:
#line 2393 "configure"
#include "confdefs.h"
#include <socks.h>
configure:2425: checking for gcc option to accept ANSI C
configure:2478: gcc -c -D_REENTRANT conftest.c 1>&5
configure:2504: checking for function prototypes
configure:2663: checking for working const
configure:2717: gcc -c -D_REENTRANT conftest.c 1>&5
configure:2738: checking for inline
configure:2752: gcc -c -D_REENTRANT conftest.c 1>&5
configure:2778: checking if uint8_t defined
configure:2864: gcc -c -D_REENTRANT conftest.c 1>&5
configure:2885: checking if int16_t defined
configure:2971: gcc -c -D_REENTRANT conftest.c 1>&5
configure:2992: checking if uint16_t defined
configure:3078: gcc -c -D_REENTRANT conftest.c 1>&5
configure:3099: checking if int32_t defined
configure:3185: gcc -c -D_REENTRANT conftest.c 1>&5
configure:3206: checking if uint32_t defined
configure:3292: gcc -c -D_REENTRANT conftest.c 1>&5
configure:3313: checking if size_t defined
configure:3399: gcc -c -D_REENTRANT conftest.c 1>&5
configure:3420: checking if ssize_t defined
configure:3506: gcc -c -D_REENTRANT conftest.c 1>&5
configure:3527: checking if socklen_t defined
configure:3613: gcc -c -D_REENTRANT conftest.c 1>&5
configure:3634: checking if in_addr_t defined
configure:3720: gcc -c -D_REENTRANT conftest.c 1>&5
configure:3741: checking for pid_t
configure:3774: checking return type of signal handlers
configure:3796: gcc -c -D_REENTRANT conftest.c 1>&5
configure:3818: checking for working alloca.h
configure:3851: checking for alloca
configure:3884: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
configure:4050: checking for strftime
configure:4078: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
configure:4146: checking for vprintf
configure:4174: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
configure:4264: checking for ftruncate
configure:4292: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
configure:4264: checking for regexec
configure:4292: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
configure:4264: checking for select
configure:4292: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
configure:4264: checking for setrlimit
configure:4292: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
configure:4264: checking for socket
configure:4292: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
configure:4264: checking for strdup
configure:4292: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
configure:4264: checking for strerror
configure:4292: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
configure:4264: checking for strtol
configure:4292: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
configure:4264: checking for vsnprintf
configure:4292: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
configure:4264: checking for vsyslog
configure:4292: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
configure:4319: checking for strlcpy
configure:4347: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
/tmp/ccLFRMg2.o: In function `main':
/tmp/ccLFRMg2.o(.text+0x7): undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure: failed program was:
#line 4324 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strlcpy(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char strlcpy();
int main() {
/* 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_strlcpy) || defined (__stub___strlcpy)
choke me
#else
strlcpy();
#endif
; return 0; }
configure:4319: checking for strlcat
configure:4347: gcc -o conftest -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
/tmp/ccJFWHZp.o: In function `main':
/tmp/ccJFWHZp.o(.text+0x7): undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure: failed program was:
#line 4324 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strlcat(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char strlcat();
int main() {
/* 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_strlcat) || defined (__stub___strlcat)
choke me
#else
strlcat();
#endif
; return 0; }
configure:4456: checking whether the system's regex library is broken
configure:4476: gcc -o conftest -DNDEBUG -O2 -D_REENTRANT conftest.c -lresolv -lnsl -lpthread 1>&5
|