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
|
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.53. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = spark
uname -m = i586
uname -r = 2.4.17-xfs
uname -s = Linux
uname -v = #59 do jan 17 17:03:04 CET 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: /home/ivo/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/games
PATH: /opt/agenda/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1456: checking for a BSD-compatible install
configure:1510: result: /usr/bin/install -c
configure:1521: checking whether build environment is sane
configure:1564: result: yes
configure:1579: checking whether make sets ${MAKE}
configure:1599: result: yes
configure:1631: checking for working aclocal
configure:1638: result: found
configure:1646: checking for working autoconf
configure:1653: result: found
configure:1661: checking for working automake
configure:1668: result: found
configure:1676: checking for working autoheader
configure:1683: result: found
configure:1691: checking for working makeinfo
configure:1698: result: found
configure:1707: checking whether to enable maintainer-specific portions of Makefiles
configure:1716: result: no
configure:1807: checking for gcc
configure:1833: result: gcc
configure:2077: checking for C compiler version
configure:2080: gcc --version </dev/null >&5
2.95.4
configure:2083: $? = 0
configure:2085: 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:2088: $? = 0
configure:2090: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2093: $? = 1
configure:2119: checking for C compiler default output
configure:2122: gcc -O2 -fomit-frame-pointer -s conftest.c >&5
configure:2125: $? = 0
configure:2158: result: a.out
configure:2163: checking whether the C compiler works
configure:2169: ./a.out
configure:2172: $? = 0
configure:2187: result: yes
configure:2194: checking whether we are cross compiling
configure:2196: result: no
configure:2199: checking for suffix of executables
configure:2201: gcc -o conftest -O2 -fomit-frame-pointer -s conftest.c >&5
configure:2204: $? = 0
configure:2226: result:
configure:2232: checking for suffix of object files
configure:2256: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:2259: $? = 0
configure:2278: result: o
configure:2282: checking whether we are using the GNU C compiler
configure:2309: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:2312: $? = 0
configure:2315: test -s conftest.o
configure:2318: $? = 0
configure:2330: result: yes
configure:2336: checking whether gcc accepts -g
configure:2360: gcc -c -g conftest.c >&5
configure:2363: $? = 0
configure:2366: test -s conftest.o
configure:2369: $? = 0
configure:2379: result: yes
configure:2406: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
conftest.c:2: parse error before `me'
configure:2409: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2524: checking how to run the C preprocessor
configure:2550: gcc -E conftest.c
configure:2556: $? = 0
configure:2583: gcc -E conftest.c
configure:2579: ac_nonexistent.h: No such file or directory
configure:2589: $? = 1
configure: failed program was:
#line 2578 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2626: result: gcc -E
configure:2641: gcc -E conftest.c
configure:2647: $? = 0
configure:2674: gcc -E conftest.c
configure:2670: ac_nonexistent.h: No such file or directory
configure:2680: $? = 1
configure: failed program was:
#line 2669 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2771: checking for g++
configure:2787: found /usr/bin/g++
configure:2797: result: g++
configure:2813: checking for C++ compiler version
configure:2816: g++ --version </dev/null >&5
2.95.4
configure:2819: $? = 0
configure:2821: g++ -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:2824: $? = 0
configure:2826: g++ -V </dev/null >&5
g++: argument to `-V' missing
configure:2829: $? = 1
configure:2832: checking whether we are using the GNU C++ compiler
configure:2859: g++ -c -O2 -fomit-frame-pointer conftest.cc >&5
configure:2862: $? = 0
configure:2865: test -s conftest.o
configure:2868: $? = 0
configure:2880: result: yes
configure:2886: checking whether g++ accepts -g
configure:2910: g++ -c -g conftest.cc >&5
configure:2913: $? = 0
configure:2916: test -s conftest.o
configure:2919: $? = 0
configure:2929: result: yes
configure:2975: g++ -c -O2 -fomit-frame-pointer conftest.cc >&5
configure:2978: $? = 0
configure:2981: test -s conftest.o
configure:2984: $? = 0
configure:3012: g++ -c -O2 -fomit-frame-pointer conftest.cc >&5
configure:3015: $? = 0
configure:3018: test -s conftest.o
configure:3021: $? = 0
configure:3055: checking for a BSD-compatible install
configure:3109: result: /usr/bin/install -c
configure:3120: checking whether ln -s works
configure:3124: result: yes
configure:3203: checking build system type
configure:3221: result: i586-pc-linux-gnu
configure:3229: checking host system type
configure:3243: result: i586-pc-linux-gnu
configure:3273: checking for ld used by GCC
configure:3336: result: /usr/bin/ld
configure:3345: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.12.90.0.1 20020307 Debian/GNU Linux
configure:3357: result: yes
configure:3362: checking for /usr/bin/ld option to reload object files
configure:3369: result: -r
configure:3374: checking for BSD-compatible nm
configure:3410: result: /usr/bin/nm -B
configure:3413: checking how to recognise dependant libraries
configure:3585: result: pass_all
configure:3598: checking command to parse /usr/bin/nm -B output
configure:3679: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:3682: $? = 0
configure:3686: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3689: $? = 0
configure:3741: gcc -o conftest -O2 -fomit-frame-pointer -s conftest.c conftstm.o >&5
configure:3744: $? = 0
configure:3788: result: ok
configure:3793: checking for ANSI C header files
configure:3807: gcc -E conftest.c
configure:3813: $? = 0
configure:3898: gcc -o conftest -O2 -fomit-frame-pointer -s conftest.c >&5
configure:3901: $? = 0
configure:3903: ./conftest
configure:3906: $? = 0
configure:3920: result: yes
configure:3944: checking for sys/types.h
configure:3957: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:3960: $? = 0
configure:3963: test -s conftest.o
configure:3966: $? = 0
configure:3976: result: yes
configure:3944: checking for sys/stat.h
configure:3957: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:3960: $? = 0
configure:3963: test -s conftest.o
configure:3966: $? = 0
configure:3976: result: yes
configure:3944: checking for stdlib.h
configure:3957: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:3960: $? = 0
configure:3963: test -s conftest.o
configure:3966: $? = 0
configure:3976: result: yes
configure:3944: checking for string.h
configure:3957: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:3960: $? = 0
configure:3963: test -s conftest.o
configure:3966: $? = 0
configure:3976: result: yes
configure:3944: checking for memory.h
configure:3957: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:3960: $? = 0
configure:3963: test -s conftest.o
configure:3966: $? = 0
configure:3976: result: yes
configure:3944: checking for strings.h
configure:3957: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:3960: $? = 0
configure:3963: test -s conftest.o
configure:3966: $? = 0
configure:3976: result: yes
configure:3944: checking for inttypes.h
configure:3957: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:3960: $? = 0
configure:3963: test -s conftest.o
configure:3966: $? = 0
configure:3976: result: yes
configure:3944: checking for stdint.h
configure:3957: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:3960: $? = 0
configure:3963: test -s conftest.o
configure:3966: $? = 0
configure:3976: result: yes
configure:3944: checking for unistd.h
configure:3957: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:3960: $? = 0
configure:3963: test -s conftest.o
configure:3966: $? = 0
configure:3976: result: yes
configure:4002: checking dlfcn.h usability
configure:4011: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:4014: $? = 0
configure:4017: test -s conftest.o
configure:4020: $? = 0
configure:4029: result: yes
configure:4033: checking dlfcn.h presence
configure:4040: gcc -E conftest.c
configure:4046: $? = 0
configure:4064: result: yes
configure:4082: checking for dlfcn.h
configure:4089: result: yes
configure:4286: checking for ranlib
configure:4302: found /usr/bin/ranlib
configure:4313: result: ranlib
configure:4366: checking for strip
configure:4382: found /usr/bin/strip
configure:4393: result: strip
configure:4604: checking for objdir
configure:4615: result: .libs
configure:4632: checking for gcc option to produce PIC
configure:4782: result: -fPIC
configure:4786: checking if gcc PIC flag -fPIC works
configure:4812: gcc -c -O2 -fomit-frame-pointer -fPIC -DPIC conftest.c >&5
configure:4815: $? = 0
configure:4818: test -s conftest.o
configure:4821: $? = 0
configure:4858: result: yes
configure:4874: checking if gcc static flag -static works
configure:4901: gcc -o conftest -O2 -fomit-frame-pointer -s -static conftest.c >&5
configure:4904: $? = 0
configure:4907: test -s conftest
configure:4910: $? = 0
configure:4925: result: yes
configure:4937: checking if gcc supports -c -o file.o
configure:4959: gcc -c -O2 -fomit-frame-pointer -o out/conftest2.o conftest.c >&5
configure:4981: result: yes
configure:4986: checking if gcc supports -c -o file.lo
configure:5016: gcc -c -O2 -fomit-frame-pointer -c -o conftest.lo conftest.c >&5
configure:5019: $? = 0
configure:5022: test -s conftest.lo
configure:5025: $? = 0
configure:5046: result: yes
configure:5077: checking if gcc supports -fno-rtti -fno-exceptions
configure:5102: gcc -c -O2 -fomit-frame-pointer -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5
configure:5105: $? = 0
configure:5108: test -s conftest.o
configure:5111: $? = 0
configure:5127: result: yes
configure:5138: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:5819: result: yes
configure:5824: checking how to hardcode library paths into programs
configure:5848: result: immediate
configure:5853: checking whether stripping libraries is possible
configure:5858: result: yes
configure:5869: checking dynamic linker characteristics
configure:6266: result: GNU/Linux ld.so
configure:6271: checking if libtool supports shared libraries
configure:6273: result: yes
configure:6276: checking whether to build shared libraries
configure:6297: result: yes
configure:6300: checking whether to build static libraries
configure:6304: result: no
configure:6966: checking whether -lc should be explicitly linked in
configure:6974: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:6977: $? = 0
configure:6991: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:6994: $? = 0
configure:7007: result: no
configure:7577: checking whether make sets ${MAKE}
configure:7597: result: yes
configure:7654: checking for gtk-config
configure:7672: found /usr/bin/gtk-config
configure:7685: result: /usr/bin/gtk-config
configure:7693: checking for GTK - version >= 1.2.6
configure:7796: gcc -o conftest -O2 -fomit-frame-pointer -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -s conftest.c -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lgthread -lglib -lpthread -ldl -lXi -lXext -lX11 -lm >&5
configure:7799: $? = 0
configure:7801: ./conftest
configure:7804: $? = 0
configure:7821: result: yes
configure:7958: checking for glib-config
configure:7976: found /usr/bin/glib-config
configure:7989: result: /usr/bin/glib-config
configure:7997: checking for GLIB - version >= 1.2.6
configure:8098: gcc -o conftest -O2 -fomit-frame-pointer -I/usr/include/glib-1.2 -I/usr/lib/glib/include -s conftest.c -L/usr/lib -lglib >&5
configure:8101: $? = 0
configure:8103: ./conftest
configure:8106: $? = 0
configure:8123: result: yes
configure:8248: checking for libmikmod-config
configure:8266: found /usr/bin/libmikmod-config
configure:8279: result: /usr/bin/libmikmod-config
configure:8287: checking for libmikmod - version >= 3.1.7
configure:8413: gcc -o conftest -O2 -fomit-frame-pointer -pthread -D_REENTRANT -pthread -s conftest.c -L/usr/lib -lmikmod -ldl -L/usr/lib -lm >&5
configure:8416: $? = 0
configure:8418: ./conftest
configure:8421: $? = 0
configure:8444: result: yes, `/usr/bin/libmikmod-config --version`
configure:8569: checking for Ogg
configure:8601: gcc -o conftest -O2 -fomit-frame-pointer -I/include -s conftest.c -L/lib -logg >&5
configure:8604: $? = 0
configure:8606: ./conftest
configure:8609: $? = 0
configure:8626: result: yes
configure:8730: checking for Vorbis
configure:8762: gcc -o conftest -O2 -fomit-frame-pointer -I/include -s conftest.c -L/lib -lvorbis -lm -L/lib -logg >&5
configure:8765: $? = 0
configure:8767: ./conftest
configure:8770: $? = 0
configure:8787: result: yes
configure:8903: checking for audiofile-config
configure:8921: found /usr/bin/audiofile-config
configure:8934: result: /usr/bin/audiofile-config
configure:8942: checking for Audio File Library - version >= 0.1.7
configure:9033: gcc -o conftest -O2 -fomit-frame-pointer -s conftest.c -L/usr/lib -laudiofile -lm >&5
configure:9036: $? = 0
configure:9038: ./conftest
configure:9041: $? = 0
configure:9064: result: yes
configure:9168: checking for afOpenFile in -laudiofile
configure:9201: gcc -o conftest -O2 -fomit-frame-pointer -s conftest.c -laudiofile >&5
configure:9204: $? = 0
configure:9207: test -s conftest
configure:9210: $? = 0
configure:9221: result: yes
configure:9232: checking for ANSI C header files
configure:9359: result: yes
configure:9468: checking for glBegin in -lGL
configure:9501: gcc -o conftest -O2 -fomit-frame-pointer -s conftest.c -lGL >&5
configure:9504: $? = 0
configure:9507: test -s conftest
configure:9510: $? = 0
configure:9521: result: yes
configure:9606: checking GL/gl.h usability
configure:9615: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:9618: $? = 0
configure:9621: test -s conftest.o
configure:9624: $? = 0
configure:9633: result: yes
configure:9637: checking GL/gl.h presence
configure:9644: gcc -E conftest.c
configure:9650: $? = 0
configure:9668: result: yes
configure:9686: checking for GL/gl.h
configure:9693: result: yes
configure:9606: checking GL/glx.h usability
configure:9615: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:9618: $? = 0
configure:9621: test -s conftest.o
configure:9624: $? = 0
configure:9633: result: yes
configure:9637: checking GL/glx.h presence
configure:9644: gcc -E conftest.c
configure:9650: $? = 0
configure:9668: result: yes
configure:9686: checking for GL/glx.h
configure:9693: result: yes
configure:9809: checking for mad_stream_init in -lmad
configure:9842: gcc -o conftest -O2 -fomit-frame-pointer -s conftest.c -lmad -lmad >&5
configure:9845: $? = 0
configure:9848: test -s conftest
configure:9851: $? = 0
configure:9862: result: yes
configure:9878: checking for id3_file_open in -lid3tag
configure:9911: gcc -o conftest -O2 -fomit-frame-pointer -lz -s conftest.c -lid3tag >&5
configure:9914: $? = 0
configure:9917: test -s conftest
configure:9920: $? = 0
configure:9931: result: yes
configure:9962: checking for pthread_create in -lpthread
configure:9995: gcc -o conftest -O2 -fomit-frame-pointer -s conftest.c -lpthread >&5
configure:9998: $? = 0
configure:10001: test -s conftest
configure:10004: $? = 0
configure:10015: result: yes
configure:10032: checking for ANSI C header files
configure:10159: result: yes
configure:10177: checking for dirent.h that defines DIR
configure:10204: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:10207: $? = 0
configure:10210: test -s conftest.o
configure:10213: $? = 0
configure:10223: result: yes
configure:10236: checking for library containing opendir
configure:10269: gcc -o conftest -O2 -fomit-frame-pointer -s conftest.c -lpthread >&5
configure:10272: $? = 0
configure:10275: test -s conftest
configure:10278: $? = 0
configure:10337: result: none required
configure:10469: checking fcntl.h usability
configure:10478: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:10481: $? = 0
configure:10484: test -s conftest.o
configure:10487: $? = 0
configure:10496: result: yes
configure:10500: checking fcntl.h presence
configure:10507: gcc -E conftest.c
configure:10513: $? = 0
configure:10531: result: yes
configure:10549: checking for fcntl.h
configure:10556: result: yes
configure:10583: checking malloc.h usability
configure:10592: gcc -c -O2 -fomit-frame-pointer conftest.c >&5
configure:10595: $? = 0
configure:10598: test -s conftest.o
configure:10601: $? = 0
configure:10610: result: yes
configure:10614: checking malloc.h presence
configure:10621: gcc -E conftest.c
configure:10627: $? = 0
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i586-pc-linux-gnu
ac_cv_build_alias=i586-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -fomit-frame-pointer'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-O2 -fomit-frame-pointer'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-s
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_header_GL_gl_h=yes
ac_cv_header_GL_glx_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
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_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_unistd_h=yes
ac_cv_host=i586-pc-linux-gnu
ac_cv_host_alias=i586-pc-linux-gnu
ac_cv_lib_GL_glBegin=yes
ac_cv_lib_audiofile_afOpenFile=yes
ac_cv_lib_id3tag_id3_file_open=yes
ac_cv_lib_mad_mad_stream_init=yes
ac_cv_lib_pthread_pthread_create=yes
ac_cv_objext=o
ac_cv_path_AUDIOFILE_CONFIG=/usr/bin/audiofile-config
ac_cv_path_GLIB_CONFIG=/usr/bin/glib-config
ac_cv_path_GTK_CONFIG=/usr/bin/gtk-config
ac_cv_path_LIBMIKMOD_CONFIG=/usr/bin/libmikmod-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -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_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
lt_cv_archive_cmds_need_lc=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.4 /lib/libc.so.4.7.2 /lib/libc.so.5 /lib/libc.so.5.4.46 /lib/libc.so.6 /lib/libc-2.2.5.so'
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_path_separator=:
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "alsaplayer"
#define VERSION "0.99.59"
#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_DLFCN_H 1
#define STDC_HEADERS 1
#define PREFER_MAD 1
#define HAVE_GL_GL_H 1
#define HAVE_GL_GLX_H 1
#define HAVE_LIBMAD 1
#define HAVE_LIBID3TAG 1
#define HAVE_LIBPTHREAD 1
#define STDC_HEADERS 1
#define HAVE_DIRENT_H 1
#define HAVE_FCNTL_H 1
configure: exit 1
|