Hi all ;),
The configure script shows me this error, any idea about what is happenin=
g?
[...]
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
config.log output:
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.57. Invocation command line was
$ ./configure --prefix=3D/usr --disable-nls
## --------- ##
## Platform. ##
## --------- ##
hostname =3D fargo
uname -m =3D i686
uname -r =3D 2.4.23
uname -s =3D Linux
uname -v =3D #17 Sun Nov 30 10:09:06 CET 2003
/usr/bin/uname -p =3D unknown
/bin/uname -X =3D unknown
/bin/arch =3D i686
/usr/bin/arch -k =3D unknown
/usr/convex/getsysinfo =3D unknown
hostinfo =3D unknown
/bin/machine =3D unknown
/usr/bin/oslevel =3D unknown
/bin/universe =3D unknown
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/X11R6/bin
PATH: /usr/games/bin
PATH: /home/huma/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1585: checking build system type
configure:1603: result: i686-pc-linux-gnu
configure:1611: checking host system type
configure:1625: result: i686-pc-linux-gnu
configure:1633: checking target system type
configure:1647: result: i686-pc-linux-gnu
configure:1675: checking for a BSD-compatible install
configure:1729: result: /usr/bin/install -c
configure:1740: checking whether build environment is sane
configure:1783: result: yes
configure:1816: checking for gawk
configure:1832: found /bin/gawk
configure:1842: result: gawk
configure:1852: checking whether make sets $(MAKE)
configure:1872: result: yes
configure:2066: checking for style of include used by make
configure:2094: result: GNU
configure:2165: checking for gcc
configure:2181: found /usr/bin/gcc
configure:2191: result: gcc
configure:2435: checking for C compiler version
configure:2438: gcc --version </dev/null >&5
gcc (GCC) 3.3.1
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is N=
O
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOS=
E.
configure:2441: $? =3D 0
configure:2443: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/specs
Configured with: ../gcc-3.3.1/configure --prefix=3D/usr --enable-language=
s=3Dc,c++,java --disable-multilib --disable-nls
Thread model: posix
gcc version 3.3.1
configure:2446: $? =3D 0
configure:2448: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2451: $? =3D 1
configure:2475: checking for C compiler default output
configure:2478: gcc conftest.c >&5
configure:2481: $? =3D 0
configure:2527: result: a.out
configure:2532: checking whether the C compiler works
configure:2538: ./a.out
configure:2541: $? =3D 0
configure:2558: result: yes
configure:2565: checking whether we are cross compiling
configure:2567: result: no
configure:2570: checking for suffix of executables
configure:2572: gcc -o conftest conftest.c >&5
configure:2575: $? =3D 0
configure:2600: result:=20
configure:2606: checking for suffix of object files
configure:2628: gcc -c conftest.c >&5
configure:2631: $? =3D 0
configure:2653: result: o
configure:2657: checking whether we are using the GNU C compiler
configure:2682: gcc -c conftest.c >&5
configure:2685: $? =3D 0
configure:2688: test -s conftest.o
configure:2691: $? =3D 0
configure:2704: result: yes
configure:2710: checking whether gcc accepts -g
configure:2732: gcc -c -g conftest.c >&5
configure:2735: $? =3D 0
configure:2738: test -s conftest.o
configure:2741: $? =3D 0
configure:2752: result: yes
configure:2769: checking for gcc option to accept ANSI C
configure:2830: gcc -c -g -O2 conftest.c >&5
configure:2833: $? =3D 0
configure:2836: test -s conftest.o
configure:2839: $? =3D 0
configure:2857: result: none needed
configure:2875: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2878: $? =3D 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2989: checking dependency style of gcc
configure:3057: result: gcc3
configure:3076: checking for strerror in -lcposix
configure:3107: gcc -o conftest -g -O2 conftest.c -lcposix >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:3110: $? =3D 1
configure: failed program was:
| #line 3083 "configure"
| /* confdefs.h. */
|=20
| #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-rc2"
| /* end confdefs.h. */
|=20
| /* 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:3128: result: no
configure:3183: checking for gcc
configure:3209: result: gcc
configure:3453: checking for C compiler version
configure:3456: gcc --version </dev/null >&5
gcc (GCC) 3.3.1
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is N=
O
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOS=
E.
configure:3459: $? =3D 0
configure:3461: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/specs
Configured with: ../gcc-3.3.1/configure --prefix=3D/usr --enable-language=
s=3Dc,c++,java --disable-multilib --disable-nls
Thread model: posix
gcc version 3.3.1
configure:3464: $? =3D 0
configure:3466: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:3469: $? =3D 1
configure:3472: checking whether we are using the GNU C compiler
configure:3519: result: yes
configure:3525: checking whether gcc accepts -g
configure:3567: result: yes
configure:3584: checking for gcc option to accept ANSI C
configure:3672: result: none needed
configure:3690: gcc -c conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:3693: $? =3D 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3804: checking dependency style of gcc
configure:3872: result: gcc3
configure:3894: checking how to run the C preprocessor
configure:3930: gcc -E conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/li=
mits.h:122,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/sy=
slimits.h:7,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/li=
mits.h:11,
from configure:3930:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or dire=
ctory
configure:3936: $? =3D 1
configure: failed program was:
| #line 3916 "configure"
| /* confdefs.h. */
|=20
| #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-rc2"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3930: gcc -E conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/li=
mits.h:122,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/sy=
slimits.h:7,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/li=
mits.h:11,
from configure:3930:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or dire=
ctory
configure:3936: $? =3D 1
configure: failed program was:
| #line 3916 "configure"
| /* confdefs.h. */
|=20
| #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-rc2"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3930: gcc -E -traditional-cpp conftest.c
In file included from /usr/include/features.h:291,
from /usr/include/assert.h:36,
from configure:3932:
/usr/include/sys/cdefs.h:31: #error "You need a ISO C conforming compiler=
to use the glibc headers"=20
configure:3936: $? =3D 1
configure: failed program was:
| #line 3916 "configure"
| /* confdefs.h. */
|=20
| #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-rc2"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3930: gcc -E -traditional-cpp conftest.c
In file included from /usr/include/features.h:291,
from /usr/include/assert.h:36,
from configure:3932:
/usr/include/sys/cdefs.h:31: #error "You need a ISO C conforming compiler=
to use the glibc headers"=20
configure:3936: $? =3D 1
configure: failed program was:
| #line 3916 "configure"
| /* confdefs.h. */
|=20
| #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-rc2"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3930: /lib/cpp conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/li=
mits.h:122,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/sy=
slimits.h:7,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/li=
mits.h:11,
from configure:3930:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or dire=
ctory
configure:3936: $? =3D 1
configure: failed program was:
| #line 3916 "configure"
| /* confdefs.h. */
|=20
| #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-rc2"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3930: /lib/cpp conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/li=
mits.h:122,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/sy=
slimits.h:7,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/li=
mits.h:11,
from configure:3930:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or dire=
ctory
configure:3936: $? =3D 1
configure: failed program was:
| #line 3916 "configure"
| /* confdefs.h. */
|=20
| #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-rc2"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:4012: result: /lib/cpp
configure:4037: /lib/cpp conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/li=
mits.h:122,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/sy=
slimits.h:7,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/li=
mits.h:11,
from configure:4037:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or dire=
ctory
configure:4043: $? =3D 1
configure: failed program was:
| #line 4023 "configure"
| /* confdefs.h. */
|=20
| #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-rc2"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:4037: /lib/cpp conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/li=
mits.h:122,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/sy=
slimits.h:7,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include/li=
mits.h:11,
from configure:4037:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or dire=
ctory
configure:4043: $? =3D 1
configure: failed program was:
| #line 4023 "configure"
| /* confdefs.h. */
|=20
| #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-rc2"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:4110: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=3Di686-pc-linux-gnu
ac_cv_build_alias=3Di686-pc-linux-gnu
ac_cv_c_compiler_gnu=3Dyes
ac_cv_env_CC_set=3D''
ac_cv_env_CC_value=3D''
ac_cv_env_CFLAGS_set=3D''
ac_cv_env_CFLAGS_value=3D''
ac_cv_env_CPPFLAGS_set=3D''
ac_cv_env_CPPFLAGS_value=3D''
ac_cv_env_CPP_set=3D''
ac_cv_env_CPP_value=3D''
ac_cv_env_LDFLAGS_set=3D''
ac_cv_env_LDFLAGS_value=3D''
ac_cv_env_build_alias_set=3D''
ac_cv_env_build_alias_value=3D''
ac_cv_env_host_alias_set=3D''
ac_cv_env_host_alias_value=3D''
ac_cv_env_target_alias_set=3D''
ac_cv_env_target_alias_value=3D''
ac_cv_exeext=3D''
ac_cv_host=3Di686-pc-linux-gnu
ac_cv_host_alias=3Di686-pc-linux-gnu
ac_cv_lib_cposix_strerror=3Dno
ac_cv_objext=3Do
ac_cv_path_install=3D'/usr/bin/install -c'
ac_cv_prog_AWK=3Dgawk
ac_cv_prog_CPP=3D/lib/cpp
ac_cv_prog_ac_ct_CC=3Dgcc
ac_cv_prog_cc_g=3Dyes
ac_cv_prog_cc_stdc=3D''
ac_cv_prog_make_make_set=3Dyes
ac_cv_target=3Di686-pc-linux-gnu
ac_cv_target_alias=3Di686-pc-linux-gnu
am_cv_CC_dependencies_compiler_type=3Dgcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
AAINFO=3D''
AALIB_CFLAGS=3D''
AALIB_CONFIG=3D''
AALIB_LIBS=3D''
ACLOCAL=3D'${SHELL} /home/huma/src/xine-lib-1-rc2/missing --run aclocal-1=
.7'
ACLOCAL_DIR=3D''
ALLOCA=3D''
ALSA_CFLAGS=3D''
ALSA_LIBS=3D''
ALSA_STATIC_LIB=3D''
AMDEPBACKSLASH=3D'\'
AMDEP_FALSE=3D'#'
AMDEP_TRUE=3D''
AMTAR=3D'${SHELL} /home/huma/src/xine-lib-1-rc2/missing --run tar'
ARTS_CFLAGS=3D''
ARTS_CONFIG=3D''
ARTS_LIBS=3D''
ASFLAGS=3D''
AUTOCONF=3D'${SHELL} /home/huma/src/xine-lib-1-rc2/missing --run autoconf=
'
AUTOHEADER=3D'${SHELL} /home/huma/src/xine-lib-1-rc2/missing --run autohe=
ader'
AUTOMAKE=3D'${SHELL} /home/huma/src/xine-lib-1-rc2/missing --run automake=
-1.7'
AWK=3D'gawk'
BUILD_ASF_FALSE=3D''
BUILD_ASF_TRUE=3D''
BUILD_DHA_KMOD_FALSE=3D''
BUILD_DHA_KMOD_TRUE=3D''
BUILD_FAAD_FALSE=3D''
BUILD_FAAD_TRUE=3D''
BUILD_INCLUDED_LIBINTL=3D''
CATALOGS=3D''
CATOBJEXT=3D''
CC=3D'gcc'
CCAS=3D''
CCASCOMPILE=3D''
CCASFLAGS=3D''
CCDEPMODE=3D'depmode=3Dgcc3'
CFLAGS=3D''
CPP=3D'/lib/cpp'
CPPFLAGS=3D''
CYGPATH_W=3D'echo'
DATADIRNAME=3D''
DEBUG_CFLAGS=3D''
DEFS=3D''
DEPCOMP=3D''
DEPDIR=3D'.deps'
DEPMOD=3D''
DIRECTFB_CFLAGS=3D''
DIRECTFB_LIBS=3D''
DVDNAV_CFLAGS=3D''
DVDNAV_CONFIG=3D''
DVDNAV_LIBS=3D''
DYNAMIC_LD_LIBS=3D''
ECHO=3D'echo'
ECHO_C=3D''
ECHO_N=3D'-n'
ECHO_T=3D''
EGREP=3D''
ENABLE_VCDX_FALSE=3D''
ENABLE_VCDX_TRUE=3D''
ESD_CFLAGS=3D''
ESD_CONFIG=3D''
ESD_LIBS=3D''
EXEEXT=3D''
EXTRA_X_CFLAGS=3D''
EXTRA_X_LIBS=3D''
FIG2DEV=3D''
FREETYPE_CONFIG=3D''
FT2_CFLAGS=3D''
FT2_LIBS=3D''
GENCAT=3D''
GICONV_BSD_LIBS=3D''
GLIBC21=3D''
GLUT_LIBS=3D''
GLU_LIBS=3D''
GMOFILES=3D''
GMSGFMT=3D''
GNOME_VFS_CFLAGS=3D''
GNOME_VFS_LIBS=3D''
HAVE_AA_FALSE=3D''
HAVE_AA_TRUE=3D''
HAVE_ALSA09_FALSE=3D''
HAVE_ALSA09_TRUE=3D''
HAVE_ALSA_FALSE=3D''
HAVE_ALSA_TRUE=3D''
HAVE_ARMV4L_FALSE=3D''
HAVE_ARMV4L_TRUE=3D''
HAVE_ARTS_FALSE=3D''
HAVE_ARTS_TRUE=3D''
HAVE_BSDI_CDROM=3D''
HAVE_CDROM_IOCTLS_FALSE=3D''
HAVE_CDROM_IOCTLS_TRUE=3D''
HAVE_DARWIN_CDROM=3D''
HAVE_DIRECTFB_FALSE=3D''
HAVE_DIRECTFB_TRUE=3D''
HAVE_DVDNAV_FALSE=3D''
HAVE_DVDNAV_TRUE=3D''
HAVE_DXR3_FALSE=3D''
HAVE_DXR3_TRUE=3D''
HAVE_ENCODER_FALSE=3D''
HAVE_ENCODER_TRUE=3D''
HAVE_ESD_FALSE=3D''
HAVE_ESD_TRUE=3D''
HAVE_FB_FALSE=3D''
HAVE_FB_TRUE=3D''
HAVE_FFMMX_FALSE=3D''
HAVE_FFMMX_TRUE=3D''
HAVE_FLAC_FALSE=3D''
HAVE_FLAC_TRUE=3D''
HAVE_FREEBSD_CDROM=3D''
HAVE_FT2_FALSE=3D''
HAVE_FT2_TRUE=3D''
HAVE_GICONV_FALSE=3D''
HAVE_GICONV_TRUE=3D''
HAVE_GNOME_VFS_FALSE=3D''
HAVE_GNOME_VFS_TRUE=3D''
HAVE_IRIXAL_FALSE=3D''
HAVE_IRIXAL_TRUE=3D''
HAVE_LIBFAME_FALSE=3D''
HAVE_LIBFAME_TRUE=3D''
HAVE_LIBMNG_FALSE=3D''
HAVE_LIBMNG_TRUE=3D''
HAVE_LIBPNG_FALSE=3D''
HAVE_LIBPNG_TRUE=3D''
HAVE_LIBRTE_FALSE=3D''
HAVE_LIBRTE_TRUE=3D''
HAVE_LINUX_CDROM=3D''
HAVE_LINUX_FALSE=3D''
HAVE_LINUX_TRUE=3D''
HAVE_MLIB_FALSE=3D''
HAVE_MLIB_TRUE=3D''
HAVE_OPENGL_FALSE=3D''
HAVE_OPENGL_TRUE=3D''
HAVE_OSS_FALSE=3D''
HAVE_OSS_TRUE=3D''
HAVE_SDL_FALSE=3D''
HAVE_SDL_TRUE=3D''
HAVE_SOLARIS_CDROM=3D''
HAVE_SPEEX_FALSE=3D''
HAVE_SPEEX_TRUE=3D''
HAVE_STK_FALSE=3D''
HAVE_STK_TRUE=3D''
HAVE_SUNAUDIO_FALSE=3D''
HAVE_SUNAUDIO_TRUE=3D''
HAVE_SUNFB_FALSE=3D''
HAVE_SUNFB_TRUE=3D''
HAVE_THEORA_FALSE=3D''
HAVE_THEORA_TRUE=3D''
HAVE_V4L_FALSE=3D''
HAVE_V4L_TRUE=3D''
HAVE_VCDNAV_FALSE=3D''
HAVE_VCDNAV_TRUE=3D''
HAVE_VIDIX_FALSE=3D''
HAVE_VIDIX_TRUE=3D''
HAVE_VORBIS_FALSE=3D''
HAVE_VORBIS_TRUE=3D''
HAVE_W32DLL_FALSE=3D''
HAVE_W32DLL_TRUE=3D''
HAVE_WIN32_CDROM=3D''
HAVE_X11_FALSE=3D''
HAVE_X11_TRUE=3D''
HAVE_XINERAMA_FALSE=3D''
HAVE_XINERAMA_TRUE=3D''
HAVE_XVID_FALSE=3D''
HAVE_XVID_TRUE=3D''
HAVE_XVMC_FALSE=3D''
HAVE_XVMC_STATIC_FALSE=3D''
HAVE_XVMC_STATIC_TRUE=3D''
HAVE_XVMC_TRUE=3D''
HAVE_XV_FALSE=3D''
HAVE_XV_STATIC_FALSE=3D''
HAVE_XV_STATIC_TRUE=3D''
HAVE_XV_TRUE=3D''
HAVE_ZLIB_FALSE=3D''
HAVE_ZLIB_TRUE=3D''
INCLUDED_INTL_FALSE=3D''
INCLUDED_INTL_TRUE=3D''
INCLUDES=3D''
INSTALL_DATA=3D'${INSTALL} -m 644'
INSTALL_M4_FALSE=3D''
INSTALL_M4_TRUE=3D''
INSTALL_PROGRAM=3D'${INSTALL}'
INSTALL_SCRIPT=3D'${INSTALL}'
INSTALL_STRIP_PROGRAM=3D'${SHELL} $(install_sh) -c -s'
INSTOBJEXT=3D''
INTLBISON=3D''
INTLLIBS=3D''
INTLOBJS=3D''
INTL_LIBTOOL_SUFFIX_PREFIX=3D''
IRIXAL_CFLAGS=3D''
IRIXAL_LIBS=3D''
IRIXAL_STATIC_LIB=3D''
KSTAT_LIBS=3D''
LDFLAGS=3D''
LIBCDIO_CFLAGS=3D''
LIBCDIO_LIBS=3D''
LIBFAME_CFLAGS=3D''
LIBFAME_CONFIG=3D''
LIBFAME_LIBS=3D''
LIBFFMPEG_CFLAGS=3D''
LIBFLAC_CFLAGS=3D''
LIBFLAC_LIBS=3D''
LIBICONV=3D''
LIBISO9660_LIBS=3D''
LIBMPEG2_CFLAGS=3D''
LIBNAME=3D'libxine1'
LIBOBJS=3D''
LIBPNG_CONFIG=3D''
LIBS=3D''
LIBSTK_CFLAGS=3D''
LIBSTK_LIBS=3D''
LIBTOOL=3D''
LIBTOOL_DEPS=3D''
LIBVCDINFO_LIBS=3D''
LIBVCD_CFLAGS=3D''
LIBVCD_LIBS=3D''
LIBVCD_SYSDEP=3D''
LINUX_CDROM_TIMEOUT=3D''
LINUX_INCLUDE=3D''
LN_S=3D''
LTLIBOBJS=3D''
LT_AGE=3D'7'
LT_CURRENT=3D'8'
LT_REVISION=3D'1'
MAKEINFO=3D'${SHELL} /home/huma/src/xine-lib-1-rc2/missing --run makeinfo=
'
MKINSTALLDIRS=3D''
MKNOD=3D''
MLIB_CFLAGS=3D''
MLIB_LIBS=3D''
MNG_LIBS=3D''
MSGFMT=3D''
NET_LIBS=3D''
OBJEXT=3D'o'
OGG_CFLAGS=3D''
OGG_LIBS=3D''
OPENGL_LIBS=3D''
PACKAGE=3D'xine-lib'
PACKAGE_BUGREPORT=3D''
PACKAGE_NAME=3D''
PACKAGE_STRING=3D''
PACKAGE_TARNAME=3D''
PACKAGE_VERSION=3D''
PASS1_CFLAGS=3D''
PASS2_CFLAGS=3D''
PATH_SEPARATOR=3D':'
PKG_CONFIG=3D''
PNG_CFLAGS=3D''
PNG_LIBS=3D''
POFILES=3D''
POSUB=3D''
PPC_ARCH_FALSE=3D''
PPC_ARCH_TRUE=3D''
RANLIB=3D''
SDL_CFLAGS=3D''
SDL_CONFIG=3D''
SDL_LIBS=3D''
SET_MAKE=3D''
SGMLTOOLS=3D''
SHELL=3D'/bin/sh'
SPEC_VERSION=3D'1_rc2'
SPEEX_CFLAGS=3D''
SPEEX_LIBS=3D''
STATIC=3D''
STRIP=3D''
TAR_NAME=3D'xine-lib-1-rc2'
THEORAENC_LIBS=3D''
THEORAFILE_LIBS=3D''
THEORA_CFLAGS=3D''
THEORA_LIBS=3D''
THREAD_CFLAGS=3D''
THREAD_LIBS=3D''
USE_INCLUDED_LIBINTL=3D''
USE_NLS=3D''
VERSION=3D'1-rc2'
VORBISENC_LIBS=3D''
VORBISFILE_LIBS=3D''
VORBIS_CFLAGS=3D''
VORBIS_LIBS=3D''
W32DLL_DEP=3D''
W32_NO_OPTIMIZE=3D''
XGETTEXT=3D''
XINE_ACFLAGS=3D''
XINE_BIN_AGE=3D''
XINE_BUILD_CC=3D''
XINE_BUILD_DATE=3D''
XINE_BUILD_OS=3D''
XINE_DATADIR=3D''
XINE_FONTDIR=3D''
XINE_FONTPATH=3D''
XINE_IFACE_AGE=3D''
XINE_LOCALEDIR=3D''
XINE_LOCALEPATH=3D''
XINE_MAJOR=3D'1'
XINE_MINOR=3D'0'
XINE_PLUGINDIR=3D''
XINE_PLUGINPATH=3D''
XINE_PLUGIN_MIN_SYMS=3D''
XINE_SCRIPTPATH=3D''
XINE_SUB=3D'0'
XVID_CFLAGS=3D''
XVID_LIBS=3D''
XVMC_LIB=3D''
XV_LIB=3D''
X_CFLAGS=3D''
X_EXTRA_LIBS=3D''
X_LIBS=3D''
X_PRE_LIBS=3D''
ZLIB_LIBS=3D''
ac_ct_CC=3D'gcc'
ac_ct_RANLIB=3D''
ac_ct_STRIP=3D''
am__fastdepCC_FALSE=3D'#'
am__fastdepCC_TRUE=3D''
am__include=3D'include'
am__leading_dot=3D'.'
am__quote=3D''
bindir=3D'${exec_prefix}/bin'
build=3D'i686-pc-linux-gnu'
build_alias=3D''
build_cpu=3D'i686'
build_os=3D'linux-gnu'
build_vendor=3D'pc'
datadir=3D'${prefix}/share'
exec_prefix=3D'NONE'
host=3D'i686-pc-linux-gnu'
host_alias=3D''
host_cpu=3D'i686'
host_os=3D'linux-gnu'
host_vendor=3D'pc'
includedir=3D'${prefix}/include'
infodir=3D'${prefix}/info'
install_sh=3D'/home/huma/src/xine-lib-1-rc2/install-sh'
libdir=3D'${exec_prefix}/lib'
libexecdir=3D'${exec_prefix}/libexec'
localstatedir=3D'${prefix}/var'
mandir=3D'${prefix}/man'
oldincludedir=3D'/usr/include'
prefix=3D'/usr'
program_transform_name=3D's,x,x,'
sbindir=3D'${exec_prefix}/sbin'
sharedstatedir=3D'${prefix}/com'
sysconfdir=3D'${prefix}/etc'
target=3D'i686-pc-linux-gnu'
target_alias=3D''
target_cpu=3D'i686'
target_os=3D'linux-gnu'
target_vendor=3D'pc'
w32_path=3D''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE "xine-lib"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define VERSION "1-rc2"
#define XINE_MAJOR 1
#define XINE_MINOR 0
#define XINE_SUB 0
configure: exit 1
--=20
David G=F3mez=0D
=0D
"The question of whether computers can think is just like the question of=
=0D
whether submarines can swim." -- Edsger W. Dijkstra=0D
|