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 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503
|
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by normalize configure 0.7.2, which was
generated by GNU Autoconf 2.52. Invocation command line was
$ ./configure --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info
## ---------- ##
## Platform. ##
## ---------- ##
hostname = couve
uname -m = i586
uname -r = 2.4.18-pre9-lowlatency
uname -s = Linux
uname -v = #1 Seg Fev 11 07:18:40 BRST 2002
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i586
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH = /sbin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X11:/usr/games:~/scripts:~/bin
## ------------ ##
## Core tests. ##
## ------------ ##
configure:1151: PATH=".;."; conftest.sh
./configure: conftest.sh: command not found
configure:1154: $? = 127
configure:1202: checking for a BSD compatible install
configure:1251: result: /usr/bin/install -c
configure:1262: checking whether build environment is sane
configure:1305: result: yes
configure:1338: checking for mawk
configure:1353: found /usr/bin/mawk
configure:1361: result: mawk
configure:1371: checking whether make sets ${MAKE}
configure:1391: result: yes
configure:1488: checking build system type
configure:1506: result: i586-pc-linux-gnu
configure:1513: checking host system type
configure:1527: result: i586-pc-linux-gnu
configure:1577: checking for gcc
configure:1592: found /usr/bin/gcc
configure:1600: result: gcc
configure:1828: checking for C compiler version
configure:1831: gcc --version </dev/null >&5
2.95.4
configure:1834: $? = 0
configure:1836: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
configure:1839: $? = 0
configure:1841: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1844: $? = 1
configure:1864: checking for C compiler default output
configure:1867: gcc conftest.c >&5
configure:1870: $? = 0
configure:1899: result: a.out
configure:1904: checking whether the C compiler works
configure:1910: ./a.out
configure:1913: $? = 0
configure:1928: result: yes
configure:1935: checking whether we are cross compiling
configure:1937: result: no
configure:1940: checking for executable suffix
configure:1942: gcc -o conftest conftest.c >&5
configure:1945: $? = 0
configure:1967: result:
configure:1973: checking for object suffix
configure:1991: gcc -c conftest.c >&5
configure:1994: $? = 0
configure:2013: result: o
configure:2017: checking whether we are using the GNU C compiler
configure:2038: gcc -c conftest.c >&5
configure:2041: $? = 0
configure:2044: test -s conftest.o
configure:2047: $? = 0
configure:2059: result: yes
configure:2065: checking whether gcc accepts -g
configure:2083: gcc -c -g conftest.c >&5
configure:2086: $? = 0
configure:2089: test -s conftest.o
configure:2092: $? = 0
configure:2102: result: yes
configure:2129: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before `me'
configure:2132: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2238: checking for style of include used by make
configure:2265: result: GNU
configure:2271: checking dependency style of gcc
configure:2333: result: gcc
configure:2337: checking for strerror in -lcposix
configure:2364: gcc -o conftest -g -O2 conftest.c -lcposix >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:2367: $? = 1
configure: failed program was:
#line 2345 "configure"
#include "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 strerror ();
int
main ()
{
strerror ();
;
return 0;
}
configure:2384: result: no
configure:2402: checking for a BSD compatible install
configure:2451: result: /usr/bin/install -c
configure:2462: checking whether ln -s works
configure:2466: result: yes
configure:2478: checking how to run the C preprocessor
configure:2504: gcc -E conftest.c
configure:2510: $? = 0
configure:2537: gcc -E conftest.c
configure:2534: ac_nonexistent.h: No such file or directory
configure:2543: $? = 1
configure: failed program was:
#line 2533 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2580: result: gcc -E
configure:2595: gcc -E conftest.c
configure:2601: $? = 0
configure:2628: gcc -E conftest.c
configure:2625: ac_nonexistent.h: No such file or directory
configure:2634: $? = 1
configure: failed program was:
#line 2624 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2673: checking for ANSI C header files
configure:2687: gcc -E conftest.c
configure:2693: $? = 0
configure:2780: gcc -o conftest -g -O2 conftest.c >&5
configure:2783: $? = 0
configure:2785: ./conftest
configure:2788: $? = 0
configure:2801: result: yes
configure:2814: checking for string.h
configure:2824: gcc -E conftest.c
configure:2830: $? = 0
configure:2849: result: yes
configure:2814: checking for math.h
configure:2824: gcc -E conftest.c
configure:2830: $? = 0
configure:2849: result: yes
configure:2814: checking for ctype.h
configure:2824: gcc -E conftest.c
configure:2830: $? = 0
configure:2849: result: yes
configure:2814: checking for fcntl.h
configure:2824: gcc -E conftest.c
configure:2830: $? = 0
configure:2849: result: yes
configure:2814: checking for unistd.h
configure:2824: gcc -E conftest.c
configure:2830: $? = 0
configure:2849: result: yes
configure:2814: checking for byteswap.h
configure:2824: gcc -E conftest.c
configure:2830: $? = 0
configure:2849: result: yes
configure:2814: checking for sys/types.h
configure:2824: gcc -E conftest.c
configure:2830: $? = 0
configure:2849: result: yes
configure:2814: checking for sys/stat.h
configure:2824: gcc -E conftest.c
configure:2830: $? = 0
configure:2849: result: yes
configure:2814: checking for sys/mman.h
configure:2824: gcc -E conftest.c
configure:2830: $? = 0
configure:2849: result: yes
configure:2814: checking for locale.h
configure:2824: gcc -E conftest.c
configure:2830: $? = 0
configure:2849: result: yes
configure:2814: checking for stdint.h
configure:2824: gcc -E conftest.c
configure:2830: $? = 0
configure:2849: result: yes
configure:2814: checking for inttypes.h
configure:2824: gcc -E conftest.c
configure:2830: $? = 0
configure:2849: result: yes
configure:2814: checking for errno.h
configure:2824: gcc -E conftest.c
configure:2830: $? = 0
configure:2849: result: yes
configure:2859: checking for gcc option to accept ANSI C
configure:2916: gcc -c -g -O2 conftest.c >&5
configure:2919: $? = 0
configure:2922: test -s conftest.o
configure:2925: $? = 0
configure:2942: result: none needed
configure:2950: checking for an ANSI C-conforming const
configure:3014: gcc -c -g -O2 conftest.c >&5
configure:3017: $? = 0
configure:3020: test -s conftest.o
configure:3023: $? = 0
configure:3033: result: yes
configure:3043: checking for inline
configure:3060: gcc -c -g -O2 conftest.c >&5
configure:3063: $? = 0
configure:3066: test -s conftest.o
configure:3069: $? = 0
configure:3080: result: inline
configure:3101: checking for sys/types.h
configure:3132: result: yes
configure:3101: checking for sys/stat.h
configure:3132: result: yes
configure:3101: checking for stdlib.h
configure:3113: gcc -c -g -O2 conftest.c >&5
configure:3116: $? = 0
configure:3119: test -s conftest.o
configure:3122: $? = 0
configure:3132: result: yes
configure:3101: checking for string.h
configure:3132: result: yes
configure:3101: checking for memory.h
configure:3113: gcc -c -g -O2 conftest.c >&5
configure:3116: $? = 0
configure:3119: test -s conftest.o
configure:3122: $? = 0
configure:3132: result: yes
configure:3101: checking for strings.h
configure:3113: gcc -c -g -O2 conftest.c >&5
configure:3116: $? = 0
configure:3119: test -s conftest.o
configure:3122: $? = 0
configure:3132: result: yes
configure:3101: checking for inttypes.h
configure:3132: result: yes
configure:3101: checking for stdint.h
configure:3132: result: yes
configure:3101: checking for unistd.h
configure:3132: result: yes
configure:3142: checking for off_t
configure:3163: gcc -c -g -O2 conftest.c >&5
configure:3166: $? = 0
configure:3169: test -s conftest.o
configure:3172: $? = 0
configure:3182: result: yes
configure:3194: checking for size_t
configure:3215: gcc -c -g -O2 conftest.c >&5
configure:3218: $? = 0
configure:3221: test -s conftest.o
configure:3224: $? = 0
configure:3234: result: yes
configure:3257: checking whether byte ordering is bigendian
configure:3282: gcc -c -g -O2 conftest.c >&5
configure:3285: $? = 0
configure:3288: test -s conftest.o
configure:3291: $? = 0
configure:3312: gcc -c -g -O2 conftest.c >&5
configure: In function `main':
configure:3303: `not' undeclared (first use in this function)
configure:3303: (Each undeclared identifier is reported only once
configure:3303: for each function it appears in.)
configure:3303: parse error before `big'
configure:3315: $? = 1
configure: failed program was:
#line 3295 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int
main ()
{
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
;
return 0;
}
configure:3379: result: no
configure:3391: checking for sqrt in -lm
configure:3418: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:3407: warning: conflicting types for built-in function `sqrt'
configure:3421: $? = 0
configure:3424: test -s conftest
configure:3427: $? = 0
configure:3438: result: yes
configure:3456: checking for strerror
configure:3493: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:3496: $? = 0
configure:3499: test -s conftest
configure:3502: $? = 0
configure:3512: result: yes
configure:3456: checking for strtod
configure:3493: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:3496: $? = 0
configure:3499: test -s conftest
configure:3502: $? = 0
configure:3512: result: yes
configure:3456: checking for strchr
configure:3493: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:3496: $? = 0
configure:3499: test -s conftest
configure:3502: $? = 0
configure:3512: result: yes
configure:3456: checking for memcpy
configure:3493: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:3472: warning: conflicting types for built-in function `memcpy'
configure:3496: $? = 0
configure:3499: test -s conftest
configure:3502: $? = 0
configure:3512: result: yes
configure:3456: checking for ftruncate
configure:3493: gcc -o conftest -g -O2 conftest.c -lm >&5
/usr/bin/ld: final link failed: No space left on device
collect2: ld returned 1 exit status
configure:3496: $? = 1
configure: failed program was:
#line 3462 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char ftruncate (); below. */
#include <assert.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 ftruncate ();
char (*f) ();
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_ftruncate) || defined (__stub___ftruncate)
choke me
#else
f = ftruncate;
#endif
;
return 0;
}
configure:3512: result: no
configure:3531: checking for char
configure:3552: gcc -c -g -O2 conftest.c >&5
conftest.o: No space left on device
/tmp/ccYRAod0.s: Assembler messages:
/tmp/ccYRAod0.s:346: FATAL: Can't write conftest.o: Invalid argument
configure:3555: $? = 1
configure: failed program was:
#line 3537 "configure"
#include "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_Hconfigure:3571: result: no
configure:3574: checking size of char
configure:3762: result: 0
configure:3768: checking for short
configure:3789: gcc -c -g -O2 conftest.c >&5
conftest.o: No space left on device
/tmp/ccWzb6GB.s: Assembler messages:
/tmp/ccWzb6GB.s:30: FATAL: Can't write conftest.o: Invalid argument
configure:3792: $? = 1
configure: failed program was:
configure:3808: result: no
configure:3811: checking size of short
configure:3999: result: 0
configure:4005: checking for int
configure:4026: gcc -c -g -O2 conftest.c >&5
conftest.o: No space left on device
/tmp/cc430s64.s: Assembler messages:
/tmp/cc430s64.s:30: FATAL: Can't write conftest.o: Invalid argument
configure:4029: $? = 1
configure: failed program was:
configure:4045: result: no
configure:4048: checking size of int
configure:4236: result: 0
configure:4242: checking for long
configure:4263: gcc -c -g -O2 conftest.c >&5
conftest.o: No space left on device
/tmp/ccSUfmcn.s: Assembler messages:
/tmp/ccSUfmcn.s:30: FATAL: Can't write conftest.o: Invalid argument
configure:4266: $? = 1
configure: failed program was:
configure:4282: result: no
configure:4285: checking size of long
configure:4473: result: 0
configure:4484: checking for an 8-bit type
configure:4511: result: not found
configure:4513: error: I can't seem to find an 8-bit integer type!
## ----------------- ##
## Cache variables. ##
## ----------------- ##
ac_cv_build=i586-pc-linux-gnu
ac_cv_build_alias=i586-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
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_func_ftruncate=no
ac_cv_func_memcpy=yes
ac_cv_func_strchr=yes
ac_cv_func_strerror=yes
ac_cv_func_strtod=yes
ac_cv_header_byteswap_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_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_mman_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=i586-pc-linux-gnu
ac_cv_host_alias=i586-pc-linux-gnu
ac_cv_lib_cposix_strerror=no
ac_cv_lib_m_sqrt=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
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_sizeof_char=0
ac_cv_sizeof_int=0
ac_cv_sizeof_long=0
ac_cv_sizeof_short=0
ac_cv_type_char=no
ac_cv_type_int=no
ac_cv_type_long=no
ac_cv_type_off_t=yes
ac_cv_type_short=no
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc
lt_cv_sys_path_separator=:
configure: exit 1
|