I am attempting to install xine on fedora 3. I issued ./configure and got the following result in log file. Same thing happens when I try to configure any of the xine libraries. Any idea of what is wrong?Here is part of the text of config.log: 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 = localhost.localdomain uname -m = i686 uname -r = 2.6.9-1.667 uname -s = Linux uname -v = #1 Tue Nov 2 14:41:25 EST 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: /usr/kerberos/sbin PATH: /usr/kerberos/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/X11R6/bin PATH: /home/chris/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1692: checking build system type configure:1710: result: i686-pc-linux-gnulibc1 configure:1718: checking host system type configure:1732: result: i686-pc-linux-gnulibc1 configure:1740: checking target system type configure:1754: result: i686-pc-linux-gnulibc1 configure:1783: checking for a BSD-compatible install configure:1838: result: /usr/bin/install -c configure:1849: checking whether build environment is sane configure:1892: result: yes configure:1957: checking for gawk configure:1973: found /usr/bin/gawk configure:1983: result: gawk configure:1993: checking whether make sets $(MAKE) configure:2013: result: yes configure:2211: checking for style of include used by make configure:2239: result: GNU configure:2310: checking for gcc configure:2326: found /usr/bin/gcc configure:2336: result: gcc configure:2580: checking for C compiler version configure:2583: gcc --version </dev/null >&5 gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3) Copyright (C) 2004 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:2586: $? = 0 configure:2588: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.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 --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux Thread model: posix gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3) configure:2591: $? = 0 configure:2593: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:2596: $? = 1 configure:2619: checking for C compiler default output file name configure:2622: gcc conftest.c >&5 configure:2625: $? = 0 configure:2671: result: a.out configure:2676: checking whether the C compiler works configure:2682: ./a.out configure:2685: $? = 0 configure:2702: result: yes configure:2709: checking whether we are cross compiling configure:2711: result: no configure:2714: checking for suffix of executables configure:2716: gcc -o conftest conftest.c >&5 configure:2719: $? = 0 configure:2744: result: configure:2750: checking for suffix of object files configure:2771: gcc -c conftest.c >&5 configure:2774: $? = 0 configure:2796: result: o configure:2800: checking whether we are using the GNU C compiler configure:2824: gcc -c conftest.c >&5 configure:2830: $? = 0 configure:2833: test -z || test ! -s conftest.err configure:2836: $? = 0 configure:2839: test -s conftest.o configure:2842: $? = 0 configure:2855: result: yes configure:2861: checking whether gcc accepts -g configure:2882: gcc -c -g conftest.c >&5 configure:2888: $? = 0 configure:2891: test -z || test ! -s conftest.err configure:2894: $? = 0 configure:2897: test -s conftest.o configure:2900: $? = 0 configure:2911: result: yes configure:2928: checking for gcc option to accept ANSI C configure:2998: gcc -c -g -O2 conftest.c >&5 conftest.c:15:19: stdio.h: No such file or directory conftest.c:16:23: sys/types.h: No such file or directory conftest.c:17:22: sys/stat.h: No such file or directory conftest.c:20: error: syntax error before '*' token conftest.c:20: warning: "struct stat" declared inside parameter list conftest.c:20: warning: its scope is only this definition or declaration, which is probably not what you want conftest.c:20: warning: data definition has no type or storage class conftest.c:49: error: syntax error before "FILE" conftest.c:49: warning: "struct stat" declared inside parameter list conftest.c:49: error: `pairnames' declared as function returning a function conftest.c:49: error: syntax error before "int" configure:3004: $? = 1 configure: failed program was: | /* confdefs.h. */ Chris Langer Clanger.christian@xxxxxxxxx