Results 1 to 3 of 3
I am trying to install xine and my machine keeps crashing during the "make install" phase. The ./configure part goes fine.
I am bit of a newbie so I'm not ...
- 04-20-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 11
"Make"ing xine Crashes Machine
I am trying to install xine and my machine keeps crashing during the "make install" phase. The ./configure part goes fine.
I am bit of a newbie so I'm not too sure what I am supposed to be looking for and I can't find any output or error logs.
I am using the the file xine-lib-1.0.tar.gz
I tried to find a log of the install, but what I did find in /var/log is something that I suspect has something to do with it:
Apr 20 08:03:02 mname modprobe: modprobe: Can't locate module sound-slot-1
Apr 20 08:03:02 mname modprobe: modprobe: Can't locate module sound-service-1-0
My sound works fine - I can listen to BBC Radio via RealPlayer just fine. But obviously something isn't fight somewhere and I don't have enough experience to know what to look for.
If anyone can help or point me in the right direction I would really appreciate it.
- 04-20-2005 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
are you sure that this is the xine install, it looks like it may just be one of xine's libraries, maybe it is crashing because it needs xine as a dependancy...not sure though.
Since you are on redhat, maybe there is an rpm out there?Operating System: GNU Emacs
- 04-21-2005 #3Just Joined!
- Join Date
- Apr 2005
- Posts
- 11
I have looked at the config.log and I can see that the first major
failing is in file conftest.c but I can't figure out what's going on.
I am trying to use xine-lib-1.0cvs, which is located at
/usr/src/redhat/SOURCES/xine-lib-1.0cvs and I am su'd as root when
configuring and compiling.
The config.log follows. I have tried installing as an rpm (didn't
install package, or at least there was no error message but the
package doesn't show up when I do a rpm -qa).
Also, I received system mail giving me a sound log error:
--------------------- ModProbe Begin ------------------------
Can't locate these modules:
sound-service-0-0: 2 Time(s)
sound-service-1-0: 14 Time(s)
char-major-226: 2 Time(s)
sound-slot-1: 14 Time(s)
char-major-188: 2 Time(s)
---------------------- ModProbe End -------------------------
Any help appreciated.
*******
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.56. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = xena
uname -m = i686
uname -r = 2.4.20-8
uname -s = Linux
uname -v = #1 Thu Mar 13 17:18:24 EST 2003
/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: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /root/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1643: checking build system type
configure:1661: result: i686-pc-linux-gnu
configure:1669: checking host system type
configure:1683: result: i686-pc-linux-gnu
configure:1691: checking target system type
configure:1705: result: i686-pc-linux-gnu
configure:1733: checking for a BSD-compatible install
configure:1787: result: /usr/bin/install -c
configure:1798: checking whether build environment is sane
configure:1841: result: yes
configure:1874: checking for gawk
configure:1890: found /bin/gawk
configure:1900: result: gawk
configure:1910: checking whether make sets $(MAKE)
configure:1930: result: yes
configure:2117: checking for style of include used by make
configure:2145: result: GNU
configure:2216: checking for gcc
configure:2232: found /usr/bin/gcc
configure:2242: result: gcc
configure:2486: checking for C compiler version
configure:2489: gcc --version </dev/null >&5
gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 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:2492: $? = 0
configure:2494: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
configure:2497: $? = 0
configure:2499: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2502: $? = 1
configure:2526: checking for C compiler default output
configure:2529: gcc conftest.c >&5
configure:2532: $? = 0
configure:2578: result: a.out
configure:2583: checking whether the C compiler works
configure:2589: ./a.out
configure:2592: $? = 0
configure:2609: result: yes
configure:2616: checking whether we are cross compiling
configure:2618: result: no
configure:2621: checking for suffix of executables
configure:2623: gcc -o conftest conftest.c >&5
configure:2626: $? = 0
configure:2651: result:
configure:2657: checking for suffix of object files
configure:2679: gcc -c conftest.c >&5
configure:2682: $? = 0
configure:2704: result: o
configure:2708: checking whether we are using the GNU C compiler
configure:2733: gcc -c conftest.c >&5
configure:2736: $? = 0
configure:2739: test -s conftest.o
configure:2742: $? = 0
configure:2755: result: yes
configure:2761: checking whether gcc accepts -g
configure:2783: gcc -c -g conftest.c >&5
configure:2786: $? = 0
configure:2789: test -s conftest.o
configure:2792: $? = 0
configure:2803: result: yes
configure:2820: checking for gcc option to accept ANSI C
configure:2881: gcc -c -g -O2 conftest.c >&5
configure:2884: $? = 0
configure:2887: test -s conftest.o
configure:2890: $? = 0
configure:2908: result: none needed
configure:2926: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before "me"
configure:2929: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3040: checking dependency style of gcc
configure:3102: result: gcc3
configure:3109: checking for strerror in -lcposix
configure:3140: gcc -o conftest -g -O2 conftest.c -lcposix >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:3143: $? = 1
configure: failed program was:
| #line 3116 "configure"
| /* 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.0"
| /* 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:3161: result: no
configure:3216: checking for gcc
configure:3242: result: gcc
configure:3486: checking for C compiler version
configure:3489: gcc --version </dev/null >&5
gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 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:3492: $? = 0
configure:3494: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
configure:3497: $? = 0
configure:3499: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:3502: $? = 1
configure:3505: checking whether we are using the GNU C compiler
configure:3552: result: yes
configure:3558: checking whether gcc accepts -g
configure:3600: result: yes
configure:3617: checking for gcc option to accept ANSI C
configure:3705: result: none needed
configure:3723: gcc -c conftest.c >&5
conftest.c:2: parse error before "me"
configure:3726: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3837: checking dependency style of gcc
configure:3899: result: gcc3
configure:3909: checking how to run the C preprocessor
configure:3939: gcc -E conftest.c
configure:3945: $? = 0
configure:3977: gcc -E conftest.c
configure:3981:28: ac_nonexistent.h: No such file or directory
configure:3983: $? = 1
configure: failed program was:
| #line 3968 "configure"
| /* 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.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4021: result: gcc -E
configure:4040: gcc -E conftest.c
configure:4046: $? = 0
configure:4078: gcc -E conftest.c
configure:4082:28: ac_nonexistent.h: No such file or directory
configure:4084: $? = 1
configure: failed program was:
| #line 4069 "configure"
| /* 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.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4127: checking for egrep
configure:4137: result: grep -E
configure:4142: checking for ANSI C header files
configure:4168: gcc -c conftest.c >&5
configure:4171: $? = 0
configure:4174: test -s conftest.o
configure:4177: $? = 0
configure:4266: gcc -o conftest conftest.c >&5
configure:4269: $? = 0
configure:4271: ./conftest
configure:4274: $? = 0
configure:4289: result: yes
configure:4299: checking whether make sets $(MAKE)
configure:4319: result: yes
configure:4340: checking for a BSD-compatible install
configure:4394: result: /usr/bin/install -c
configure:4405: checking whether ln -s works
configure:4409: result: yes
configure:4420: checking for gawk
configure:4446: result: gawk
configure:4456: checking for inline
configure:4478: gcc -c conftest.c >&5
configure:4481: $? = 0
configure:4484: test -s conftest.o
configure:4487: $? = 0
configure:4499: result: inline
configure:4624: checking for ld used by GCC
configure:4687: result: /usr/bin/ld
configure:4696: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.13.90.0.18 20030206
configure:4708: result: yes
configure:4713: checking for /usr/bin/ld option to reload object files
configure:4720: result: -r
configure:4725: checking for BSD-compatible nm
configure:4761: result: /usr/bin/nm -B
configure:4764: checking how to recognise dependant libraries
configure:4942: result: pass_all
configure:4954: checking command to parse /usr/bin/nm -B output
configure:5035: gcc -c conftest.c >&5
configure:5038: $? = 0
configure:5042: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5045: $? = 0
configure:5097: gcc -o conftest conftest.c conftstm.o >&5
configure:5100: $? = 0
configure:5144: result: ok
configure:5162: checking for sys/types.h
configure:5179: gcc -c conftest.c >&5
configure:5182: $? = 0
configure:5185: test -s conftest.o
configure:5188: $? = 0
configure:5199: result: yes
configure:5162: checking for sys/stat.h
configure:5179: gcc -c conftest.c >&5
configure:5182: $? = 0
configure:5185: test -s conftest.o
configure:5188: $? = 0
configure:5199: result: yes
configure:5162: checking for stdlib.h
configure:5179: gcc -c conftest.c >&5
configure:5182: $? = 0
configure:5185: test -s conftest.o
configure:5188: $? = 0
configure:5199: result: yes
configure:5162: checking for string.h
configure:5179: gcc -c conftest.c >&5
configure:5182: $? = 0
configure:5185: test -s conftest.o
configure:5188: $? = 0
configure:5199: result: yes
configure:5162: checking for memory.h
configure:5179: gcc -c conftest.c >&5
configure:5182: $? = 0
configure:5185: test -s conftest.o
configure:5188: $? = 0
configure:5199: result: yes
configure:5162: checking for strings.h
configure:5179: gcc -c conftest.c >&5
configure:5182: $? = 0
configure:5185: test -s conftest.o
configure:5188: $? = 0
configure:5199: result: yes
configure:5162: checking for inttypes.h
configure:5179: gcc -c conftest.c >&5
configure:5182: $? = 0
configure:5185: test -s conftest.o
configure:5188: $? = 0
configure:5199: result: yes
configure:5162: checking for stdint.h
configure:5179: gcc -c conftest.c >&5
configure:5182: $? = 0
configure:5185: test -s conftest.o
configure:5188: $? = 0
configure:5199: result: yes
configure:5162: checking for unistd.h
configure:5179: gcc -c conftest.c >&5
configure:5182: $? = 0
configure:5185: test -s conftest.o
configure:5188: $? = 0
configure:5199: result: yes
configure:5225: checking dlfcn.h usability
configure:5238: gcc -c conftest.c >&5
configure:5241: $? = 0
configure:5244: test -s conftest.o
configure:5247: $? = 0
configure:5257: result: yes
configure:5261: checking dlfcn.h presence
configure:5272: gcc -E conftest.c
configure:5278: $? = 0
configure:5297: result: yes
configure:5333: checking for dlfcn.h
configure:5340: result: yes
configure:5537: checking for ranlib
configure:5553: found /usr/bin/ranlib
configure:5564: result: ranlib
configure:5617: checking for strip
configure:5633: found /usr/bin/strip
configure:5644: result: strip
configure:5854: checking for objdir
configure:5865: result: .libs
configure:5882: checking for gcc option to produce PIC
configure:6032: result: -fPIC
configure:6036: checking if gcc PIC flag -fPIC works
configure:6060: gcc -c -fPIC -DPIC conftest.c >&5
configure:6063: $? = 0
configure:6066: test -s conftest.o
configure:6069: $? = 0
configure:6107: result: yes
configure:6123: checking if gcc static flag -static works
configure:6148: gcc -o conftest -static conftest.c >&5
configure:6151: $? = 0
configure:6154: test -s conftest
configure:6157: $? = 0
configure:6173: result: yes
configure:6185: checking if gcc supports -c -o file.o
configure:6208: gcc -c -o out/conftest2.o conftest.c >&5
configure:6229: result: yes
configure:6234: checking if gcc supports -c -o file.lo
configure:6262: gcc -c -c -o conftest.lo conftest.c >&5
configure:6265: $? = 0
configure:6268: test -s conftest.lo
configure:6271: $? = 0
configure:6293: result: yes
configure:6324: checking if gcc supports -fno-rtti -fno-exceptions
configure:6347: gcc -c -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5
configure:6350: $? = 0
configure:6353: test -s conftest.o
configure:6356: $? = 0
configure:6373: result: yes
configure:6384: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:7064: result: yes
configure:7069: checking how to hardcode library paths into programs
configure:7093: result: immediate
configure:7098: checking whether stripping libraries is possible
configure:7103: result: yes
configure:7114: checking dynamic linker characteristics
configure:7507: result: GNU/Linux ld.so
configure:7512: checking if libtool supports shared libraries
configure:7514: result: yes
configure:7517: checking whether to build shared libraries
configure:7538: result: yes
configure:7541: checking whether to build static libraries
configure:7545: result: no
configure:8207: checking whether -lc should be explicitly linked in
configure:8215: gcc -c conftest.c >&5
configure:8218: $? = 0
configure:8232: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:8235: $? = 0
configure:8248: result: no
configure:8951: checking for ranlib
configure:8978: result: ranlib
configure:8990: checking for an ANSI C-conforming const
configure:9058: gcc -c conftest.c >&5
configure:9061: $? = 0
configure:9064: test -s conftest.o
configure:9067: $? = 0
configure:9078: result: yes
configure:9088: checking for off_t
configure:9113: gcc -c conftest.c >&5
configure:9116: $? = 0
configure:9119: test -s conftest.o
configure:9122: $? = 0
configure:9133: result: yes
configure:9145: checking for size_t
configure:9170: gcc -c conftest.c >&5
configure:9173: $? = 0
configure:9176: test -s conftest.o
configure:9179: $? = 0
configure:9190: result: yes
configure:9204: checking for working alloca.h
configure:9226: gcc -o conftest conftest.c >&5
configure:9229: $? = 0
configure:9232: test -s conftest
configure:9235: $? = 0
configure:9246: result: yes
configure:9256: checking for alloca
configure:9298: gcc -o conftest conftest.c >&5
configure:9301: $? = 0
configure:9304: test -s conftest
configure:9307: $? = 0
configure:9318: result: yes
configure:9525: checking for stdlib.h
configure:9530: result: yes
configure:9525: checking for unistd.h
configure:9530: result: yes
configure:9666: checking for getpagesize
configure:9710: gcc -o conftest conftest.c >&5
configure:9713: $? = 0
configure:9716: test -s conftest
configure:9719: $? = 0
configure:9730: result: yes
configure:9740: checking for working mmap
configure:9883: gcc -o conftest conftest.c >&5
configure:9886: $? = 0
configure:9888: ./conftest
configure:9891: $? = 0
configure:9905: result: yes
configure:9917: checking whether we are using the GNU C Library 2.1 or newer
configure:9949: result: yes
configure:9980: checking argz.h usability
configure:9993: gcc -c conftest.c >&5
configure:9996: $? = 0
configure:9999: test -s conftest.o
configure:10002: $? = 0
configure:10012: result: yes
configure:10016: checking argz.h presence
configure:10027: gcc -E conftest.c
configure:10033: $? = 0
configure:10052: result: yes
configure:10088: checking for argz.h
configure:10095: result: yes
configure:9980: checking limits.h usability
configure:9993: gcc -c conftest.c >&5
configure:9996: $? = 0
configure:9999: test -s conftest.o
configure:10002: $? = 0
configure:10012: result: yes
configure:10016: checking limits.h presence
configure:10027: gcc -E conftest.c
configure:10033: $? = 0
configure:10052: result: yes
configure:10088: checking for limits.h
configure:10095: result: yes
configure:9980: checking locale.h usability
configure:9993: gcc -c conftest.c >&5
configure:9996: $? = 0
configure:9999: test -s conftest.o
configure:10002: $? = 0
configure:10012: result: yes
configure:10016: checking locale.h presence
configure:10027: gcc -E conftest.c
configure:10033: $? = 0
configure:10052: result: yes
configure:10088: checking for locale.h
configure:10095: result: yes
configure:9980: checking nl_types.h usability
configure:9993: gcc -c conftest.c >&5
configure:9996: $? = 0
configure:9999: test -s conftest.o
configure:10002: $? = 0
configure:10012: result: yes
configure:10016: checking nl_types.h presence
configure:10027: gcc -E conftest.c
configure:10033: $? = 0
configure:10052: result: yes
configure:10088: checking for nl_types.h
configure:10095: result: yes
configure:9980: checking malloc.h usability
configure:9993: gcc -c conftest.c >&5
configure:9996: $? = 0
configure:9999: test -s conftest.o
configure:10002: $? = 0
configure:10012: result: yes
configure:10016: checking malloc.h presence
configure:10027: gcc -E conftest.c
configure:10033: $? = 0
configure:10052: result: yes
configure:10088: checking for malloc.h
configure:10095: result: yes
configure:9980: checking stddef.h usability
configure:9993: gcc -c conftest.c >&5
configure:9996: $? = 0
configure:9999: test -s conftest.o
configure:10002: $? = 0
configure:10012: result: yes
configure:10016: checking stddef.h presence
configure:10027: gcc -E conftest.c
configure:10033: $? = 0
configure:10052: result: yes
configure:10088: checking for stddef.h
configure:10095: result: yes
configure:9971: checking for stdlib.h
configure:9976: result: yes
configure:9971: checking for string.h
configure:9976: result: yes
configure:9971: checking for unistd.h
configure:9976: result: yes
configure:9980: checking sys/param.h usability
configure:9993: gcc -c conftest.c >&5
configure:9996: $? = 0
configure:9999: test -s conftest.o
configure:10002: $? = 0
configure:10012: result: yes
configure:10016: checking sys/param.h presence
configure:10027: gcc -E conftest.c
configure:10033: $? = 0
configure:10052: result: yes
configure:10088: checking for sys/param.h
configure:10095: result: yes
configure:10134: checking for feof_unlocked
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for fgets_unlocked
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for getcwd
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for getegid
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for geteuid
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for getgid
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for getuid
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for mempcpy
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for munmap
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for putenv
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for setenv
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for setlocale
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for stpcpy
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for strchr
configure:10178: gcc -o conftest conftest.c >&5
configure:10202: warning: conflicting types for built-in function `strchr'
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for strcasecmp
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for strdup
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for strtoul
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for tsearch
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for __argz_count
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for __argz_stringify
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10134: checking for __argz_next
configure:10178: gcc -o conftest conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest
configure:10187: $? = 0
configure:10198: result: yes
configure:10223: checking for iconv
configure:10251: gcc -o conftest conftest.c >&5
configure:10254: $? = 0
configure:10257: test -s conftest
configure:10260: $? = 0
configure:10315: result: yes
configure:10323: checking for iconv declaration
configure:10358: gcc -c conftest.c >&5
configure:10361: $? = 0
configure:10364: test -s conftest.o
configure:10367: $? = 0
configure:10382: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:10398: checking for nl_langinfo and CODESET
configure:10420: gcc -o conftest conftest.c >&5
configure:10423: $? = 0
configure:10426: test -s conftest
configure:10429: $? = 0
configure:10441: result: yes
configure:10452: checking for LC_MESSAGES
configure:10474: gcc -o conftest conftest.c >&5
configure:10477: $? = 0
configure:10480: test -s conftest
configure:10483: $? = 0
configure:10494: result: yes
configure:10504: checking whether NLS is requested
configure:10513: result: yes
configure:10527: checking whether included gettext is requested
configure:10537: result: no
configure:10561: checking libintl.h usability
configure:10574: gcc -c conftest.c >&5
configure:10577: $? = 0
configure:10580: test -s conftest.o
configure:10583: $? = 0
configure:10593: result: yes
configure:10597: checking libintl.h presence
configure:10608: gcc -E conftest.c
configure:10614: $? = 0
configure:10633: result: yes
configure:10669: checking for libintl.h
configure:10676: result: yes
configure:10684: checking for GNU gettext in libc
configure:10708: gcc -o conftest conftest.c >&5
configure:10711: $? = 0
configure:10714: test -s conftest
configure:10717: $? = 0
configure:10728: result: yes
configure:10802: checking for dcgettext
configure:10846: gcc -o conftest conftest.c >&5
configure:10849: $? = 0
configure:10852: test -s conftest
configure:10855: $? = 0
configure:10866: result: yes
configure:10880: checking for msgfmt
configure:10907: result: /usr/bin/msgfmt
configure:10916: checking for gmsgfmt
configure:10947: result: /usr/bin/msgfmt
configure:10957: checking for xgettext
configure:10984: result: /usr/bin/xgettext
configure:11161: checking for bison
configure:11177: found /usr/bin/bison
configure:11187: result: bison
configure:11200: checking version of bison
configure:11209: result: 1.35, ok
configure:11248: checking for catalogs to be installed
configure:11268: result: fr pt_BR de sk es pl cs it
configure:11282: checking for plural forms in GNU msgfmt
configure:11295: result: yes
configure:11326: checking whether byte ordering is bigendian
configure:11354: gcc -c conftest.c >&5
configure:11357: $? = 0
configure:11360: test -s conftest.o
configure:11363: $? = 0
configure:11388: gcc -c conftest.c >&5
configure: In function `main':
configure:11442: `not' undeclared (first use in this function)
configure:11442: (Each undeclared identifier is reported only once
configure:11442: for each function it appears in.)
configure:11442: parse error before "big"
configure:11391: $? = 1
configure: failed program was:
| #line 11366 "configure"
| /* 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.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define 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:11511: result: no
configure:11530: checking for an ANSI C-conforming const
configure:11618: result: yes
configure:11628: checking for inline
configure:11671: result: inline
configure:11687: checking for always_inline
configure:11708: gcc -c -Wall -Werror conftest.c >&5
configure:11711: $? = 0
configure:11714: test -s conftest.o
configure:11717: $? = 0
configure:11728: result: yes
configure:11739: checking for off_t
configure:11784: result: yes
configure:11796: checking for size_t
configure:11841: result: yes
configure:11853: checking for long
configure:11878: gcc -c conftest.c >&5
configure:11881: $? = 0
configure:11884: test -s conftest.o
configure:11887: $? = 0
configure:11898: result: yes
configure:11901: checking size of long
configure:12176: gcc -o conftest conftest.c >&5
configure:12179: $? = 0
configure:12181: ./conftest
configure:12184: $? = 0
configure:12207: result: 4
configure:12214: checking for ssize_t
configure:12239: gcc -c conftest.c >&5
configure:12242: $? = 0
configure:12245: test -s conftest.o
configure:12248: $? = 0
configure:12259: result: yes
configure:12334: checking for pthread_create in -lpthread
configure:12365: gcc -o conftest conftest.c -lpthread >&5
configure:12368: $? = 0
configure:12371: test -s conftest
configure:12374: $? = 0
configure:12386: result: yes
configure:12423: checking for dlopen in -lc
configure:12454: gcc -o conftest conftest.c -lc >&5
/tmp/ccMLKfRx.o(.text+0x11): In function `main':
: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:12457: $? = 1
configure: failed program was:
| #line 12430 "configure"
| /* 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.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define 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:12475: result: no
configure:12484: checking for dlopen in -ldl
configure:12515: gcc -o conftest conftest.c -ldl >&5
configure:12518: $? = 0
configure:12521: test -s conftest
configure:12524: $? = 0
configure:12536: result: yes
configure:12621: checking libdir name
configure:12628: gcc -c conftest.c >&5
configure:12631: $? = 0
configure:12651: result: lib
configure:12662: checking whether lrintf is declared
configure:12691: gcc -c conftest.c >&5
configure:12694: $? = 0
configure:12697: test -s conftest.o
configure:12700: $? = 0
configure:12711: result: yes
configure:12729: checking for int_fast8_t
configure:12754: gcc -c conftest.c >&5
configure:12757: $? = 0
configure:12760: test -s conftest.o
configure:12763: $? = 0
configure:12774: result: yes
configure:12827: checking for mlib_VideoAddBlock_U8_S16 in -lmlib
configure:12858: gcc -o conftest conftest.c -lmlib -L/opt/SUNWmlib/lib >&5
/usr/bin/ld: cannot find -lmlib
collect2: ld returned 1 exit status
configure:12861: $? = 1
configure: failed program was:
| #line 12834 "configure"
| /* 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.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define 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:12879: result: no
configure:13700: result: using included ffmpeg
configure:13718: checking for X
configure:13938: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:14091: gcc -o conftest conftest.c -L/usr/X11R6/lib -lX11 >&5
configure:14094: $? = 0
configure:14097: test -s conftest
configure:14100: $? = 0
configure:14237: checking for gethostbyname
configure:14281: gcc -o conftest conftest.c >&5
configure:14284: $? = 0
configure:14287: test -s conftest
configure:14290: $? = 0
configure:14301: result: yes
configure:14432: checking for connect
configure:14476: gcc -o conftest conftest.c >&5
configure:14479: $? = 0
configure:14482: test -s conftest
configure:14485: $? = 0
configure:14496: result: yes
configure:14561: checking for remove
configure:14605: gcc -o conftest conftest.c >&5
configure:14608: $? = 0
configure:14611: test -s conftest
configure:14614: $? = 0
configure:14625: result: yes
configure:14690: checking for shmat
configure:14734: gcc -o conftest conftest.c >&5
configure:14737: $? = 0
configure:14740: test -s conftest
configure:14743: $? = 0
configure:14754: result: yes
configure:14828: checking for IceConnectionNumber in -lICE
configure:14859: gcc -o conftest -L/usr/X11R6/lib conftest.c -lICE >&5
configure:14862: $? = 0
configure:14865: test -s conftest
configure:14868: $? = 0
configure:14880: result: yes
configure:14911: checking for socket in -lsocket
configure:14942: gcc -o conftest conftest.c -lsocket >&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:14945: $? = 1
configure: failed program was:
| #line 14918 "configure"
| /* 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.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define 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
| #define HAVE_X11 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 socket ();
| int
| main ()
| {
| socket ();
| ;
| return 0;
| }
configure:14963: result: no
configure:14969: checking for gethostbyname in -lnsl
configure:15000: gcc -o conftest conftest.c -lnsl >&5
configure:15003: $? = 0
configure:15006: test -s conftest
configure:15009: $? = 0
configure:15021: result: yes
configure:15082: checking for g++
configure:15098: found /usr/bin/g++
configure:15108: result: g++
configure:15124: checking for C++ compiler version
configure:15127: g++ --version </dev/null >&5
g++ (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 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:15130: $? = 0
configure:15132: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
configure:15135: $? = 0
configure:15137: g++ -V </dev/null >&5
g++: argument to `-V' missing
configure:15140: $? = 1
configure:15143: checking whether we are using the GNU C++ compiler
configure:15168: g++ -c conftest.cc >&5
configure:15171: $? = 0
configure:15174: test -s conftest.o
configure:15177: $? = 0
configure:15190: result: yes
configure:15196: checking whether g++ accepts -g
configure:15218: g++ -c -g conftest.cc >&5
configure:15221: $? = 0
configure:15224: test -s conftest.o
configure:15227: $? = 0
configure:15238: result: yes
configure:15282: g++ -c -g -O2 conftest.cc >&5
configure:15285: $? = 0
configure:15288: test -s conftest.o
configure:15291: $? = 0
configure:15318: g++ -c -g -O2 conftest.cc >&5
configure: In function `int main()':
configure:15380: `exit' undeclared (first use this function)
configure:15380: (Each undeclared identifier is reported only once for each
function it appears in.)
configure:15321: $? = 1
configure: failed program was:
| #line 15301 "configure"
| /* 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.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define 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
| #define HAVE_X11 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:15282: g++ -c -g -O2 conftest.cc >&5
configure:15285: $? = 0
configure:15288: test -s conftest.o
configure:15291: $? = 0
configure:15318: g++ -c -g -O2 conftest.cc >&5
configure:15321: $? = 0
configure:15324: test -s conftest.o
configure:15327: $? = 0
configure:15352: checking dependency style of g++
configure:15414: result: gcc3
configure:15421: checking for socklen_t
configure:15455: g++ -c -g -O2 conftest.cc >&5
configure:15458: $? = 0
configure:15461: test -s conftest.o
configure:15464: $? = 0
configure:15526: result: socklen_t
configure:15563: checking for gzsetparams in -lz
configure:15594: gcc -o conftest conftest.c -lz >&5
configure:15597: $? = 0
configure:15600: test -s conftest
configure:15603: $? = 0
configure:15615: result: yes
configure:15628: checking zlib.h usability
configure:15641: gcc -c conftest.c >&5
configure:15644: $? = 0
configure:15647: test -s conftest.o
configure:15650: $? = 0
configure:15660: result: yes
configure:15664: checking zlib.h presence
configure:15675: gcc -E conftest.c
configure:15681: $? = 0
configure:15700: result: yes
configure:15736: checking for zlib.h
configure:15743: result: yes
configure:15776: checking for clock_getres in -lrt
configure:15807: gcc -o conftest conftest.c -lrt >&5
configure:15810: $? = 0
configure:15813: test -s conftest
configure:15816: $? = 0
configure:15828: result: yes
configure:15857: checking for glBegin in -lGL
configure:15889: gcc -o conftest conftest.c -lGL -L/usr/X11R6/lib -lSM -lICE -lGL
>&5
configure:15892: $? = 0
configure:15895: test -s conftest
configure:15898: $? = 0
configure:15910: result: yes
configure:15923: checking GL/gl.h usability
configure:15936: gcc -c conftest.c >&5
configure:15939: $? = 0
configure:15942: test -s conftest.o
configure:15945: $? = 0
configure:15955: result: yes
configure:15959: checking GL/gl.h presence
configure:15970: gcc -E conftest.c
configure:15976: $? = 0
configure:15995: result: yes
configure:16031: checking for GL/gl.h
configure:16038: result: yes
configure:16045: checking for glutInit in -lglut
configure:16077: gcc -o conftest conftest.c -lglut -L/usr/X11R6/lib -lSM -lICE -lglut
>&5
/usr/bin/ld: cannot find -lglut
collect2: ld returned 1 exit status
configure:16080: $? = 1
configure: failed program was:
| #line 16053 "configure"
| /* 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.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define 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
| #define HAVE_X11 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_POSIX_TIMERS 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 glutInit ();
| int
| main ()
| {
| glutInit ();
| ;
| return 0;
| }
configure:16098: result: no
configure:16116: checking for gluPerspective in -lGLU
configure:16148: gcc -o conftest conftest.c -lGLU -L/usr/X11R6/lib -lSM -lICE -lGL -lGLU -lm
>&5
configure:16151: $? = 0
configure:16154: test -s conftest
configure:16157: $? = 0
configure:16169: result: yes
configure:16260: checking linux/videodev.h usability
configure:16273: gcc -c conftest.c >&5
configure:16276: $? = 0
configure:16279: test -s conftest.o
configure:16282: $? = 0
configure:16292: result: yes
configure:16296: checking linux/videodev.h presence
configure:16307: gcc -E conftest.c
configure:16313: $? = 0
configure:16332: result: yes
configure:16368: checking for linux/videodev.h
configure:16375: result: yes
configure:16425: checking for libXv.so
configure:16428: result: found libXv.so in /usr/X11R6/lib
configure:16484: checking for XvShmCreateImage in -lXv
configure:16515: gcc -o conftest conftest.c -lXv -L/usr/X11R6/lib -lSM -lICE -lXext >&5
configure:16518: $? = 0
configure:16521: test -s conftest
configure:16524: $? = 0
configure:16536: result: yes
configure:16792: checking whether to enable the xxmc plugin with vld extensions
configure:16794: result:
configure:16798: checking for XvMCPutSlice in -lXvMCW
configure:16829: gcc -o conftest conftest.c -lXvMCW -L/usr/X11R6/lib -L/usr/X11R6/lib -lSM -lICE -lXv -lXext >&5
/usr/bin/ld: cannot find -lXvMCW
collect2: ld returned 1 exit status
configure:16832: $? = 1
configure: failed program was:
| #line 16805 "configure"
| /* 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.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define 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
| #define HAVE_X11 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_POSIX_TIMERS 1
| #define HAVE_GLU 1
| #define HAVE_OPENGL 1
| #define HAVE_XV 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 XvMCPutSlice ();
| int
| main ()
| {
| XvMCPutSlice ();
| ;
| return 0;
| }
configure:16850: result: no
configure:16856: result: *** Could not link with -lXvMCW for vld extensions.
configure:17086: checking for XvMCCreateContext in -lXvMCW
configure:17117: gcc -o conftest conftest.c -lXvMCW -L/usr/X11R6/lib -L/usr/X11R6/lib -lSM -lICE -lXv -lXext >&5
/usr/bin/ld: cannot find -lXvMCW
collect2: ld returned 1 exit status
configure:17120: $? = 1
configure: failed program was:
| #line 17093 "configure"
| /* 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.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define 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
| #define HAVE_X11 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_POSIX_TIMERS 1
| #define HAVE_GLU 1
| #define HAVE_OPENGL 1
| #define HAVE_XV 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 XvMCCreateContext ();
| int
| main ()
| {
| XvMCCreateContext ();
| ;
| return 0;
| }
configure:17138: result: no
configure:17144: result: *** Could not link with -lXvMCW for standard XvMC.
configure:17379: result: *** Disabling xxmc plugin due to above errors.
configure:17426: checking whether to enable the xvmc plugin
configure:17428: result:
configure:17432: checking for XvMCCreateContext in -lXvMCW
configure:17484: result: no
configure:17490: result: *** Could not link with -lXvMCW.
configure:17719: result: *** Disabling old xvmc plugin due to above errors.
configure:17739: checking for XineramaQueryExtension in -lXinerama
configure:17770: gcc -o conftest conftest.c -lXinerama -L/usr/X11R6/lib -lSM -lICE -lXext >&5
configure:17773: $? = 0
configure:17776: test -s conftest
configure:17779: $? = 0
configure:17791: result: yes
configure:17854: checking for aalib-config
configure:17885: result: no
configure:17916: checking for aainfo
configure:17947: result: no
configure:17967: checking for AALIB version >= 1.4
configure:18185: result: no
configure:18262: result: *** All of AALIB dependent parts will be disabled ***
configure:18336: checking for caca-config
configure:18367: result: no
configure:18481: result: no
configure:18551: result: *** All CACA-dependent parts will be disabled ***
configure:18587: checking sys/fbio.h usability
configure:18600: gcc -c conftest.c >&5
configure:18706:22: sys/fbio.h: No such file or directory
configure:18603: $? = 1
configure: failed program was:
| #line 18589 "configure"
| /* 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.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define 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
| #define HAVE_X11 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_POSIX_TIMERS 1
| #define HAVE_GLU 1
| #define HAVE_OPENGL 1
| #define HAVE_XV 1
| #define HAVE_XINERAMA 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/fbio.h>
configure:18619: result: no
configure:18623: checking sys/fbio.h presence
configure:18634: gcc -E conftest.c
configure:18708:22: sys/fbio.h: No such file or directory
configure:18640: $? = 1
configure: failed program was:
| #line 18625 "configure"
| /* 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.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define 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
| #define HAVE_X11 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_POSIX_TIMERS 1
| #define HAVE_GLU 1
| #define HAVE_OPENGL 1
| #define HAVE_XV 1
| #define HAVE_XINERAMA 1
| /* end confdefs.h. */
| #include <sys/fbio.h>
configure:18659: result: no
configure:18695: checking for sys/fbio.h
configure:18702: re


Reply With Quote
