pb compil xine-lib (./configure) [résolu] - Installation - Linux et OS Alternatifs
MarshPosté le 14-08-2004 à 15:28:15
bjr all! j'ai besoin de compiler xine-lib (j'ai pris la version xine-lib-1-rc5), mais ça me fais pareil avec d'autres versions (par exemple la cvs) j'ai un problème au niveau du configure: à la fin ça me mets ça:
Code :
./configure: line 40173: syntax error near unexpected token `OBJC'
./configure: line 40173: `_AM_DEPENDENCIES(OBJC)'
ça stoppe le configure, et donc il ne peut pas créer le Makefile, donc pas de compil possible à la ligne 40173, j'ai ça:
ps2: mon config.log: [code]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.59. Invocation command line was
$ ./configure
## --------- ## ## Platform. ## ## --------- ##
hostname = debian uname -m = i686 uname -r = 2.4.24 uname -s = Linux uname -v = #2 mer avr 14 21:24:20 CEST 2004
configure:1666: checking build system type configure:1684: result: i686-pc-linux-gnu configure:1692: checking host system type configure:1706: result: i686-pc-linux-gnu configure:1714: checking target system type configure:1728: result: i686-pc-linux-gnu configure:1757: checking for a BSD-compatible install configure:1812: result: /usr/bin/install -c configure:1823: checking whether build environment is sane configure:1866: result: yes configure:1881: checking whether make sets $(MAKE) configure:1901: result: yes configure:1933: checking for working aclocal-1.4 configure:1940: result: found configure:1948: checking for working autoconf configure:1955: result: found configure:1963: checking for working automake-1.4 configure:1970: result: found configure:1978: checking for working autoheader configure:1985: result: found configure:1993: checking for working makeinfo configure:2000: result: found configure:2076: checking for gcc configure:2092: found /usr/bin/gcc configure:2102: result: gcc configure:2346: checking for C compiler version configure:2349: gcc --version </dev/null >&5 gcc (GCC) 3.3.4 (Debian 1:3.3.4-7) Copyright (C) 2003 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:2352: $? = 0 configure:2354: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux Thread model: posix gcc version 3.3.4 (Debian 1:3.3.4-7) configure:2357: $? = 0 configure:2359: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:2362: $? = 1 configure:2385: checking for C compiler default output file name configure:2388: gcc conftest.c >&5 configure:2391: $? = 0 configure:2437: result: a.out configure:2442: checking whether the C compiler works configure:2448: ./a.out configure:2451: $? = 0 configure:2468: result: yes configure:2475: checking whether we are cross compiling configure:2477: result: no configure:2480: checking for suffix of executables configure:2482: gcc -o conftest conftest.c >&5 configure:2485: $? = 0 configure:2510: result: configure:2516: checking for suffix of object files configure:2537: gcc -c conftest.c >&5 configure:2540: $? = 0 configure:2562: result: o configure:2566: checking whether we are using the GNU C compiler configure:2590: gcc -c conftest.c >&5 configure:2596: $? = 0 configure:2599: test -z || test ! -s conftest.err configure:2602: $? = 0 configure:2605: test -s conftest.o configure:2608: $? = 0 configure:2621: result: yes configure:2627: checking whether gcc accepts -g configure:2648: gcc -c -g conftest.c >&5 configure:2654: $? = 0 configure:2657: test -z || test ! -s conftest.err configure:2660: $? = 0 configure:2663: test -s conftest.o configure:2666: $? = 0 configure:2677: result: yes configure:2694: checking for gcc option to accept ANSI C configure:2764: gcc -c -g -O2 conftest.c >&5 configure:2770: $? = 0 configure:2773: test -z || test ! -s conftest.err configure:2776: $? = 0 configure:2779: test -s conftest.o configure:2782: $? = 0 configure:2800: result: none needed configure:2818: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2824: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2956: checking for strerror in -lcposix configure:2986: gcc -o conftest -g -O2 conftest.c -lcposix >&5 /usr/bin/ld: cannot find -lcposix collect2: ld returned 1 exit status configure:2992: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define XINE_MAJOR 1 | #define XINE_MINOR 0 | #define XINE_SUB 0 | #define PACKAGE "xine-lib" | #define VERSION "1-rc5" | /* end 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:3017: result: no configure:3072: checking for gcc configure:3098: result: gcc configure:3342: checking for C compiler version configure:3345: gcc --version </dev/null >&5 gcc (GCC) 3.3.4 (Debian 1:3.3.4-7) Copyright (C) 2003 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:3348: $? = 0 configure:3350: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux Thread model: posix gcc version 3.3.4 (Debian 1:3.3.4-7) configure:3353: $? = 0 configure:3355: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:3358: $? = 1 configure:3361: checking whether we are using the GNU C compiler configure:3416: result: yes configure:3422: checking whether gcc accepts -g configure:3472: result: yes configure:3489: checking for gcc option to accept ANSI C configure:3595: result: none needed configure:3613: gcc -c conftest.c >&5 conftest.c:2: error: parse error before "me" configure:3619: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3754: checking how to run the C preprocessor configure:3789: gcc -E conftest.c configure:3795: $? = 0 configure:3827: gcc -E conftest.c conftest.c:14:28: ac_nonexistent.h: No such file or directory configure:3833: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define XINE_MAJOR 1 | #define XINE_MINOR 0 | #define XINE_SUB 0 | #define PACKAGE "xine-lib" | #define VERSION "1-rc5" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3872: result: gcc -E configure:3896: gcc -E conftest.c configure:3902: $? = 0 configure:3934: gcc -E conftest.c conftest.c:14:28: ac_nonexistent.h: No such file or directory configure:3940: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define XINE_MAJOR 1 | #define XINE_MINOR 0 | #define XINE_SUB 0 | #define PACKAGE "xine-lib" | #define VERSION "1-rc5" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3984: checking for egrep configure:3994: result: grep -E configure:3999: checking for ANSI C header files configure:4024: gcc -c conftest.c >&5 configure:4030: $? = 0 configure:4033: test -z || test ! -s conftest.err configure:4036: $? = 0 configure:4039: test -s conftest.o configure:4042: $? = 0 configure:4128: gcc -o conftest conftest.c >&5 configure:4131: $? = 0 configure:4133: ./conftest configure:4136: $? = 0 configure:4151: result: yes configure:4161: checking whether make sets $(MAKE) configure:4181: result: yes configure:4203: checking for a BSD-compatible install configure:4258: result: /usr/bin/install -c configure:4269: checking whether ln -s works configure:4273: result: yes configure:4284: checking for gawk configure:4300: found /usr/bin/gawk configure:4310: result: gawk configure:4320: checking for inline configure:4341: gcc -c conftest.c >&5 configure:4347: $? = 0 configure:4350: test -z || test ! -s conftest.err configure:4353: $? = 0 configure:4356: test -s conftest.o configure:4359: $? = 0 configure:4371: result: inline configure:4485: checking for a sed that does not truncate output configure:4539: result: /bin/sed configure:4553: checking for ld used by gcc configure:4620: result: /usr/bin/ld configure:4629: checking if the linker (/usr/bin/ld) is GNU ld configure:4644: result: yes configure:4649: checking for /usr/bin/ld option to reload object files configure:4656: result: -r configure:4665: checking for BSD-compatible nm configure:4707: result: /usr/bin/nm -B configure:4711: checking how to recognise dependent libraries configure:4885: result: pass_all configure:5106: checking for sys/types.h configure:5122: gcc -c conftest.c >&5 configure:5128: $? = 0 configure:5131: test -z || test ! -s conftest.err configure:5134: $? = 0 configure:5137: test -s conftest.o configure:5140: $? = 0 configure:5151: result: yes configure:5106: checking for sys/stat.h configure:5122: gcc -c conftest.c >&5 configure:5128: $? = 0 configure:5131: test -z || test ! -s conftest.err configure:5134: $? = 0 configure:5137: test -s conftest.o configure:5140: $? = 0 configure:5151: result: yes configure:5106: checking for stdlib.h configure:5122: gcc -c conftest.c >&5 configure:5128: $? = 0 configure:5131: test -z || test ! -s conftest.err configure:5134: $? = 0 configure:5137: test -s conftest.o configure:5140: $? = 0 configure:5151: result: yes configure:5106: checking for string.h configure:5122: gcc -c conftest.c >&5 configure:5128: $? = 0 configure:5131: test -z || test ! -s conftest.err configure:5134: $? = 0 configure:5137: test -s conftest.o configure:5140: $? = 0 configure:5151: result: yes configure:5106: checking for memory.h configure:5122: gcc -c conftest.c >&5 configure:5128: $? = 0 configure:5131: test -z || test ! -s conftest.err configure:5134: $? = 0 configure:5137: test -s conftest.o configure:5140: $? = 0 configure:5151: result: yes configure:5106: checking for strings.h configure:5122: gcc -c conftest.c >&5 configure:5128: $? = 0 configure:5131: test -z || test ! -s conftest.err configure:5134: $? = 0 configure:5137: test -s conftest.o configure:5140: $? = 0 configure:5151: result: yes configure:5106: checking for inttypes.h configure:5122: gcc -c conftest.c >&5 configure:5128: $? = 0 configure:5131: test -z || test ! -s conftest.err configure:5134: $? = 0 configure:5137: test -s conftest.o configure:5140: $? = 0 configure:5151: result: yes configure:5106: checking for stdint.h configure:5122: gcc -c conftest.c >&5 configure:5128: $? = 0 configure:5131: test -z || test ! -s conftest.err configure:5134: $? = 0 configure:5137: test -s conftest.o configure:5140: $? = 0 configure:5151: result: yes configure:5106: checking for unistd.h configure:5122: gcc -c conftest.c >&5 configure:5128: $? = 0 configure:5131: test -z || test ! -s conftest.err configure:5134: $? = 0 configure:5137: test -s conftest.o configure:5140: $? = 0 configure:5151: result: yes configure:5177: checking dlfcn.h usability configure:5189: gcc -c conftest.c >&5 configure:5195: $? = 0 configure:5198: test -z || test ! -s conftest.err configure:5201: $? = 0 configure:5204: test -s conftest.o configure:5207: $? = 0 configure:5217: result: yes configure:5221: checking dlfcn.h presence configure:5231: gcc -E conftest.c configure:5237: $? = 0 configure:5257: result: yes configure:5292: checking for dlfcn.h configure:5299: result: yes configure:5364: checking for g++ configure:5380: found /usr/bin/g++ configure:5390: result: g++ configure:5406: checking for C++ compiler version configure:5409: g++ --version </dev/null >&5 g++ (GCC) 3.3.4 (Debian 1:3.3.4-7) Copyright (C) 2003 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:5412: $? = 0 configure:5414: g++ -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux Thread model: posix gcc version 3.3.4 (Debian 1:3.3.4-7) configure:5417: $? = 0 configure:5419: g++ -V </dev/null >&5 g++: `-V' option must have argument configure:5422: $? = 1 configure:5425: checking whether we are using the GNU C++ compiler configure:5449: g++ -c conftest.cc >&5 configure:5455: $? = 0 configure:5458: test -z || test ! -s conftest.err configure:5461: $? = 0 configure:5464: test -s conftest.o configure:5467: $? = 0 configure:5480: result: yes configure:5486: checking whether g++ accepts -g configure:5507: g++ -c -g conftest.cc >&5 configure:5513: $? = 0 configure:5516: test -z || test ! -s conftest.err configure:5519: $? = 0 configure:5522: test -s conftest.o configure:5525: $? = 0 configure:5536: result: yes configure:5578: g++ -c -g -O2 conftest.cc >&5 configure:5584: $? = 0 configure:5587: test -z || test ! -s conftest.err configure:5590: $? = 0 configure:5593: test -s conftest.o configure:5596: $? = 0 configure:5622: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:29: error: `exit' undeclared (first use this function) conftest.cc:29: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:5628: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define XINE_MAJOR 1 | #define XINE_MINOR 0 | #define XINE_SUB 0 | #define PACKAGE "xine-lib" | #define VERSION "1-rc5" | #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 | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:5578: g++ -c -g -O2 conftest.cc >&5 configure:5584: $? = 0 configure:5587: test -z || test ! -s conftest.err configure:5590: $? = 0 configure:5593: test -s conftest.o configure:5596: $? = 0 configure:5622: g++ -c -g -O2 conftest.cc >&5 configure:5628: $? = 0 configure:5631: test -z || test ! -s conftest.err configure:5634: $? = 0 configure:5637: test -s conftest.o configure:5640: $? = 0 configure:5668: checking how to run the C++ preprocessor configure:5699: g++ -E conftest.cc configure:5705: $? = 0 configure:5737: g++ -E conftest.cc conftest.cc:28:28: ac_nonexistent.h: No such file or directory configure:5743: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define XINE_MAJOR 1 | #define XINE_MINOR 0 | #define XINE_SUB 0 | #define PACKAGE "xine-lib" | #define VERSION "1-rc5" | #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 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5782: result: g++ -E configure:5806: g++ -E conftest.cc configure:5812: $? = 0 configure:5844: g++ -E conftest.cc conftest.cc:28:28: ac_nonexistent.h: No such file or directory configure:5850: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define XINE_MAJOR 1 | #define XINE_MINOR 0 | #define XINE_SUB 0 | #define PACKAGE "xine-lib" | #define VERSION "1-rc5" | #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 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5945: checking for g77 configure:5974: result: no configure:5945: checking for f77 configure:5974: result: no configure:5945: checking for xlf configure:5974: result: no configure:5945: checking for frt configure:5974: result: no configure:5945: checking for pgf77 configure:5974: result: no configure:5945: checking for fort77 configure:5974: result: no configure:5945: checking for fl32 configure:5974: result: no configure:5945: checking for af77 configure:5974: result: no configure:5945: checking for f90 configure:5974: result: no configure:5945: checking for xlf90 configure:5974: result: no configure:5945: checking for pgf90 configure:5974: result: no configure:5945: checking for epcf90 configure:5974: result: no configure:5945: checking for f95 configure:5974: result: no configure:5945: checking for fort configure:5974: result: no configure:5945: checking for xlf95 configure:5974: result: no configure:5945: checking for ifc configure:5974: result: no configure:5945: checking for efc configure:5974: result: no configure:5945: checking for pgf95 configure:5974: result: no configure:5945: checking for lf95 configure:5974: result: no configure:5945: checking for gfortran configure:5974: result: no configure:5989: checking for Fortran 77 compiler version configure:5989: --version </dev/null >&5 ./configure: line 1: --version: command not found configure:5992: $? = 127 configure:5994: -v </dev/null >&5 ./configure: line 1: -v: command not found configure:5997: $? = 127 configure:5999: -V </dev/null >&5 ./configure: line 1: -V: command not found configure:6002: $? = 127 configure:6010: checking whether we are using the GNU Fortran 77 compiler configure:6024: -c conftest.F >&5 ./configure: line 1: -c: command not found configure:6030: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:6055: result: no configure:6061: checking whether accepts -g configure:6073: -c -g conftest.f >&5 ./configure: line 1: -c: command not found configure:6079: $? = 127 configure: failed program was: | program main | | end configure:6103: result: no configure:6133: checking the maximum length of command line arguments configure:6198: result: 32768 configure:6209: checking command to parse /usr/bin/nm -B output from gcc object configure:6298: gcc -c conftest.c >&5 configure:6301: $? = 0 configure:6305: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:6308: $? = 0 configure:6360: gcc -o conftest conftest.c conftstm.o >&5 configure:6363: $? = 0 configure:6401: result: ok configure:6405: checking for objdir configure:6420: result: .libs configure:6510: checking for ar configure:6526: found /usr/bin/ar configure:6537: result: ar configure:6590: checking for ranlib configure:6606: found /usr/bin/ranlib configure:6617: result: ranlib configure:6670: checking for strip configure:6686: found /usr/bin/strip configure:6697: result: strip configure:6959: checking if gcc static flag works configure:6982: result: yes configure:7000: checking if gcc supports -fno-rtti -fno-exceptions configure:7021: gcc -c -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC configure:7025: $? = 0 configure:7033: result: no configure:7048: checking for gcc option to produce PIC configure:7225: result: -fPIC configure:7233: checking if gcc PIC flag -fPIC works configure:7254: gcc -c -fPIC -DPIC conftest.c >&5 configure:7258: $? = 0 configure:7266: result: yes configure:7290: checking if gcc supports -c -o file.o configure:7314: gcc -c -o out/conftest2.o conftest.c >&5 configure:7318: $? = 0 configure:7335: result: yes configure:7361: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:8208: result: yes configure:8234: checking whether -lc should be explicitly linked in configure:8239: gcc -c conftest.c >&5 configure:8242: $? = 0 configure:8256: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:8259: $? = 0 configure:8271: result: no configure:8279: checking dynamic linker characteristics configure:8831: result: GNU/Linux ld.so configure:8835: checking how to hardcode library paths into programs configure:8860: result: immediate configure:8874: checking whether stripping libraries is possible configure:8879: result: yes configure:9004: checking for shl_load configure:9061: gcc -o conftest conftest.c >&5 /tmp/ccqGG3Pi.o(.text+0x16): In function `main': : undefined reference to `shl_load' /tmp/ccqGG3Pi.o(.data+0x0): undefined reference to `shl_load' collect2: ld returned 1 exit status configure:9067: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define XINE_MAJOR 1 | #define XINE_MINOR 0 | #define XINE_SUB 0 | #define PACKAGE "xine-lib" | #define VERSION "1-rc5" | #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 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef shl_load | | /* 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 shl_load (); | /* 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_shl_load) || defined (__stub___shl_load) | choke me | #else | char (*f) () = shl_load; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != shl_load; | ; | return 0; | } configure:9091: result: no configure:9096: checking for shl_load in -ldld configure:9126: gcc -o conftest conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:9132: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define XINE_MAJOR 1 | #define XINE_MINOR 0 | #define XINE_SUB 0 | #define PACKAGE "xine-lib" | #define VERSION "1-rc5" | #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 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end 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 shl_load (); | int | main () | { | shl_load (); | ; | return 0; | } configure:9157: result: no configure:9162: checking for dlopen configure:9219: gcc -o conftest conftest.c >&5 /tmp/cc8hqq6D.o(.text+0x16): In function `main': : undefined reference to `dlopen' /tmp/cc8hqq6D.o(.data+0x0): undefined reference to `dlopen' collect2: ld returned 1 exit status configure:9225: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define XINE_MAJOR 1 | #define XINE_MINOR 0 | #define XINE_SUB 0 | #define PACKAGE "xine-lib" | #define VERSION "1-rc5" | #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 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef dlopen | | /* 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 dlopen (); | /* 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_dlopen) || defined (__stub___dlopen) | choke me | #else | char (*f) () = dlopen; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != dlopen; | ; | return 0; | } configure:9249: result: no configure:9254: checking for dlopen in -ldl configure:9284: gcc -o conftest conftest.c -ldl >&5 configure:9290: $? = 0 configure:9293: test -z || test ! -s conftest.err configure:9296: $? = 0 configure:9299: test -s conftest configure:9302: $? = 0 configure:9315: result: yes configure:9488: checking whether a program can dlopen itself configure:9560: gcc -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure:9563: $? = 0 configure:9581: result: yes configure:9586: checking whether a statically linked program can dlopen itself configure:9658: gcc -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure:9661: $? = 0 configure:9679: result: yes configure:9702: checking if libtool supports shared libraries configure:9704: result: yes configure:9707: checking whether to build shared libraries configure:9765: result: yes configure:9768: checking whether to build static libraries configure:9772: result: no configure:9864: creating libtool configure:10411: checking for ld used by g++ configure:10478: result: /usr/bin/ld configure:10487: checking if the linker (/usr/bin/ld) is GNU ld configure:10502: result: yes configure:10553: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:11379: result: yes configure:11397: g++ -c -g -O2 conftest.cc >&5 configure:11400: $? = 0 configure:11496: checking for g++ option to produce PIC configure:11748: result: -fPIC configure:11756: checking if g++ PIC flag -fPIC works configure:11777: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5 configure:11781: $? = 0 configure:11789: result: yes configure:11813: checking if g++ supports -c -o file.o configure:11837: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5 configure:11841: $? = 0 configure:11858: result: yes configure:11884: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:11912: result: yes configure:11983: checking dynamic linker characteristics configure:12535: result: GNU/Linux ld.so configure:12539: checking how to hardcode library paths into programs configure:12564: result: immediate configure:12578: checking whether stripping libraries is possible configure:12583: result: yes configure:12708: checking for shl_load configure:12795: result: no configure:12800: checking for shl_load in -ldld configure:12861: result: no configure:12866: checking for dlopen configure:12953: result: no configure:12958: checking for dlopen in -ldl configure:13019: result: yes configure:13192: checking whether a program can dlopen itself configure:13285: result: yes configure:13290: checking whether a statically linked program can dlopen itself configure:13383: result: yes configure:19959: checking for ranlib configure:19986: result: ranlib configure:19998: checking for an ANSI C-conforming const configure:20065: gcc -c conftest.c >&5 configure:20071: $? = 0 configure:20074: test -z || test ! -s conftest.err configure:20077: $? = 0 configure:20080: test -s conftest.o configure:20083: $? = 0 configure:20094: result: yes configure:20104: checking for off_t configure:20128: gcc -c conftest.c >&5 configure:20134: $? = 0 configure:20137: test -z || test ! -s conftest.err configure:20140: $? = 0 configure:20143: test -s conftest.o configure:20146: $? = 0 configure:20157: result: yes configure:20169: checking for size_t configure:20193: gcc -c conftest.c >&5 configure:20199: $? = 0 configure:20202: test -z || test ! -s conftest.err configure:20205: $? = 0 configure:20208: test -s conftest.o configure:20211: $? = 0 configure:20222: result: yes configure:20236: checking for working alloca.h configure:20257: gcc -o conftest conftest.c >&5 configure:20263: $? = 0 configure:20266: test -z || test ! -s conftest.err configure:20269: $? = 0 configure:20272: test -s conftest configure:20275: $? = 0 configure:20287: result: yes configure:20297: checking for alloca configure:20338: gcc -o conftest conftest.c >&5 configure:20344: $? = 0 configure:20347: test -z || test ! -s conftest.err configure:20350: $? = 0 configure:20353: test -s conftest configure:20356: $? = 0 configure:20368: result: yes configure:20596: checking for stdlib.h configure:20601: result: yes configure:20596: checking for unistd.h configure:20601: result: yes configure:20744: checking for getpagesize configure:20801: gcc -o conftest conftest.c >&5 configure:20807: $? = 0 configure:20810: test -z || test ! -s conftest.err configure:20813: $? = 0 configure:20816: test -s conftest configure:20819: $? = 0 configure:20831: result: yes configure:20841: checking for working mmap configure:20983: gcc -o conftest conftest.c >&5 configure:20986: $? = 0 configure:20988: ./conftest configure:20991: $? = 0 configure:21005: result: yes configure:21017: checking whether we are using the GNU C Library 2.1 or newer configure:21048: result: yes configure:21079: checking argz.h usability configure:21091: gcc -c conftest.c >&5 configure:21097: $? = 0 configure:21100: test -z || test ! -s conftest.err configure:21103: $? = 0 configure:21106: test -s conftest.o configure:21109: $? = 0 configure:21119: result: yes configure:21123: checking argz.h presence configure:21133: gcc -E conftest.c configure:21139: $? = 0 configure:21159: result: yes configure:21194: checking for argz.h configure:21201: result: yes configure:21079: checking limits.h usability configure:21091: gcc -c conftest.c >&5 configure:21097: $? = 0 configure:21100: test -z || test ! -s conftest.err configure:21103: $? = 0 configure:21106: test -s conftest.o configure:21109: $? = 0 configure:21119: result: yes configure:21123: checking limits.h presence configure:21133: gcc -E conftest.c configure:21139: $? = 0 configure:21159: result: yes configure:21194: checking for limits.h configure:21201: result: yes configure:21079: checking locale.h usability configure:21091: gcc -c conftest.c >&5 configure:21097: $? = 0 configure:21100: test -z || test ! -s conftest.err configure:21103: $? = 0 configure:21106: test -s conftest.o configure:21109: $? = 0 configure:21119: result: yes configure:21123: checking locale.h presence configure:21133: gcc -E conftest.c configure:21139: $? = 0 configure:21159: result: yes configure:21194: checking for locale.h configure:21201: result: yes configure:21079: checking nl_types.h usability configure:21091: gcc -c conftest.c >&5 configure:21097: $? = 0 configure:21100: test -z || test ! -s conftest.err configure:21103: $? = 0 configure:21106: test -s conftest.o configure:21109: $? = 0 configure:21119: result: yes configure:21123: checking nl_types.h presence configure:21133: gcc -E conftest.c configure:21139: $? = 0 configure:21159: result: yes configure:21194: checking for nl_types.h configure:21201: result: yes configure:21079: checking malloc.h usability configure:21091: gcc -c conftest.c >&5 configure:21097: $? = 0 configure:21100: test -z || test ! -s conftest.err configure:21103: $? = 0 configure:21106: test -s conftest.o configure:21109: $? = 0 configure:21119: result: yes configure:21123: checking malloc.h presence configure:21133: gcc -E conftest.c configure:21139: $? = 0 configure:21159: result: yes configure:21194: checking for malloc.h configure:21201: result: yes configure:21079: checking stddef.h usability configure:21091: gcc -c conftest.c >&5 configure:21097: $? = 0 configure:21100: test -z || test ! -s conftest.err configure:21103: $? = 0 configure:21106: test -s conftest.o configure:21109: $? = 0 configure:21119: result: yes configure:21123: checking stddef.h presence configure:21133: gcc -E conftest.c configure:21139: $? = 0 configure:21159: result: yes configure:21194: checking for stddef.h configure:21201: result: yes configure:21070: checking for stdlib.h configure:21075: result: yes configure:21070: checking for string.h configure:21075: result: yes configure:21070: checking for unistd.h configure:21075: result: yes configure:21079: checking sys/param.h usability configure:21091: gcc -c conftest.c >&5 configure:21097: $? = 0 configure:21100: test -z || test ! -s conftest.err configure:21103: $? = 0 configure:21106: test -s conftest.o configure:21109: $? = 0 configure:21119: result: yes configure:21123: checking sys/param.h presence configure:21133: gcc -E conftest.c configure:21139: $? = 0 configure:21159: result: yes configure:21194: checking for sys/param.h configure:21201: result: yes configure:21240: checking for feof_unlocked configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for fgets_unlocked configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for getcwd configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for getegid configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for geteuid configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for getgid configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for getuid configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for mempcpy configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for munmap configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for putenv configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for setenv configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for setlocale configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for stpcpy configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for strchr configure:21297: gcc -o conftest conftest.c >&5 conftest.c:81: warning: conflicting types for built-in function `strchr' configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for strcasecmp configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for strdup configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for strtoul configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for tsearch configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for __argz_count configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for __argz_stringify configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21240: checking for __argz_next configure:21297: gcc -o conftest conftest.c >&5 configure:21303: $? = 0 configure:21306: test -z || test ! -s conftest.err configure:21309: $? = 0 configure:21312: test -s conftest configure:21315: $? = 0 configure:21327: result: yes configure:21352: checking for iconv configure:21379: gcc -o conftest conftest.c >&5 configure:21385: $? = 0 configure:21388: test -z || test ! -s conftest.err configure:21391: $? = 0 configure:21394: test -s conftest configure:21397: $? = 0 configure:21462: result: yes configure:21470: checking for iconv declaration configure:21504: gcc -c conftest.c >&5 configure:21510: $? = 0 configure:21513: test -z || test ! -s conftest.err configure:21516: $? = 0 configure:21519: test -s conftest.o configure:21522: $? = 0 configure:21537: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:21553: checking for nl_langinfo and CODESET configure:21574: gcc -o conftest conftest.c >&5 configure:21580: $? = 0 configure:21583: test -z || test ! -s conftest.err configure:21586: $? = 0 configure:21589: test -s conftest configure:21592: $? = 0 configure:21605: result: yes configure:21616: checking for LC_MESSAGES configure:21637: gcc -o conftest conftest.c >&5 configure:21643: $? = 0 configure:21646: test -z || test ! -s conftest.err configure:21649: $? = 0 configure:21652: test -s conftest configure:21655: $? = 0 configure:21667: result: yes configure:21677: checking whether NLS is requested configure:21686: result: yes configure:21700: checking whether included gettext is requested configure:21710: result: no configure:21734: checking libintl.h usability configure:21746: gcc -c conftest.c >&5 configure:21752: $? = 0 configure:21755: test -z || test ! -s conftest.err configure:21758: $? = 0 configure:21761: test -s conftest.o configure:21764: $? = 0 configure:21774: result: yes configure:21778: checking libintl.h presence configure:21788: gcc -E conftest.c configure:21794: $? = 0 configure:21814: result: yes configure:21849: checking for libintl.h configure:21856: result: yes configure:21864: checking for GNU gettext in libc configure:21887: gcc -o conftest conftest.c >&5 configure:21893: $? = 0 configure:21896: test -z || test ! -s conftest.err configure:21899: $? = 0 configure:21902: test -s conftest configure:21905: $? = 0 configure:21917: result: yes configure:22000: checking for dcgettext configure:22057: gcc -o conftest conftest.c >&5 configure:22063: $? = 0 configure:22066: test -z || test ! -s conftest.err configure:22069: $? = 0 configure:22072: test -s conftest configure:22075: $? = 0 configure:22087: result: yes configure:22101: checking for msgfmt configure:22131: result: no configure:22137: checking for gmsgfmt configure:22168: result: : configure:22178: checking for xgettext configure:22208: result: no configure:22382: checking for bison configure:22398: found /usr/bin/bison configure:22408: result: bison configure:22421: checking version of bison configure:22430: result: 1.875, ok configure:22469: checking for catalogs to be installed configure:22489: result: fr pt_BR de sk es pl cs it configure:22554: checking whether byte ordering is bigendian configure:22581: gcc -c conftest.c >&5 configure:22587: $? = 0 configure:22590: test -z || test ! -s conftest.err configure:22593: $? = 0 configure:22596: test -s conftest.o configure:22599: $? = 0 configure:22623: gcc -c conftest.c >&5 conftest.c: In function `main': conftest.c:80: error: `not' undeclared (first use in this function) conftest.c:80: error: (Each undeclared identifier is reported only once conftest.c:80: error: for each function it appears in.) conftest.c:80: error: parse error before "big" configure:22629: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define XINE_MAJOR 1 | #define XINE_MINOR 0 | #define XINE_SUB 0 | #define PACKAGE "xine-lib" | #define VERSION "1-rc5" | #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 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:22762: result: no configure:22781: checking for an ANSI C-conforming const configure:22877: result: yes configure:22887: checking for inline configure:22938: result: inline configure:22958: checking for always_inline configure:22978: gcc -c -Wall -Werror conftest.c >&5 configure:22984: $? = 0 configure:22987: test -z || test ! -s conftest.err configure:22990: $? = 0 configure:22993: test -s conftest.o configure:22996: $? = 0 configure:23007: result: yes configure:23018: checking for off_t configure:23071: result: yes configure:23083: checking for size_t configure:23136: result: yes configure:23148: checking for long configure:23172: gcc -c conftest.c >&5 configure:23178: $? = 0 configure:23181: test -z || test ! -s conftest.err configure:23184: $? = 0 configure:23187: test -s conftest.o configure:23190: $? = 0 configure:23201: result: yes configure:23204: checking size of long configure:23516: gcc -o conftest conftest.c >&5 configure:23519: $? = 0 configure:23521: ./conftest configure:23524: $? = 0 configure:23547: result: 4 configure:23555: checking for inttypes.h configure:23560: result: yes configure:23950: checking for pthread_create in -lpthread configure:23980: gcc -o conftest conftest.c -lpthread >&5 configure:23986: $? = 0 configure:23989: test -z || test ! -s conftest.err configure:23992: $? = 0 configure:23995: test -s conftest configure:23998: $? = 0 configure:24011: result: yes configure:24028: checking for dlopen in -lc configure:24058: gcc -o conftest conftest.c -lc >&5 /tmp/ccNLNySg.o(.text+0x11): In function `main': : undefined reference to `dlopen' collect2: ld returned 1 exit status configure:24064: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define XINE_MAJOR 1 | #define XINE_MINOR 0 | #define XINE_SUB 0 | #define PACKAGE "xine-lib" | #define VERSION "1-rc5" | #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 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define inline inline __attribute__ ((__always_inline__)) | #define SIZEOF_LONG 4 | /* end 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 dlopen (); | int | main () | { | dlopen (); | ; | return 0; | } configure:24089: result: no configure:24094: checking for dlopen in -ldl configure:24155: result: yes configure:24171: checking libdir name configure:24178: gcc -c conftest.c >&5 configure:24181: $? = 0 configure:24201: result: lib configure:24212: checking whether lrintf is declared configure:24240: gcc -c conftest.c >&5 configure:24246: $? = 0 configure:24249: test -z || test ! -s conftest.err configure:24252: $? = 0 configure:24255: test -s conftest.o configure:24258: $? = 0 configure:24269: result: yes configure:24287: checking for int_fast8_t configure:24311: gcc -c conftest.c >&5 configure:24317: $? = 0 configure:24320: test -z || test ! -s conftest.err configure:24323: $? = 0 configure:24326: test -s conftest.o configure:24329: $? = 0 configure:24340: result: yes configure:24393: checking for mlib_VideoAddBlock_U8_S16 in -lmlib configure:24423: gcc -o conftest conftest.c -lmlib -L/opt/SUNWmlib/lib >&5 /usr/bin/ld: cannot find -lmlib collect2: ld returned 1 exit status configure:24429: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define XINE_MAJOR 1 | #define XINE_MINOR 0 | #define XINE_SUB 0 | #define PACKAGE "xine-lib" | #define VERSION "1-rc5" | #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 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define inline inline __attribute__ ((__always_inline__)) | #define SIZEOF_LONG 4 | #define HAVE_LRINTF 1 | #define _ISOC9X_SOURCE 1 | #define HAVE_INT_FAST8_T 1 | /* end 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 mlib_VideoAddBlock_U8_S16 (); | int | main () | { | mlib_VideoAddBlock_U8_S16 (); | ; | return 0; | } configure:24454: result: no configure:24649: checking for X configure:24883: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include configure:25054: gcc -o conftest conftest.c -L/usr/X11R6/lib -lX11 >&5 configure:25060: $? = 0 configure:25063: test -z || test ! -s conftest.err configure:25066: $? = 0 configure:25069: test -s conftest configure:25072: $? = 0 configure:25228: checking for gethostbyname configure:25285: gcc -o conftest conftest.c >&5 configure:25291: $? = 0 configure:25294: test -z || test ! -s conftest.err configure:25297: $? = 0 configure:25300: test -s conftest configure:25303: $? = 0 configure:25315: result: yes configure:25464: checking for connect configure:25521: gcc -o conftest conftest.c >&5 configure:25527: $? = 0 configure:25530: test -z || test ! -s conftest.err configure:25533: $? = 0 configure:25536: test -s conftest configure:25539: $? = 0 configure:25551: result: yes configure:25625: checking for remove configure:25682: gcc -o conftest conftest.c >&5 configure:25688: $? = 0 configure:25691: test -z || test ! -s conftest.err configure:25694: $? = 0 configure:25697: test -s conftest configure:25700: $? = 0 configure:25712: result: yes configure:25786: checking for shmat configure:25843: gcc -o conftest conftest.c >&5 configure:25849: $? = 0 configure:25852: test -z || test ! -s conftest.err configure:25855: $? = 0 configure:25858: test -s conftest configure:25861: $? = 0 configure:25873: result: yes configure:25956: checking for IceConnectionNumber in -lICE configure:25986: gcc -o conftest -L/usr/X11R6/lib conftest.c -lICE >&5 configure:25992: $? = 0 configure:25995: test -z || test ! -s conftest.err configure:25998: $? = 0 configure:26001: test -s conftest configure:26004: $? = 0 configure:26017: result: yes configure:26047: checking for socket in -lsocket configure:26077: gcc -o conftest conftest.c -lsocket >&5 /usr/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure:26083: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define XINE_MAJOR 1 | #define XINE_MINOR 0 | #define XINE_SUB 0 | #define PACKAGE "xine-lib" | #define VERSION "1-rc5" | #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 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #def
Marsh Posté le 14-08-2004 à 15:28:15
bjr all!
j'ai besoin de compiler xine-lib (j'ai pris la version xine-lib-1-rc5), mais ça me fais pareil avec d'autres versions (par exemple la cvs)
j'ai un problème au niveau du configure: à la fin ça me mets ça:
ça stoppe le configure, et donc il ne peut pas créer le Makefile, donc pas de compil possible
à la ligne 40173, j'ai ça:
si vous voyez d'où ça peut venir...
ps: j'ai essayé sur une autre machine -> idem
ps2: mon config.log:
[code]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.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = debian
uname -m = i686
uname -r = 2.4.24
uname -s = Linux
uname -v = #2 mer avr 14 21:24:20 CEST 2004
/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: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/bin/X11
PATH: /usr/local/sbin
PATH: /usr/local/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1666: checking build system type
configure:1684: result: i686-pc-linux-gnu
configure:1692: checking host system type
configure:1706: result: i686-pc-linux-gnu
configure:1714: checking target system type
configure:1728: result: i686-pc-linux-gnu
configure:1757: checking for a BSD-compatible install
configure:1812: result: /usr/bin/install -c
configure:1823: checking whether build environment is sane
configure:1866: result: yes
configure:1881: checking whether make sets $(MAKE)
configure:1901: result: yes
configure:1933: checking for working aclocal-1.4
configure:1940: result: found
configure:1948: checking for working autoconf
configure:1955: result: found
configure:1963: checking for working automake-1.4
configure:1970: result: found
configure:1978: checking for working autoheader
configure:1985: result: found
configure:1993: checking for working makeinfo
configure:2000: result: found
configure:2076: checking for gcc
configure:2092: found /usr/bin/gcc
configure:2102: result: gcc
configure:2346: checking for C compiler version
configure:2349: gcc --version </dev/null >&5
gcc (GCC) 3.3.4 (Debian 1:3.3.4-7)
Copyright (C) 2003 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:2352: $? = 0
configure:2354: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.4 (Debian 1:3.3.4-7)
configure:2357: $? = 0
configure:2359: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2362: $? = 1
configure:2385: checking for C compiler default output file name
configure:2388: gcc conftest.c >&5
configure:2391: $? = 0
configure:2437: result: a.out
configure:2442: checking whether the C compiler works
configure:2448: ./a.out
configure:2451: $? = 0
configure:2468: result: yes
configure:2475: checking whether we are cross compiling
configure:2477: result: no
configure:2480: checking for suffix of executables
configure:2482: gcc -o conftest conftest.c >&5
configure:2485: $? = 0
configure:2510: result:
configure:2516: checking for suffix of object files
configure:2537: gcc -c conftest.c >&5
configure:2540: $? = 0
configure:2562: result: o
configure:2566: checking whether we are using the GNU C compiler
configure:2590: gcc -c conftest.c >&5
configure:2596: $? = 0
configure:2599: test -z || test ! -s conftest.err
configure:2602: $? = 0
configure:2605: test -s conftest.o
configure:2608: $? = 0
configure:2621: result: yes
configure:2627: checking whether gcc accepts -g
configure:2648: gcc -c -g conftest.c >&5
configure:2654: $? = 0
configure:2657: test -z || test ! -s conftest.err
configure:2660: $? = 0
configure:2663: test -s conftest.o
configure:2666: $? = 0
configure:2677: result: yes
configure:2694: checking for gcc option to accept ANSI C
configure:2764: gcc -c -g -O2 conftest.c >&5
configure:2770: $? = 0
configure:2773: test -z || test ! -s conftest.err
configure:2776: $? = 0
configure:2779: test -s conftest.o
configure:2782: $? = 0
configure:2800: result: none needed
configure:2818: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2824: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2956: checking for strerror in -lcposix
configure:2986: gcc -o conftest -g -O2 conftest.c -lcposix >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:2992: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define XINE_MAJOR 1
| #define XINE_MINOR 0
| #define XINE_SUB 0
| #define PACKAGE "xine-lib"
| #define VERSION "1-rc5"
| /* end 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:3017: result: no
configure:3072: checking for gcc
configure:3098: result: gcc
configure:3342: checking for C compiler version
configure:3345: gcc --version </dev/null >&5
gcc (GCC) 3.3.4 (Debian 1:3.3.4-7)
Copyright (C) 2003 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:3348: $? = 0
configure:3350: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.4 (Debian 1:3.3.4-7)
configure:3353: $? = 0
configure:3355: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:3358: $? = 1
configure:3361: checking whether we are using the GNU C compiler
configure:3416: result: yes
configure:3422: checking whether gcc accepts -g
configure:3472: result: yes
configure:3489: checking for gcc option to accept ANSI C
configure:3595: result: none needed
configure:3613: gcc -c conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:3619: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3754: checking how to run the C preprocessor
configure:3789: gcc -E conftest.c
configure:3795: $? = 0
configure:3827: gcc -E conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:3833: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define XINE_MAJOR 1
| #define XINE_MINOR 0
| #define XINE_SUB 0
| #define PACKAGE "xine-lib"
| #define VERSION "1-rc5"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3872: result: gcc -E
configure:3896: gcc -E conftest.c
configure:3902: $? = 0
configure:3934: gcc -E conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:3940: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define XINE_MAJOR 1
| #define XINE_MINOR 0
| #define XINE_SUB 0
| #define PACKAGE "xine-lib"
| #define VERSION "1-rc5"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3984: checking for egrep
configure:3994: result: grep -E
configure:3999: checking for ANSI C header files
configure:4024: gcc -c conftest.c >&5
configure:4030: $? = 0
configure:4033: test -z || test ! -s conftest.err
configure:4036: $? = 0
configure:4039: test -s conftest.o
configure:4042: $? = 0
configure:4128: gcc -o conftest conftest.c >&5
configure:4131: $? = 0
configure:4133: ./conftest
configure:4136: $? = 0
configure:4151: result: yes
configure:4161: checking whether make sets $(MAKE)
configure:4181: result: yes
configure:4203: checking for a BSD-compatible install
configure:4258: result: /usr/bin/install -c
configure:4269: checking whether ln -s works
configure:4273: result: yes
configure:4284: checking for gawk
configure:4300: found /usr/bin/gawk
configure:4310: result: gawk
configure:4320: checking for inline
configure:4341: gcc -c conftest.c >&5
configure:4347: $? = 0
configure:4350: test -z || test ! -s conftest.err
configure:4353: $? = 0
configure:4356: test -s conftest.o
configure:4359: $? = 0
configure:4371: result: inline
configure:4485: checking for a sed that does not truncate output
configure:4539: result: /bin/sed
configure:4553: checking for ld used by gcc
configure:4620: result: /usr/bin/ld
configure:4629: checking if the linker (/usr/bin/ld) is GNU ld
configure:4644: result: yes
configure:4649: checking for /usr/bin/ld option to reload object files
configure:4656: result: -r
configure:4665: checking for BSD-compatible nm
configure:4707: result: /usr/bin/nm -B
configure:4711: checking how to recognise dependent libraries
configure:4885: result: pass_all
configure:5106: checking for sys/types.h
configure:5122: gcc -c conftest.c >&5
configure:5128: $? = 0
configure:5131: test -z || test ! -s conftest.err
configure:5134: $? = 0
configure:5137: test -s conftest.o
configure:5140: $? = 0
configure:5151: result: yes
configure:5106: checking for sys/stat.h
configure:5122: gcc -c conftest.c >&5
configure:5128: $? = 0
configure:5131: test -z || test ! -s conftest.err
configure:5134: $? = 0
configure:5137: test -s conftest.o
configure:5140: $? = 0
configure:5151: result: yes
configure:5106: checking for stdlib.h
configure:5122: gcc -c conftest.c >&5
configure:5128: $? = 0
configure:5131: test -z || test ! -s conftest.err
configure:5134: $? = 0
configure:5137: test -s conftest.o
configure:5140: $? = 0
configure:5151: result: yes
configure:5106: checking for string.h
configure:5122: gcc -c conftest.c >&5
configure:5128: $? = 0
configure:5131: test -z || test ! -s conftest.err
configure:5134: $? = 0
configure:5137: test -s conftest.o
configure:5140: $? = 0
configure:5151: result: yes
configure:5106: checking for memory.h
configure:5122: gcc -c conftest.c >&5
configure:5128: $? = 0
configure:5131: test -z || test ! -s conftest.err
configure:5134: $? = 0
configure:5137: test -s conftest.o
configure:5140: $? = 0
configure:5151: result: yes
configure:5106: checking for strings.h
configure:5122: gcc -c conftest.c >&5
configure:5128: $? = 0
configure:5131: test -z || test ! -s conftest.err
configure:5134: $? = 0
configure:5137: test -s conftest.o
configure:5140: $? = 0
configure:5151: result: yes
configure:5106: checking for inttypes.h
configure:5122: gcc -c conftest.c >&5
configure:5128: $? = 0
configure:5131: test -z || test ! -s conftest.err
configure:5134: $? = 0
configure:5137: test -s conftest.o
configure:5140: $? = 0
configure:5151: result: yes
configure:5106: checking for stdint.h
configure:5122: gcc -c conftest.c >&5
configure:5128: $? = 0
configure:5131: test -z || test ! -s conftest.err
configure:5134: $? = 0
configure:5137: test -s conftest.o
configure:5140: $? = 0
configure:5151: result: yes
configure:5106: checking for unistd.h
configure:5122: gcc -c conftest.c >&5
configure:5128: $? = 0
configure:5131: test -z || test ! -s conftest.err
configure:5134: $? = 0
configure:5137: test -s conftest.o
configure:5140: $? = 0
configure:5151: result: yes
configure:5177: checking dlfcn.h usability
configure:5189: gcc -c conftest.c >&5
configure:5195: $? = 0
configure:5198: test -z || test ! -s conftest.err
configure:5201: $? = 0
configure:5204: test -s conftest.o
configure:5207: $? = 0
configure:5217: result: yes
configure:5221: checking dlfcn.h presence
configure:5231: gcc -E conftest.c
configure:5237: $? = 0
configure:5257: result: yes
configure:5292: checking for dlfcn.h
configure:5299: result: yes
configure:5364: checking for g++
configure:5380: found /usr/bin/g++
configure:5390: result: g++
configure:5406: checking for C++ compiler version
configure:5409: g++ --version </dev/null >&5
g++ (GCC) 3.3.4 (Debian 1:3.3.4-7)
Copyright (C) 2003 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:5412: $? = 0
configure:5414: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.4 (Debian 1:3.3.4-7)
configure:5417: $? = 0
configure:5419: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:5422: $? = 1
configure:5425: checking whether we are using the GNU C++ compiler
configure:5449: g++ -c conftest.cc >&5
configure:5455: $? = 0
configure:5458: test -z || test ! -s conftest.err
configure:5461: $? = 0
configure:5464: test -s conftest.o
configure:5467: $? = 0
configure:5480: result: yes
configure:5486: checking whether g++ accepts -g
configure:5507: g++ -c -g conftest.cc >&5
configure:5513: $? = 0
configure:5516: test -z || test ! -s conftest.err
configure:5519: $? = 0
configure:5522: test -s conftest.o
configure:5525: $? = 0
configure:5536: result: yes
configure:5578: g++ -c -g -O2 conftest.cc >&5
configure:5584: $? = 0
configure:5587: test -z || test ! -s conftest.err
configure:5590: $? = 0
configure:5593: test -s conftest.o
configure:5596: $? = 0
configure:5622: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:29: error: `exit' undeclared (first use this function)
conftest.cc:29: error: (Each undeclared identifier is reported only once for
each function it appears in.)
configure:5628: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define XINE_MAJOR 1
| #define XINE_MINOR 0
| #define XINE_SUB 0
| #define PACKAGE "xine-lib"
| #define VERSION "1-rc5"
| #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
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5578: g++ -c -g -O2 conftest.cc >&5
configure:5584: $? = 0
configure:5587: test -z || test ! -s conftest.err
configure:5590: $? = 0
configure:5593: test -s conftest.o
configure:5596: $? = 0
configure:5622: g++ -c -g -O2 conftest.cc >&5
configure:5628: $? = 0
configure:5631: test -z || test ! -s conftest.err
configure:5634: $? = 0
configure:5637: test -s conftest.o
configure:5640: $? = 0
configure:5668: checking how to run the C++ preprocessor
configure:5699: g++ -E conftest.cc
configure:5705: $? = 0
configure:5737: g++ -E conftest.cc
conftest.cc:28:28: ac_nonexistent.h: No such file or directory
configure:5743: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define XINE_MAJOR 1
| #define XINE_MINOR 0
| #define XINE_SUB 0
| #define PACKAGE "xine-lib"
| #define VERSION "1-rc5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5782: result: g++ -E
configure:5806: g++ -E conftest.cc
configure:5812: $? = 0
configure:5844: g++ -E conftest.cc
conftest.cc:28:28: ac_nonexistent.h: No such file or directory
configure:5850: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define XINE_MAJOR 1
| #define XINE_MINOR 0
| #define XINE_SUB 0
| #define PACKAGE "xine-lib"
| #define VERSION "1-rc5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5945: checking for g77
configure:5974: result: no
configure:5945: checking for f77
configure:5974: result: no
configure:5945: checking for xlf
configure:5974: result: no
configure:5945: checking for frt
configure:5974: result: no
configure:5945: checking for pgf77
configure:5974: result: no
configure:5945: checking for fort77
configure:5974: result: no
configure:5945: checking for fl32
configure:5974: result: no
configure:5945: checking for af77
configure:5974: result: no
configure:5945: checking for f90
configure:5974: result: no
configure:5945: checking for xlf90
configure:5974: result: no
configure:5945: checking for pgf90
configure:5974: result: no
configure:5945: checking for epcf90
configure:5974: result: no
configure:5945: checking for f95
configure:5974: result: no
configure:5945: checking for fort
configure:5974: result: no
configure:5945: checking for xlf95
configure:5974: result: no
configure:5945: checking for ifc
configure:5974: result: no
configure:5945: checking for efc
configure:5974: result: no
configure:5945: checking for pgf95
configure:5974: result: no
configure:5945: checking for lf95
configure:5974: result: no
configure:5945: checking for gfortran
configure:5974: result: no
configure:5989: checking for Fortran 77 compiler version
configure:5989: --version </dev/null >&5
./configure: line 1: --version: command not found
configure:5992: $? = 127
configure:5994: -v </dev/null >&5
./configure: line 1: -v: command not found
configure:5997: $? = 127
configure:5999: -V </dev/null >&5
./configure: line 1: -V: command not found
configure:6002: $? = 127
configure:6010: checking whether we are using the GNU Fortran 77 compiler
configure:6024: -c conftest.F >&5
./configure: line 1: -c: command not found
configure:6030: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:6055: result: no
configure:6061: checking whether accepts -g
configure:6073: -c -g conftest.f >&5
./configure: line 1: -c: command not found
configure:6079: $? = 127
configure: failed program was:
| program main
|
| end
configure:6103: result: no
configure:6133: checking the maximum length of command line arguments
configure:6198: result: 32768
configure:6209: checking command to parse /usr/bin/nm -B output from gcc object
configure:6298: gcc -c conftest.c >&5
configure:6301: $? = 0
configure:6305: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:6308: $? = 0
configure:6360: gcc -o conftest conftest.c conftstm.o >&5
configure:6363: $? = 0
configure:6401: result: ok
configure:6405: checking for objdir
configure:6420: result: .libs
configure:6510: checking for ar
configure:6526: found /usr/bin/ar
configure:6537: result: ar
configure:6590: checking for ranlib
configure:6606: found /usr/bin/ranlib
configure:6617: result: ranlib
configure:6670: checking for strip
configure:6686: found /usr/bin/strip
configure:6697: result: strip
configure:6959: checking if gcc static flag works
configure:6982: result: yes
configure:7000: checking if gcc supports -fno-rtti -fno-exceptions
configure:7021: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:7025: $? = 0
configure:7033: result: no
configure:7048: checking for gcc option to produce PIC
configure:7225: result: -fPIC
configure:7233: checking if gcc PIC flag -fPIC works
configure:7254: gcc -c -fPIC -DPIC conftest.c >&5
configure:7258: $? = 0
configure:7266: result: yes
configure:7290: checking if gcc supports -c -o file.o
configure:7314: gcc -c -o out/conftest2.o conftest.c >&5
configure:7318: $? = 0
configure:7335: result: yes
configure:7361: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:8208: result: yes
configure:8234: checking whether -lc should be explicitly linked in
configure:8239: gcc -c conftest.c >&5
configure:8242: $? = 0
configure:8256: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:8259: $? = 0
configure:8271: result: no
configure:8279: checking dynamic linker characteristics
configure:8831: result: GNU/Linux ld.so
configure:8835: checking how to hardcode library paths into programs
configure:8860: result: immediate
configure:8874: checking whether stripping libraries is possible
configure:8879: result: yes
configure:9004: checking for shl_load
configure:9061: gcc -o conftest conftest.c >&5
/tmp/ccqGG3Pi.o(.text+0x16): In function `main':
: undefined reference to `shl_load'
/tmp/ccqGG3Pi.o(.data+0x0): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:9067: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define XINE_MAJOR 1
| #define XINE_MINOR 0
| #define XINE_SUB 0
| #define PACKAGE "xine-lib"
| #define VERSION "1-rc5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* 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 shl_load ();
| /* 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_shl_load) || defined (__stub___shl_load)
| choke me
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != shl_load;
| ;
| return 0;
| }
configure:9091: result: no
configure:9096: checking for shl_load in -ldld
configure:9126: gcc -o conftest conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:9132: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define XINE_MAJOR 1
| #define XINE_MINOR 0
| #define XINE_SUB 0
| #define PACKAGE "xine-lib"
| #define VERSION "1-rc5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end 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 shl_load ();
| int
| main ()
| {
| shl_load ();
| ;
| return 0;
| }
configure:9157: result: no
configure:9162: checking for dlopen
configure:9219: gcc -o conftest conftest.c >&5
/tmp/cc8hqq6D.o(.text+0x16): In function `main':
: undefined reference to `dlopen'
/tmp/cc8hqq6D.o(.data+0x0): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:9225: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define XINE_MAJOR 1
| #define XINE_MINOR 0
| #define XINE_SUB 0
| #define PACKAGE "xine-lib"
| #define VERSION "1-rc5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dlopen
|
| /* 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 dlopen ();
| /* 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_dlopen) || defined (__stub___dlopen)
| choke me
| #else
| char (*f) () = dlopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != dlopen;
| ;
| return 0;
| }
configure:9249: result: no
configure:9254: checking for dlopen in -ldl
configure:9284: gcc -o conftest conftest.c -ldl >&5
configure:9290: $? = 0
configure:9293: test -z || test ! -s conftest.err
configure:9296: $? = 0
configure:9299: test -s conftest
configure:9302: $? = 0
configure:9315: result: yes
configure:9488: checking whether a program can dlopen itself
configure:9560: gcc -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure:9563: $? = 0
configure:9581: result: yes
configure:9586: checking whether a statically linked program can dlopen itself
configure:9658: gcc -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure:9661: $? = 0
configure:9679: result: yes
configure:9702: checking if libtool supports shared libraries
configure:9704: result: yes
configure:9707: checking whether to build shared libraries
configure:9765: result: yes
configure:9768: checking whether to build static libraries
configure:9772: result: no
configure:9864: creating libtool
configure:10411: checking for ld used by g++
configure:10478: result: /usr/bin/ld
configure:10487: checking if the linker (/usr/bin/ld) is GNU ld
configure:10502: result: yes
configure:10553: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11379: result: yes
configure:11397: g++ -c -g -O2 conftest.cc >&5
configure:11400: $? = 0
configure:11496: checking for g++ option to produce PIC
configure:11748: result: -fPIC
configure:11756: checking if g++ PIC flag -fPIC works
configure:11777: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5
configure:11781: $? = 0
configure:11789: result: yes
configure:11813: checking if g++ supports -c -o file.o
configure:11837: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:11841: $? = 0
configure:11858: result: yes
configure:11884: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11912: result: yes
configure:11983: checking dynamic linker characteristics
configure:12535: result: GNU/Linux ld.so
configure:12539: checking how to hardcode library paths into programs
configure:12564: result: immediate
configure:12578: checking whether stripping libraries is possible
configure:12583: result: yes
configure:12708: checking for shl_load
configure:12795: result: no
configure:12800: checking for shl_load in -ldld
configure:12861: result: no
configure:12866: checking for dlopen
configure:12953: result: no
configure:12958: checking for dlopen in -ldl
configure:13019: result: yes
configure:13192: checking whether a program can dlopen itself
configure:13285: result: yes
configure:13290: checking whether a statically linked program can dlopen itself
configure:13383: result: yes
configure:19959: checking for ranlib
configure:19986: result: ranlib
configure:19998: checking for an ANSI C-conforming const
configure:20065: gcc -c conftest.c >&5
configure:20071: $? = 0
configure:20074: test -z || test ! -s conftest.err
configure:20077: $? = 0
configure:20080: test -s conftest.o
configure:20083: $? = 0
configure:20094: result: yes
configure:20104: checking for off_t
configure:20128: gcc -c conftest.c >&5
configure:20134: $? = 0
configure:20137: test -z || test ! -s conftest.err
configure:20140: $? = 0
configure:20143: test -s conftest.o
configure:20146: $? = 0
configure:20157: result: yes
configure:20169: checking for size_t
configure:20193: gcc -c conftest.c >&5
configure:20199: $? = 0
configure:20202: test -z || test ! -s conftest.err
configure:20205: $? = 0
configure:20208: test -s conftest.o
configure:20211: $? = 0
configure:20222: result: yes
configure:20236: checking for working alloca.h
configure:20257: gcc -o conftest conftest.c >&5
configure:20263: $? = 0
configure:20266: test -z || test ! -s conftest.err
configure:20269: $? = 0
configure:20272: test -s conftest
configure:20275: $? = 0
configure:20287: result: yes
configure:20297: checking for alloca
configure:20338: gcc -o conftest conftest.c >&5
configure:20344: $? = 0
configure:20347: test -z || test ! -s conftest.err
configure:20350: $? = 0
configure:20353: test -s conftest
configure:20356: $? = 0
configure:20368: result: yes
configure:20596: checking for stdlib.h
configure:20601: result: yes
configure:20596: checking for unistd.h
configure:20601: result: yes
configure:20744: checking for getpagesize
configure:20801: gcc -o conftest conftest.c >&5
configure:20807: $? = 0
configure:20810: test -z || test ! -s conftest.err
configure:20813: $? = 0
configure:20816: test -s conftest
configure:20819: $? = 0
configure:20831: result: yes
configure:20841: checking for working mmap
configure:20983: gcc -o conftest conftest.c >&5
configure:20986: $? = 0
configure:20988: ./conftest
configure:20991: $? = 0
configure:21005: result: yes
configure:21017: checking whether we are using the GNU C Library 2.1 or newer
configure:21048: result: yes
configure:21079: checking argz.h usability
configure:21091: gcc -c conftest.c >&5
configure:21097: $? = 0
configure:21100: test -z || test ! -s conftest.err
configure:21103: $? = 0
configure:21106: test -s conftest.o
configure:21109: $? = 0
configure:21119: result: yes
configure:21123: checking argz.h presence
configure:21133: gcc -E conftest.c
configure:21139: $? = 0
configure:21159: result: yes
configure:21194: checking for argz.h
configure:21201: result: yes
configure:21079: checking limits.h usability
configure:21091: gcc -c conftest.c >&5
configure:21097: $? = 0
configure:21100: test -z || test ! -s conftest.err
configure:21103: $? = 0
configure:21106: test -s conftest.o
configure:21109: $? = 0
configure:21119: result: yes
configure:21123: checking limits.h presence
configure:21133: gcc -E conftest.c
configure:21139: $? = 0
configure:21159: result: yes
configure:21194: checking for limits.h
configure:21201: result: yes
configure:21079: checking locale.h usability
configure:21091: gcc -c conftest.c >&5
configure:21097: $? = 0
configure:21100: test -z || test ! -s conftest.err
configure:21103: $? = 0
configure:21106: test -s conftest.o
configure:21109: $? = 0
configure:21119: result: yes
configure:21123: checking locale.h presence
configure:21133: gcc -E conftest.c
configure:21139: $? = 0
configure:21159: result: yes
configure:21194: checking for locale.h
configure:21201: result: yes
configure:21079: checking nl_types.h usability
configure:21091: gcc -c conftest.c >&5
configure:21097: $? = 0
configure:21100: test -z || test ! -s conftest.err
configure:21103: $? = 0
configure:21106: test -s conftest.o
configure:21109: $? = 0
configure:21119: result: yes
configure:21123: checking nl_types.h presence
configure:21133: gcc -E conftest.c
configure:21139: $? = 0
configure:21159: result: yes
configure:21194: checking for nl_types.h
configure:21201: result: yes
configure:21079: checking malloc.h usability
configure:21091: gcc -c conftest.c >&5
configure:21097: $? = 0
configure:21100: test -z || test ! -s conftest.err
configure:21103: $? = 0
configure:21106: test -s conftest.o
configure:21109: $? = 0
configure:21119: result: yes
configure:21123: checking malloc.h presence
configure:21133: gcc -E conftest.c
configure:21139: $? = 0
configure:21159: result: yes
configure:21194: checking for malloc.h
configure:21201: result: yes
configure:21079: checking stddef.h usability
configure:21091: gcc -c conftest.c >&5
configure:21097: $? = 0
configure:21100: test -z || test ! -s conftest.err
configure:21103: $? = 0
configure:21106: test -s conftest.o
configure:21109: $? = 0
configure:21119: result: yes
configure:21123: checking stddef.h presence
configure:21133: gcc -E conftest.c
configure:21139: $? = 0
configure:21159: result: yes
configure:21194: checking for stddef.h
configure:21201: result: yes
configure:21070: checking for stdlib.h
configure:21075: result: yes
configure:21070: checking for string.h
configure:21075: result: yes
configure:21070: checking for unistd.h
configure:21075: result: yes
configure:21079: checking sys/param.h usability
configure:21091: gcc -c conftest.c >&5
configure:21097: $? = 0
configure:21100: test -z || test ! -s conftest.err
configure:21103: $? = 0
configure:21106: test -s conftest.o
configure:21109: $? = 0
configure:21119: result: yes
configure:21123: checking sys/param.h presence
configure:21133: gcc -E conftest.c
configure:21139: $? = 0
configure:21159: result: yes
configure:21194: checking for sys/param.h
configure:21201: result: yes
configure:21240: checking for feof_unlocked
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for fgets_unlocked
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for getcwd
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for getegid
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for geteuid
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for getgid
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for getuid
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for mempcpy
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for munmap
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for putenv
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for setenv
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for setlocale
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for stpcpy
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for strchr
configure:21297: gcc -o conftest conftest.c >&5
conftest.c:81: warning: conflicting types for built-in function `strchr'
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for strcasecmp
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for strdup
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for strtoul
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for tsearch
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for __argz_count
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for __argz_stringify
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21240: checking for __argz_next
configure:21297: gcc -o conftest conftest.c >&5
configure:21303: $? = 0
configure:21306: test -z || test ! -s conftest.err
configure:21309: $? = 0
configure:21312: test -s conftest
configure:21315: $? = 0
configure:21327: result: yes
configure:21352: checking for iconv
configure:21379: gcc -o conftest conftest.c >&5
configure:21385: $? = 0
configure:21388: test -z || test ! -s conftest.err
configure:21391: $? = 0
configure:21394: test -s conftest
configure:21397: $? = 0
configure:21462: result: yes
configure:21470: checking for iconv declaration
configure:21504: gcc -c conftest.c >&5
configure:21510: $? = 0
configure:21513: test -z || test ! -s conftest.err
configure:21516: $? = 0
configure:21519: test -s conftest.o
configure:21522: $? = 0
configure:21537: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:21553: checking for nl_langinfo and CODESET
configure:21574: gcc -o conftest conftest.c >&5
configure:21580: $? = 0
configure:21583: test -z || test ! -s conftest.err
configure:21586: $? = 0
configure:21589: test -s conftest
configure:21592: $? = 0
configure:21605: result: yes
configure:21616: checking for LC_MESSAGES
configure:21637: gcc -o conftest conftest.c >&5
configure:21643: $? = 0
configure:21646: test -z || test ! -s conftest.err
configure:21649: $? = 0
configure:21652: test -s conftest
configure:21655: $? = 0
configure:21667: result: yes
configure:21677: checking whether NLS is requested
configure:21686: result: yes
configure:21700: checking whether included gettext is requested
configure:21710: result: no
configure:21734: checking libintl.h usability
configure:21746: gcc -c conftest.c >&5
configure:21752: $? = 0
configure:21755: test -z || test ! -s conftest.err
configure:21758: $? = 0
configure:21761: test -s conftest.o
configure:21764: $? = 0
configure:21774: result: yes
configure:21778: checking libintl.h presence
configure:21788: gcc -E conftest.c
configure:21794: $? = 0
configure:21814: result: yes
configure:21849: checking for libintl.h
configure:21856: result: yes
configure:21864: checking for GNU gettext in libc
configure:21887: gcc -o conftest conftest.c >&5
configure:21893: $? = 0
configure:21896: test -z || test ! -s conftest.err
configure:21899: $? = 0
configure:21902: test -s conftest
configure:21905: $? = 0
configure:21917: result: yes
configure:22000: checking for dcgettext
configure:22057: gcc -o conftest conftest.c >&5
configure:22063: $? = 0
configure:22066: test -z || test ! -s conftest.err
configure:22069: $? = 0
configure:22072: test -s conftest
configure:22075: $? = 0
configure:22087: result: yes
configure:22101: checking for msgfmt
configure:22131: result: no
configure:22137: checking for gmsgfmt
configure:22168: result: :
configure:22178: checking for xgettext
configure:22208: result: no
configure:22382: checking for bison
configure:22398: found /usr/bin/bison
configure:22408: result: bison
configure:22421: checking version of bison
configure:22430: result: 1.875, ok
configure:22469: checking for catalogs to be installed
configure:22489: result: fr pt_BR de sk es pl cs it
configure:22554: checking whether byte ordering is bigendian
configure:22581: gcc -c conftest.c >&5
configure:22587: $? = 0
configure:22590: test -z || test ! -s conftest.err
configure:22593: $? = 0
configure:22596: test -s conftest.o
configure:22599: $? = 0
configure:22623: gcc -c conftest.c >&5
conftest.c: In function `main':
conftest.c:80: error: `not' undeclared (first use in this function)
conftest.c:80: error: (Each undeclared identifier is reported only once
conftest.c:80: error: for each function it appears in.)
conftest.c:80: error: parse error before "big"
configure:22629: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define XINE_MAJOR 1
| #define XINE_MINOR 0
| #define XINE_SUB 0
| #define PACKAGE "xine-lib"
| #define VERSION "1-rc5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:22762: result: no
configure:22781: checking for an ANSI C-conforming const
configure:22877: result: yes
configure:22887: checking for inline
configure:22938: result: inline
configure:22958: checking for always_inline
configure:22978: gcc -c -Wall -Werror conftest.c >&5
configure:22984: $? = 0
configure:22987: test -z || test ! -s conftest.err
configure:22990: $? = 0
configure:22993: test -s conftest.o
configure:22996: $? = 0
configure:23007: result: yes
configure:23018: checking for off_t
configure:23071: result: yes
configure:23083: checking for size_t
configure:23136: result: yes
configure:23148: checking for long
configure:23172: gcc -c conftest.c >&5
configure:23178: $? = 0
configure:23181: test -z || test ! -s conftest.err
configure:23184: $? = 0
configure:23187: test -s conftest.o
configure:23190: $? = 0
configure:23201: result: yes
configure:23204: checking size of long
configure:23516: gcc -o conftest conftest.c >&5
configure:23519: $? = 0
configure:23521: ./conftest
configure:23524: $? = 0
configure:23547: result: 4
configure:23555: checking for inttypes.h
configure:23560: result: yes
configure:23950: checking for pthread_create in -lpthread
configure:23980: gcc -o conftest conftest.c -lpthread >&5
configure:23986: $? = 0
configure:23989: test -z || test ! -s conftest.err
configure:23992: $? = 0
configure:23995: test -s conftest
configure:23998: $? = 0
configure:24011: result: yes
configure:24028: checking for dlopen in -lc
configure:24058: gcc -o conftest conftest.c -lc >&5
/tmp/ccNLNySg.o(.text+0x11): In function `main':
: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:24064: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define XINE_MAJOR 1
| #define XINE_MINOR 0
| #define XINE_SUB 0
| #define PACKAGE "xine-lib"
| #define VERSION "1-rc5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define inline inline __attribute__ ((__always_inline__))
| #define SIZEOF_LONG 4
| /* end 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 dlopen ();
| int
| main ()
| {
| dlopen ();
| ;
| return 0;
| }
configure:24089: result: no
configure:24094: checking for dlopen in -ldl
configure:24155: result: yes
configure:24171: checking libdir name
configure:24178: gcc -c conftest.c >&5
configure:24181: $? = 0
configure:24201: result: lib
configure:24212: checking whether lrintf is declared
configure:24240: gcc -c conftest.c >&5
configure:24246: $? = 0
configure:24249: test -z || test ! -s conftest.err
configure:24252: $? = 0
configure:24255: test -s conftest.o
configure:24258: $? = 0
configure:24269: result: yes
configure:24287: checking for int_fast8_t
configure:24311: gcc -c conftest.c >&5
configure:24317: $? = 0
configure:24320: test -z || test ! -s conftest.err
configure:24323: $? = 0
configure:24326: test -s conftest.o
configure:24329: $? = 0
configure:24340: result: yes
configure:24393: checking for mlib_VideoAddBlock_U8_S16 in -lmlib
configure:24423: gcc -o conftest conftest.c -lmlib -L/opt/SUNWmlib/lib >&5
/usr/bin/ld: cannot find -lmlib
collect2: ld returned 1 exit status
configure:24429: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define XINE_MAJOR 1
| #define XINE_MINOR 0
| #define XINE_SUB 0
| #define PACKAGE "xine-lib"
| #define VERSION "1-rc5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define inline inline __attribute__ ((__always_inline__))
| #define SIZEOF_LONG 4
| #define HAVE_LRINTF 1
| #define _ISOC9X_SOURCE 1
| #define HAVE_INT_FAST8_T 1
| /* end 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 mlib_VideoAddBlock_U8_S16 ();
| int
| main ()
| {
| mlib_VideoAddBlock_U8_S16 ();
| ;
| return 0;
| }
configure:24454: result: no
configure:24649: checking for X
configure:24883: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:25054: gcc -o conftest conftest.c -L/usr/X11R6/lib -lX11 >&5
configure:25060: $? = 0
configure:25063: test -z || test ! -s conftest.err
configure:25066: $? = 0
configure:25069: test -s conftest
configure:25072: $? = 0
configure:25228: checking for gethostbyname
configure:25285: gcc -o conftest conftest.c >&5
configure:25291: $? = 0
configure:25294: test -z || test ! -s conftest.err
configure:25297: $? = 0
configure:25300: test -s conftest
configure:25303: $? = 0
configure:25315: result: yes
configure:25464: checking for connect
configure:25521: gcc -o conftest conftest.c >&5
configure:25527: $? = 0
configure:25530: test -z || test ! -s conftest.err
configure:25533: $? = 0
configure:25536: test -s conftest
configure:25539: $? = 0
configure:25551: result: yes
configure:25625: checking for remove
configure:25682: gcc -o conftest conftest.c >&5
configure:25688: $? = 0
configure:25691: test -z || test ! -s conftest.err
configure:25694: $? = 0
configure:25697: test -s conftest
configure:25700: $? = 0
configure:25712: result: yes
configure:25786: checking for shmat
configure:25843: gcc -o conftest conftest.c >&5
configure:25849: $? = 0
configure:25852: test -z || test ! -s conftest.err
configure:25855: $? = 0
configure:25858: test -s conftest
configure:25861: $? = 0
configure:25873: result: yes
configure:25956: checking for IceConnectionNumber in -lICE
configure:25986: gcc -o conftest -L/usr/X11R6/lib conftest.c -lICE >&5
configure:25992: $? = 0
configure:25995: test -z || test ! -s conftest.err
configure:25998: $? = 0
configure:26001: test -s conftest
configure:26004: $? = 0
configure:26017: result: yes
configure:26047: checking for socket in -lsocket
configure:26077: gcc -o conftest conftest.c -lsocket >&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:26083: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define XINE_MAJOR 1
| #define XINE_MINOR 0
| #define XINE_SUB 0
| #define PACKAGE "xine-lib"
| #define VERSION "1-rc5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_FEOF_UNLOCKED 1
| #def
Message édité par Riot le 15-08-2004 à 03:06:48