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 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763
|
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.61. Invocation command line was
$ ./configure --no-create --no-recursion
## --------- ##
## Platform. ##
## --------- ##
hostname = abra2
uname -m = i686
uname -r = 2.6.22bm
uname -s = Linux
uname -v = #2 Wed Sep 12 18:54:12 CEST 2007
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/hdr/bin
PATH: /home/hdr/cross/bin
PATH: /home/wolff/bin
PATH: /usr/quartus/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1771: checking for a BSD-compatible install
configure:1827: result: /usr/bin/install -c
configure:1838: checking whether build environment is sane
configure:1881: result: yes
configure:1946: checking for gawk
configure:1962: found /usr/bin/gawk
configure:1973: result: gawk
configure:1984: checking whether make sets $(MAKE)
configure:2005: result: yes
configure:2245: checking for gcc
configure:2261: found /usr/bin/gcc
configure:2272: result: gcc
configure:2510: checking for C compiler version
configure:2517: gcc --version >&5
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2520: $? = 0
configure:2527: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
configure:2530: $? = 0
configure:2537: gcc -V >&5
gcc: '-V' option must have argument
configure:2540: $? = 1
configure:2563: checking for C compiler default output file name
configure:2590: gcc conftest.c >&5
configure:2593: $? = 0
configure:2631: result: a.out
configure:2648: checking whether the C compiler works
configure:2658: ./a.out
configure:2661: $? = 0
configure:2678: result: yes
configure:2685: checking whether we are cross compiling
configure:2687: result: no
configure:2690: checking for suffix of executables
configure:2697: gcc -o conftest conftest.c >&5
configure:2700: $? = 0
configure:2724: result:
configure:2730: checking for suffix of object files
configure:2756: gcc -c conftest.c >&5
configure:2759: $? = 0
configure:2782: result: o
configure:2786: checking whether we are using the GNU C compiler
configure:2815: gcc -c conftest.c >&5
configure:2821: $? = 0
configure:2838: result: yes
configure:2843: checking whether gcc accepts -g
configure:2873: gcc -c -g conftest.c >&5
configure:2879: $? = 0
configure:2978: result: yes
configure:2995: checking for gcc option to accept ISO C89
configure:3069: gcc -c -g -O2 conftest.c >&5
configure:3075: $? = 0
configure:3098: result: none needed
configure:3127: checking for style of include used by make
configure:3155: result: GNU
configure:3183: checking dependency style of gcc
configure:3273: result: gcc3
configure:3297: checking how to run the C preprocessor
configure:3337: gcc -E conftest.c
configure:3343: $? = 0
configure:3374: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3380: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mtr"
| #define VERSION "0.73"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3413: result: gcc -E
configure:3442: gcc -E conftest.c
configure:3448: $? = 0
configure:3479: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3485: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mtr"
| #define VERSION "0.73"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3523: checking for grep that handles long lines and -e
configure:3597: result: /bin/grep
configure:3602: checking for egrep
configure:3680: result: /bin/grep -E
configure:3685: checking for ANSI C header files
configure:3715: gcc -c -g -O2 conftest.c >&5
configure:3721: $? = 0
configure:3820: gcc -o conftest -g -O2 conftest.c >&5
configure:3823: $? = 0
configure:3829: ./conftest
configure:3832: $? = 0
configure:3849: result: yes
configure:3873: checking for sys/types.h
configure:3894: gcc -c -g -O2 conftest.c >&5
configure:3900: $? = 0
configure:3916: result: yes
configure:3873: checking for sys/stat.h
configure:3894: gcc -c -g -O2 conftest.c >&5
configure:3900: $? = 0
configure:3916: result: yes
configure:3873: checking for stdlib.h
configure:3894: gcc -c -g -O2 conftest.c >&5
configure:3900: $? = 0
configure:3916: result: yes
configure:3873: checking for string.h
configure:3894: gcc -c -g -O2 conftest.c >&5
configure:3900: $? = 0
configure:3916: result: yes
configure:3873: checking for memory.h
configure:3894: gcc -c -g -O2 conftest.c >&5
configure:3900: $? = 0
configure:3916: result: yes
configure:3873: checking for strings.h
configure:3894: gcc -c -g -O2 conftest.c >&5
configure:3900: $? = 0
configure:3916: result: yes
configure:3873: checking for inttypes.h
configure:3894: gcc -c -g -O2 conftest.c >&5
configure:3900: $? = 0
configure:3916: result: yes
configure:3873: checking for stdint.h
configure:3894: gcc -c -g -O2 conftest.c >&5
configure:3900: $? = 0
configure:3916: result: yes
configure:3873: checking for unistd.h
configure:3894: gcc -c -g -O2 conftest.c >&5
configure:3900: $? = 0
configure:3916: result: yes
configure:3928: checking for unsigned char
configure:3958: gcc -c -g -O2 conftest.c >&5
configure:3964: $? = 0
configure:3979: result: yes
configure:3986: checking size of unsigned char
configure:4288: gcc -o conftest -g -O2 conftest.c >&5
configure:4291: $? = 0
configure:4297: ./conftest
configure:4300: $? = 0
configure:4323: result: 1
configure:4333: checking for unsigned short
configure:4363: gcc -c -g -O2 conftest.c >&5
configure:4369: $? = 0
configure:4384: result: yes
configure:4391: checking size of unsigned short
configure:4693: gcc -o conftest -g -O2 conftest.c >&5
configure:4696: $? = 0
configure:4702: ./conftest
configure:4705: $? = 0
configure:4728: result: 2
configure:4738: checking for unsigned int
configure:4768: gcc -c -g -O2 conftest.c >&5
configure:4774: $? = 0
configure:4789: result: yes
configure:4796: checking size of unsigned int
configure:5098: gcc -o conftest -g -O2 conftest.c >&5
configure:5101: $? = 0
configure:5107: ./conftest
configure:5110: $? = 0
configure:5133: result: 4
configure:5143: checking for unsigned long
configure:5173: gcc -c -g -O2 conftest.c >&5
configure:5179: $? = 0
configure:5194: result: yes
configure:5201: checking size of unsigned long
configure:5503: gcc -o conftest -g -O2 conftest.c >&5
configure:5506: $? = 0
configure:5512: ./conftest
configure:5515: $? = 0
configure:5538: result: 4
configure:5557: checking for tgetent in -ltermcap
configure:5592: gcc -o conftest -g -O2 conftest.c -ltermcap >&5
configure:5598: $? = 0
configure:5616: result: yes
configure:5628: checking for initscr
configure:5684: gcc -o conftest -g -O2 conftest.c -ltermcap >&5
configure:5690: $? = 0
configure:5707: result: yes
configure:5942: checking for attron
configure:5998: gcc -o conftest -g -O2 conftest.c -ltermcap >&5
configure:6004: $? = 0
configure:6022: result: yes
configure:6053: checking ncurses.h usability
configure:6070: gcc -c -g -O2 conftest.c >&5
configure:6076: $? = 0
configure:6090: result: yes
configure:6094: checking ncurses.h presence
configure:6109: gcc -E conftest.c
configure:6115: $? = 0
configure:6129: result: yes
configure:6157: checking for ncurses.h
configure:6165: result: yes
configure:6053: checking ncurses/curses.h usability
configure:6070: gcc -c -g -O2 conftest.c >&5
conftest.c:60:28: error: ncurses/curses.h: No such file or directory
configure:6076: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mtr"
| #define VERSION "0.73"
| #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 SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_LIBTERMCAP 1
| #define HAVE_ATTRON 1
| #define HAVE_NCURSES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ncurses/curses.h>
configure:6090: result: no
configure:6094: checking ncurses/curses.h presence
configure:6109: gcc -E conftest.c
conftest.c:27:28: error: ncurses/curses.h: No such file or directory
configure:6115: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mtr"
| #define VERSION "0.73"
| #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 SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_LIBTERMCAP 1
| #define HAVE_ATTRON 1
| #define HAVE_NCURSES_H 1
| /* end confdefs.h. */
| #include <ncurses/curses.h>
configure:6129: result: no
configure:6157: checking for ncurses/curses.h
configure:6165: result: no
configure:6053: checking curses.h usability
configure:6070: gcc -c -g -O2 conftest.c >&5
configure:6076: $? = 0
configure:6090: result: yes
configure:6094: checking curses.h presence
configure:6109: gcc -E conftest.c
configure:6115: $? = 0
configure:6129: result: yes
configure:6157: checking for curses.h
configure:6165: result: yes
configure:6053: checking cursesX.h usability
configure:6070: gcc -c -g -O2 conftest.c >&5
conftest.c:61:21: error: cursesX.h: No such file or directory
configure:6076: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mtr"
| #define VERSION "0.73"
| #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 SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_LIBTERMCAP 1
| #define HAVE_ATTRON 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cursesX.h>
configure:6090: result: no
configure:6094: checking cursesX.h presence
configure:6109: gcc -E conftest.c
conftest.c:28:21: error: cursesX.h: No such file or directory
configure:6115: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mtr"
| #define VERSION "0.73"
| #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 SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_LIBTERMCAP 1
| #define HAVE_ATTRON 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| /* end confdefs.h. */
| #include <cursesX.h>
configure:6129: result: no
configure:6157: checking for cursesX.h
configure:6165: result: no
configure:6043: checking for sys/types.h
configure:6049: result: yes
configure:6193: checking sys/xti.h usability
configure:6210: gcc -c -g -O2 conftest.c >&5
conftest.c:62:21: error: sys/xti.h: No such file or directory
configure:6216: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mtr"
| #define VERSION "0.73"
| #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 SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_LIBTERMCAP 1
| #define HAVE_ATTRON 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/xti.h>
configure:6230: result: no
configure:6234: checking sys/xti.h presence
configure:6249: gcc -E conftest.c
conftest.c:29:21: error: sys/xti.h: No such file or directory
configure:6255: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mtr"
| #define VERSION "0.73"
| #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 SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_LIBTERMCAP 1
| #define HAVE_ATTRON 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <sys/xti.h>
configure:6269: result: no
configure:6297: checking for sys/xti.h
configure:6305: result: no
configure:6320: checking for floor in -lm
configure:6355: gcc -o conftest -g -O2 conftest.c -lm -ltermcap >&5
conftest.c:36: warning: conflicting types for built-in function 'floor'
configure:6361: $? = 0
configure:6379: result: yes
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_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_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_attron=yes
ac_cv_func_initscr=yes
ac_cv_header_cursesX_h=no
ac_cv_header_curses_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ncurses_curses_h=no
ac_cv_header_ncurses_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_xti_h=no
ac_cv_header_unistd_h=yes
ac_cv_lib_m_floor=yes
ac_cv_lib_termcap_tgetent=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
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_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_unsigned_char=1
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_unsigned_short=2
ac_cv_type_unsigned_char=yes
ac_cv_type_unsigned_int=yes
ac_cv_type_unsigned_long=yes
ac_cv_type_unsigned_short=yes
am_cv_CC_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/wolff/mtr-0.73/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/wolff/mtr-0.73/missing --run tar'
AUTOCONF='${SHELL} /home/wolff/mtr-0.73/missing --run autoconf'
AUTOHEADER='${SHELL} /home/wolff/mtr-0.73/missing --run autoheader'
AUTOMAKE='${SHELL} /home/wolff/mtr-0.73/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CURSES_OBJ='curses.o'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
GTK_CFLAGS=''
GTK_LIBS=''
GTK_OBJ='gtk.o'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS='-lm -ltermcap '
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/wolff/mtr-0.73/missing --run makeinfo'
OBJEXT='o'
PACKAGE='mtr'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.73'
ac_ct_CC='gcc'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/wolff/mtr-0.73/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "mtr"
#define VERSION "0.73"
#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 SIZEOF_UNSIGNED_CHAR 1
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_UNSIGNED_LONG 4
#define HAVE_LIBTERMCAP 1
#define HAVE_ATTRON 1
#define HAVE_NCURSES_H 1
#define HAVE_CURSES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_LIBM 1
configure: exit 258
|