LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Sanity error please help! (https://www.linuxquestions.org/questions/linux-newbie-8/sanity-error-please-help-220970/)

sexdemon609 08-22-2004 02:21 PM

Sanity error please help!
 
I though all of my compiler tools were installed correctly, but whenever I try to install a tar file with config this is what I get

checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

I know this was just addressed on a previous thread, but those directions didnt help me much. If anyone could help me I would greatly appreciate it. Thanks again!

Tinkster 08-22-2004 03:12 PM

Quote:

See `config.log' for more details.
What did that have to say?


Cheers,
Tink

sexdemon609 08-22-2004 06:54 PM

My Config.log file
 
This is the first part of my config.log file.

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.58. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost.localdomain
uname -m = i686
uname -r = 2.6.5-1.358
uname -s = Linux
uname -v = #1 Sat May 8 09:04:50 EDT 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/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /home/rob/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1644: checking build system type
configure:1662: result: i686-pc-linux-gnulibc1
configure:1670: checking host system type
configure:1684: result: i686-pc-linux-gnulibc1
configure:1692: checking target system type
configure:1706: result: i686-pc-linux-gnulibc1
configure:1735: checking for a BSD-compatible install
configure:1790: result: /usr/bin/install -c
configure:1801: checking whether build environment is sane
configure:1844: result: yes
configure:1877: checking for gawk
configure:1893: found /usr/bin/gawk
configure:1903: result: gawk
configure:1913: checking whether make sets $(MAKE)
configure:1933: result: yes
configure:2120: checking for style of include used by make
configure:2148: result: GNU
configure:2219: checking for gcc
configure:2235: found /usr/bin/gcc
configure:2245: result: gcc
configure:2489: checking for C compiler version
configure:2492: gcc --version </dev/null >&5
gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-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:2495: $? = 0
configure:2497: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --disable-libunwind-exceptions --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
configure:2500: $? = 0
configure:2502: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2505: $? = 1
configure:2528: checking for C compiler default output file name
configure:2531: gcc conftest.c >&5
configure:2534: $? = 0
configure:2580: result: a.out
configure:2585: checking whether the C compiler works
configure:2591: ./a.out
configure:2594: $? = 0
configure:2611: result: yes
configure:2618: checking whether we are cross compiling
configure:2620: result: no
configure:2623: checking for suffix of executables
configure:2625: gcc -o conftest conftest.c >&5
configure:2628: $? = 0
configure:2653: result:
configure:2659: checking for suffix of object files
configure:2680: gcc -c conftest.c >&5
configure:2683: $? = 0
configure:2705: result: o
configure:2709: checking whether we are using the GNU C compiler
configure:2733: gcc -c conftest.c >&5
configure:2739: $? = 0
configure:2742: test -z || test ! -s conftest.err
configure:2745: $? = 0
configure:2748: test -s conftest.o
configure:2751: $? = 0
configure:2764: result: yes
configure:2770: checking whether gcc accepts -g
configure:2791: gcc -c -g conftest.c >&5
configure:2797: $? = 0
configure:2800: test -z || test ! -s conftest.err
configure:2803: $? = 0
configure:2806: test -s conftest.o
configure:2809: $? = 0
configure:2820: result: yes
configure:2837: checking for gcc option to accept ANSI C
configure:2907: 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:2913: $? = 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-rc3a"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std1 is added to get
| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\x00'==0 to get something
| that's true only with -std1. */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:2907: gcc -qlanglvl=ansi -c -g -O2 conftest.c >&5
gcc: unrecognized option `-qlanglvl=ansi'
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:2913: $? = 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-rc3a"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std1 is added to get
| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\x00'==0 to get something
| that's true only with -std1. */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:2907: gcc -std1 -c -g -O2 conftest.c >&5
cc1: error: unrecognized option `-std1'
configure:2913: $? = 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-rc3a"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std1 is added to get
| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\x00'==0 to get something
| that's true only with -std1. */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:2907: gcc -Ae -c -g -O2 conftest.c >&5
<command line>:4:2: missing '(' after predicate
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:2913: $? = 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-rc3a"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std1 is added to get
| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\x00'==0 to get something
| that's true only with -std1. */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:2907: gcc -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c >&5
<command line>:4:2: missing '(' after predicate
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:2913: $? = 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-rc3a"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std1 is added to get
| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\x00'==0 to get something
| that's true only with -std1. */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:2907: gcc -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c >&5
gcc: unrecognized option `-Xc'
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:2913: $? = 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-rc3a"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
|
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
| function prototypes and stuff, but not '\xHH' hex character constants.
| These don't provoke an error unfortunately, instead are silently treated
| as 'x'. The following induces an error, until -std1 is added to get
| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
| array size at least. It's necessary to write '\x00'==0 to get something
| that's true only with -std1. */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
|
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:2943: result: none needed
configure:2961: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2967: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3099: checking dependency style of gcc
configure:3161: result: gcc3
configure:3168: checking for strerror in -lcposix
configure:3198: gcc -o conftest -g -O2 conftest.c -lcposix >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:3204: $? = 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-rc3a"
| /* 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:3229: result: no
configure:3284: checking for gcc
configure:3310: result: gcc
configure:3554: checking for C compiler version
configure:3557: gcc --version </dev/null >&5
gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-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:3560: $? = 0
configure:3562: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --disable-libunwind-exceptions --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
configure:3565: $? = 0
configure:3567: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:3570: $? = 1
configure:3573: checking whether we are using the GNU C compiler
configure:3628: result: yes
configure:3634: checking whether gcc accepts -g
configure:3684: result: yes
configure:3701: checking for gcc option to accept ANSI C
configure:3807: result: none needed
configure:3825: gcc -c conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:3831: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me

sexdemon609 08-22-2004 06:55 PM

My Config.log file
 
second half of config file.

| #endif
configure:3963: checking dependency style of gcc
configure:4025: result: gcc3
configure:4035: checking how to run the C preprocessor
configure:4070: gcc -E conftest.c
In file included from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/limits.h:11,
from conftest.c:15:
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/limits.h:122:75: limits.h: No such file or directory
configure:4076: $? = 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-rc3a"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:4070: gcc -E conftest.c
In file included from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/limits.h:11,
from conftest.c:15:
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/limits.h:122:75: limits.h: No such file or directory
configure:4076: $? = 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-rc3a"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:4070: gcc -E -traditional-cpp conftest.c
conftest.c:17: assert.h: No such file or directory
configure:4076: $? = 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-rc3a"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:4070: gcc -E -traditional-cpp conftest.c
conftest.c:17: assert.h: No such file or directory
configure:4076: $? = 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-rc3a"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:4070: /lib/cpp conftest.c
In file included from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/limits.h:11,
from conftest.c:15:
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/limits.h:122:75: limits.h: No such file or directory
configure:4076: $? = 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-rc3a"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:4070: /lib/cpp conftest.c
In file included from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/limits.h:11,
from conftest.c:15:
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/limits.h:122:75: limits.h: No such file or directory
configure:4076: $? = 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-rc3a"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:4153: result: /lib/cpp
configure:4177: /lib/cpp conftest.c
In file included from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/limits.h:11,
from conftest.c:15:
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/limits.h:122:75: limits.h: No such file or directory
configure:4183: $? = 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-rc3a"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:4177: /lib/cpp conftest.c
In file included from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/limits.h:11,
from conftest.c:15:
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/include/limits.h:122:75: limits.h: No such file or directory
configure:4183: $? = 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-rc3a"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:4252: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnulibc1
ac_cv_build_alias=i686-pc-linux-gnulibc1
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_host=i686-pc-linux-gnulibc1
ac_cv_host_alias=i686-pc-linux-gnulibc1
ac_cv_lib_cposix_strerror=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=no
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnulibc1
ac_cv_target_alias=i686-pc-linux-gnulibc1
am_cv_CC_dependencies_compiler_type=gcc3

## ----------------- ##
## Output variables. ##
## ----------------- ##

AAINFO=''
AALIB_CFLAGS=''
AALIB_CONFIG=''
AALIB_LIBS=''
ACLOCAL='${SHELL} /home/rob/downloads/xine/missing --run aclocal-1.6'
ACLOCAL_DIR=''
ALLOCA=''
ALSA_CFLAGS=''
ALSA_LIBS=''
ALSA_STATIC_LIB=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/rob/downloads/xine/missing --run tar'
AR=''
ARTS_CFLAGS=''
ARTS_CONFIG=''
ARTS_LIBS=''
ASFLAGS=''
AUTOCONF='${SHELL} /home/rob/downloads/xine/missing --run autoconf'
AUTOHEADER='${SHELL} /home/rob/downloads/xine/missing --run autoheader'
AUTOMAKE='${SHELL} /home/rob/downloads/xine/missing --run automake-1.6'
AWK='gawk'
BUILD_ASF_FALSE=''
BUILD_ASF_TRUE=''
BUILD_DHA_KMOD_FALSE=''
BUILD_DHA_KMOD_TRUE=''
BUILD_FAAD_FALSE=''
BUILD_FAAD_TRUE=''
BUILD_INCLUDED_LIBINTL=''
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CCAS=''
CCASCOMPILE=''
CCASFLAGS=''
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CPP='/lib/cpp'
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
DATADIRNAME=''
DEBUG_CFLAGS=''
DEFS=''
DEPCOMP=''
DEPDIR='.deps'
DEPMOD=''
DIRECTFB_CFLAGS=''
DIRECTFB_LIBS=''
DVDNAV_CFLAGS=''
DVDNAV_CONFIG=''
DVDNAV_LIBS=''
DYNAMIC_LD_LIBS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_VCD_FALSE=''
ENABLE_VCD_TRUE=''
ESD_CFLAGS=''
ESD_CONFIG=''
ESD_LIBS=''
EXEEXT=''
EXTRA_X_CFLAGS=''
EXTRA_X_LIBS=''
F77=''
FFLAGS=''
FIG2DEV=''
FREETYPE_CONFIG=''
FT2_CFLAGS=''
FT2_LIBS=''
GENCAT=''
GICONV_BSD_LIBS=''
GLIBC21=''
GLUT_LIBS=''
GLU_LIBS=''
GMOFILES=''
GMSGFMT=''
GNOME_VFS_CFLAGS=''
GNOME_VFS_LIBS=''
HAVE_AA_FALSE=''
HAVE_AA_TRUE=''
HAVE_ALSA09_FALSE=''
HAVE_ALSA09_TRUE=''
HAVE_ALSA_FALSE=''
HAVE_ALSA_TRUE=''
HAVE_ARMV4L_FALSE=''
HAVE_ARMV4L_TRUE=''
HAVE_ARTS_FALSE=''
HAVE_ARTS_TRUE=''
HAVE_BSDI_CDROM=''
HAVE_CDROM_IOCTLS_FALSE=''
HAVE_CDROM_IOCTLS_TRUE=''
HAVE_DARWIN_CDROM=''
HAVE_DIRECTFB_FALSE=''
HAVE_DIRECTFB_TRUE=''
HAVE_DVDNAV_FALSE=''
HAVE_DVDNAV_TRUE=''
HAVE_DXR3_FALSE=''
HAVE_DXR3_TRUE=''
HAVE_ENCODER_FALSE=''
HAVE_ENCODER_TRUE=''
HAVE_ESD_FALSE=''
HAVE_ESD_TRUE=''
HAVE_FB_FALSE=''
HAVE_FB_TRUE=''
HAVE_FFMMX_FALSE=''
HAVE_FFMMX_TRUE=''
HAVE_FLAC_FALSE=''
HAVE_FLAC_TRUE=''
HAVE_FREEBSD_CDROM=''
HAVE_FT2_FALSE=''
HAVE_FT2_TRUE=''
HAVE_GICONV_FALSE=''
HAVE_GICONV_TRUE=''
HAVE_GNOME_VFS_FALSE=''
HAVE_GNOME_VFS_TRUE=''
HAVE_IRIXAL_FALSE=''
HAVE_IRIXAL_TRUE=''
HAVE_LIBFAME_FALSE=''
HAVE_LIBFAME_TRUE=''
HAVE_LIBMNG_FALSE=''
HAVE_LIBMNG_TRUE=''
HAVE_LIBPNG_FALSE=''
HAVE_LIBPNG_TRUE=''
HAVE_LIBRTE_FALSE=''
HAVE_LIBRTE_TRUE=''
HAVE_LINUX_CDROM=''
HAVE_LINUX_FALSE=''
HAVE_LINUX_TRUE=''
HAVE_MLIB_FALSE=''
HAVE_MLIB_TRUE=''
HAVE_OPENGL_FALSE=''
HAVE_OPENGL_TRUE=''
HAVE_OSS_FALSE=''
HAVE_OSS_TRUE=''
HAVE_SDL_FALSE=''
HAVE_SDL_TRUE=''
HAVE_SOLARIS_CDROM=''
HAVE_SPEEX_FALSE=''
HAVE_SPEEX_TRUE=''
HAVE_STK_FALSE=''
HAVE_STK_TRUE=''
HAVE_SUNAUDIO_FALSE=''
HAVE_SUNAUDIO_TRUE=''
HAVE_SUNFB_FALSE=''
HAVE_SUNFB_TRUE=''
HAVE_THEORA_FALSE=''
HAVE_THEORA_TRUE=''
HAVE_V4L_FALSE=''
HAVE_V4L_TRUE=''
HAVE_VCDNAV_FALSE=''
HAVE_VCDNAV_TRUE=''
HAVE_VIDIX_FALSE=''
HAVE_VIDIX_TRUE=''
HAVE_VORBIS_FALSE=''
HAVE_VORBIS_TRUE=''
HAVE_W32DLL_FALSE=''
HAVE_W32DLL_TRUE=''
HAVE_WIN32_CDROM=''
HAVE_X11_FALSE=''
HAVE_X11_TRUE=''
HAVE_XINERAMA_FALSE=''
HAVE_XINERAMA_TRUE=''
HAVE_XVMC_FALSE=''
HAVE_XVMC_STATIC_FALSE=''
HAVE_XVMC_STATIC_TRUE=''
HAVE_XVMC_TRUE=''
HAVE_XV_FALSE=''
HAVE_XV_STATIC_FALSE=''
HAVE_XV_STATIC_TRUE=''
HAVE_XV_TRUE=''
HAVE_ZLIB_FALSE=''
HAVE_ZLIB_TRUE=''
INCLUDED_INTL_FALSE=''
INCLUDED_INTL_TRUE=''
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_M4_FALSE=''
INSTALL_M4_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT=''
INTLBISON=''
INTLLIBS=''
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
IRIXAL_CFLAGS=''
IRIXAL_LIBS=''
IRIXAL_STATIC_LIB=''
KSTAT_LIBS=''
LDFLAGS=''
LIBCDIO_CFLAGS=''
LIBCDIO_LIBS=''
LIBFAME_CFLAGS=''
LIBFAME_CONFIG=''
LIBFAME_LIBS=''
LIBFFMPEG_CFLAGS=''
LIBFLAC_CFLAGS=''
LIBFLAC_LIBS=''
LIBICONV=''
LIBISO9660_LIBS=''
LIBMPEG2_CFLAGS=''
LIBNAME='libxine1'
LIBOBJS=''
LIBPNG_CONFIG=''
LIBS=''
LIBSTK_CFLAGS=''
LIBSTK_LIBS=''
LIBTOOL=''
LIBTOOL_DEPS=''
LIBVCDINFO_LIBS=''
LIBVCD_CFLAGS=''
LIBVCD_LIBS=''
LIBVCD_SYSDEP=''
LINUX_CDROM_TIMEOUT=''
LINUX_INCLUDE=''
LN_S=''
LTLIBOBJS=''
LT_AGE='8'
LT_CURRENT='9'
LT_REVISION='1'
MAKEINFO='${SHELL} /home/rob/downloads/xine/missing --run makeinfo'
MKINSTALLDIRS=''
MKNOD=''
MLIB_CFLAGS=''
MLIB_LIBS=''
MNG_LIBS=''
MSGFMT=''
NET_LIBS=''
OBJEXT='o'
OGG_CFLAGS=''
OGG_LIBS=''
OPENGL_LIBS=''
PACKAGE='xine-lib'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PASS1_CFLAGS=''
PASS2_CFLAGS=''
PATH_SEPARATOR=':'
PKG_CONFIG=''
PNG_CFLAGS=''
PNG_LIBS=''
POFILES=''
POSUB=''
PPC_ARCH_FALSE=''
PPC_ARCH_TRUE=''
RANLIB=''
SDL_CFLAGS=''
SDL_CONFIG=''
SDL_LIBS=''
SET_MAKE=''
SGMLTOOLS=''
SHELL='/bin/sh'
SPEC_VERSION='1_rc3a'
SPEEX_CFLAGS=''
SPEEX_LIBS=''
STATIC=''
STRIP=''
TAR_NAME='xine-lib-1-rc3a'
THEORAENC_LIBS=''
THEORAFILE_LIBS=''
THEORA_CFLAGS=''
THEORA_LIBS=''
THREAD_CFLAGS=''
THREAD_LIBS=''
USE_INCLUDED_LIBINTL=''
USE_NLS=''
VERSION='1-rc3a'
VORBISENC_LIBS=''
VORBISFILE_LIBS=''
VORBIS_CFLAGS=''
VORBIS_LIBS=''
W32DLL_DEP=''
W32_NO_OPTIMIZE=''
XGETTEXT=''
XINE_ACFLAGS=''
XINE_BIN_AGE=''
XINE_BUILD_CC=''
XINE_BUILD_DATE=''
XINE_BUILD_OS=''
XINE_DATADIR=''
XINE_FONTDIR=''
XINE_FONTPATH=''
XINE_IFACE_AGE=''
XINE_LOCALEDIR=''
XINE_LOCALEPATH=''
XINE_MAJOR='1'
XINE_MINOR='0'
XINE_PLUGINDIR=''
XINE_PLUGINPATH=''
XINE_PLUGIN_MIN_SYMS=''
XINE_SCRIPTPATH=''
XINE_SUB='0'
XVMC_LIB=''
XV_LIB=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ZLIB_LIBS=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnulibc1'
build_alias=''
build_cpu='i686'
build_os='linux-gnulibc1'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnulibc1'
host_alias=''
host_cpu='i686'
host_os='linux-gnulibc1'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/rob/downloads/xine/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnulibc1'
target_alias=''
target_cpu='i686'
target_os='linux-gnulibc1'
target_vendor='pc'
w32_path=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE "xine-lib"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define VERSION "1-rc3a"
#define XINE_MAJOR 1
#define XINE_MINOR 0
#define XINE_SUB 0

configure: exit 1


All times are GMT -5. The time now is 09:10 PM.