[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

No puedo compilar



Necesito compilar SDL Simple Directmedia layer, ya que lo necesito para un 
emulador de N64, pero a la hora correr ./configure, me manda al final el 
siguiente error. y la verdad de compilar no se mucho, he intentado buscar 
algo que me ayude pero no sé cpor donde, alguien me puede ayudar, 
posiblemente me falte algo que instalar, lo último que hice fue un apt-get 
install gcc, que es compilador de C, pero a lo mejor me faltó algo.

Gracias de antemano
Debian-Sarge

root@palomino:/usr/local/SDL-1.2.9# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
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 a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
root@palomino:/usr/local/SDL-1.2.9#
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 = palomino
uname -m = i686
uname -r = 2.6.12-10-386
uname -s = Linux
uname -v = #1 Sat Mar 11 16:13:17 UTC 2006

/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/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11


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

configure:1636: checking build system type
configure:1654: result: i686-pc-linux-gnu
configure:1662: checking host system type
configure:1676: result: i686-pc-linux-gnu
configure:1684: checking target system type
configure:1698: result: i686-pc-linux-gnu
configure:1727: checking for a BSD-compatible install
configure:1782: result: /usr/bin/install -c
configure:1793: checking whether build environment is sane
configure:1836: result: yes
configure:1901: checking for gawk
configure:1930: result: no
configure:1901: checking for mawk
configure:1917: found /usr/bin/mawk
configure:1927: result: mawk
configure:1937: checking whether make sets $(MAKE)
configure:1957: result: yes
configure:2213: checking for style of include used by make
configure:2241: result: GNU
configure:2312: checking for gcc
configure:2328: found /usr/bin/gcc
configure:2338: result: gcc
configure:2582: checking for C compiler version
configure:2585: gcc --version </dev/null >&5
gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
Copyright (C) 2005 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:2588: $? = 0
configure:2590: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-shared --with-system-zlib --libexecdir=/usr/lib --enable-nls --without-included-gettext --enable-threads=posix --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
configure:2593: $? = 0
configure:2595: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2598: $? = 1
configure:2621: checking for C compiler default output file name
configure:2624: gcc    conftest.c  >&5
configure:2627: $? = 0
configure:2673: result: a.out
configure:2678: checking whether the C compiler works
configure:2684: ./a.out
configure:2687: $? = 0
configure:2704: result: yes
configure:2711: checking whether we are cross compiling
configure:2713: result: no
configure:2716: checking for suffix of executables
configure:2718: gcc -o conftest    conftest.c  >&5
configure:2721: $? = 0
configure:2746: result: 
configure:2752: checking for suffix of object files
configure:2773: gcc -c   conftest.c >&5
configure:2776: $? = 0
configure:2798: result: o
configure:2802: checking whether we are using the GNU C compiler
configure:2826: gcc -c   conftest.c >&5
configure:2832: $? = 0
configure:2836: test -z 
			 || test ! -s conftest.err
configure:2839: $? = 0
configure:2842: test -s conftest.o
configure:2845: $? = 0
configure:2858: result: yes
configure:2864: checking whether gcc accepts -g
configure:2885: gcc -c -g  conftest.c >&5
configure:2891: $? = 0
configure:2895: test -z 
			 || test ! -s conftest.err
configure:2898: $? = 0
configure:2901: test -s conftest.o
configure:2904: $? = 0
configure:2915: result: yes
configure:2932: checking for gcc option to accept ANSI C
configure:3002: gcc  -c -g -O2  conftest.c >&5
configure:3008: $? = 0
configure:3012: test -z 
			 || test ! -s conftest.err
configure:3015: $? = 0
configure:3018: test -s conftest.o
configure:3021: $? = 0
configure:3039: result: none needed
configure:3057: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:3063: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3198: checking dependency style of gcc
configure:3288: result: gcc3
configure:3305: checking for a sed that does not truncate output
configure:3359: result: /bin/sed
configure:3362: checking for egrep
configure:3372: result: grep -E
configure:3388: checking for ld used by gcc
configure:3455: result: /usr/bin/ld
configure:3464: checking if the linker (/usr/bin/ld) is GNU ld
configure:3479: result: yes
configure:3484: checking for /usr/bin/ld option to reload object files
configure:3491: result: -r
configure:3509: checking for BSD-compatible nm
configure:3551: result: /usr/bin/nm -B
configure:3555: checking whether ln -s works
configure:3559: result: yes
configure:3566: checking how to recognise dependent libraries
configure:3749: result: pass_all
configure:4205: checking how to run the C preprocessor
configure:4240: gcc -E  conftest.c
configure:4246: $? = 0
configure:4278: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4284: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL"
| #define VERSION "1.2.9"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4323: result: gcc -E
configure:4347: gcc -E  conftest.c
configure:4353: $? = 0
configure:4385: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4391: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL"
| #define VERSION "1.2.9"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4435: checking for ANSI C header files
configure:4460: gcc -c -g -O2  conftest.c >&5
configure:4466: $? = 0
configure:4470: test -z 
			 || test ! -s conftest.err
configure:4473: $? = 0
configure:4476: test -s conftest.o
configure:4479: $? = 0
configure:4568: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
configure:4571: $? = 0
configure:4573: ./conftest
configure:4576: $? = 0
configure:4591: result: yes
configure:4615: checking for sys/types.h
configure:4631: gcc -c -g -O2  conftest.c >&5
configure:4637: $? = 0
configure:4641: test -z 
			 || test ! -s conftest.err
configure:4644: $? = 0
configure:4647: test -s conftest.o
configure:4650: $? = 0
configure:4661: result: yes
configure:4615: checking for sys/stat.h
configure:4631: gcc -c -g -O2  conftest.c >&5
configure:4637: $? = 0
configure:4641: test -z 
			 || test ! -s conftest.err
configure:4644: $? = 0
configure:4647: test -s conftest.o
configure:4650: $? = 0
configure:4661: result: yes
configure:4615: checking for stdlib.h
configure:4631: gcc -c -g -O2  conftest.c >&5
configure:4637: $? = 0
configure:4641: test -z 
			 || test ! -s conftest.err
configure:4644: $? = 0
configure:4647: test -s conftest.o
configure:4650: $? = 0
configure:4661: result: yes
configure:4615: checking for string.h
configure:4631: gcc -c -g -O2  conftest.c >&5
configure:4637: $? = 0
configure:4641: test -z 
			 || test ! -s conftest.err
configure:4644: $? = 0
configure:4647: test -s conftest.o
configure:4650: $? = 0
configure:4661: result: yes
configure:4615: checking for memory.h
configure:4631: gcc -c -g -O2  conftest.c >&5
configure:4637: $? = 0
configure:4641: test -z 
			 || test ! -s conftest.err
configure:4644: $? = 0
configure:4647: test -s conftest.o
configure:4650: $? = 0
configure:4661: result: yes
configure:4615: checking for strings.h
configure:4631: gcc -c -g -O2  conftest.c >&5
configure:4637: $? = 0
configure:4641: test -z 
			 || test ! -s conftest.err
configure:4644: $? = 0
configure:4647: test -s conftest.o
configure:4650: $? = 0
configure:4661: result: yes
configure:4615: checking for inttypes.h
configure:4631: gcc -c -g -O2  conftest.c >&5
configure:4637: $? = 0
configure:4641: test -z 
			 || test ! -s conftest.err
configure:4644: $? = 0
configure:4647: test -s conftest.o
configure:4650: $? = 0
configure:4661: result: yes
configure:4615: checking for stdint.h
configure:4631: gcc -c -g -O2  conftest.c >&5
configure:4637: $? = 0
configure:4641: test -z 
			 || test ! -s conftest.err
configure:4644: $? = 0
configure:4647: test -s conftest.o
configure:4650: $? = 0
configure:4661: result: yes
configure:4615: checking for unistd.h
configure:4631: gcc -c -g -O2  conftest.c >&5
configure:4637: $? = 0
configure:4641: test -z 
			 || test ! -s conftest.err
configure:4644: $? = 0
configure:4647: test -s conftest.o
configure:4650: $? = 0
configure:4661: result: yes
configure:4687: checking dlfcn.h usability
configure:4699: gcc -c -g -O2  conftest.c >&5
configure:4705: $? = 0
configure:4709: test -z 
			 || test ! -s conftest.err
configure:4712: $? = 0
configure:4715: test -s conftest.o
configure:4718: $? = 0
configure:4728: result: yes
configure:4732: checking dlfcn.h presence
configure:4742: gcc -E  conftest.c
configure:4748: $? = 0
configure:4768: result: yes
configure:4803: checking for dlfcn.h
configure:4810: result: yes
configure:4875: checking for g++
configure:4904: result: no
configure:4875: checking for c++
configure:4904: result: no
configure:4875: checking for gpp
configure:4904: result: no
configure:4875: checking for aCC
configure:4904: result: no
configure:4875: checking for CC
configure:4904: result: no
configure:4875: checking for cxx
configure:4904: result: no
configure:4875: checking for cc++
configure:4904: result: no
configure:4875: checking for cl
configure:4904: result: no
configure:4875: checking for FCC
configure:4904: result: no
configure:4875: checking for KCC
configure:4904: result: no
configure:4875: checking for RCC
configure:4904: result: no
configure:4875: checking for xlC_r
configure:4904: result: no
configure:4875: checking for xlC
configure:4904: result: no
configure:4917: checking for C++ compiler version
configure:4920: g++ --version </dev/null >&5
./configure: line 4921: g++: command not found
configure:4923: $? = 127
configure:4925: g++ -v </dev/null >&5
./configure: line 4926: g++: command not found
configure:4928: $? = 127
configure:4930: g++ -V </dev/null >&5
./configure: line 4931: g++: command not found
configure:4933: $? = 127
configure:4936: checking whether we are using the GNU C++ compiler
configure:4960: g++ -c   conftest.cc >&5
./configure: line 4961: g++: command not found
configure:4966: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL"
| #define VERSION "1.2.9"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:4992: result: no
configure:4998: checking whether g++ accepts -g
configure:5019: g++ -c -g  conftest.cc >&5
./configure: line 5020: g++: command not found
configure:5025: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL"
| #define VERSION "1.2.9"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5049: result: no
configure:5091: g++ -c   conftest.cc >&5
./configure: line 5092: g++: command not found
configure:5097: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL"
| #define VERSION "1.2.9"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5091: g++ -c   conftest.cc >&5
./configure: line 5092: g++: command not found
configure:5097: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL"
| #define VERSION "1.2.9"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5091: g++ -c   conftest.cc >&5
./configure: line 5092: g++: command not found
configure:5097: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL"
| #define VERSION "1.2.9"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5091: g++ -c   conftest.cc >&5
./configure: line 5092: g++: command not found
configure:5097: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL"
| #define VERSION "1.2.9"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5091: g++ -c   conftest.cc >&5
./configure: line 5092: g++: command not found
configure:5097: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL"
| #define VERSION "1.2.9"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5091: g++ -c   conftest.cc >&5
./configure: line 5092: g++: command not found
configure:5097: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL"
| #define VERSION "1.2.9"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5180: checking dependency style of g++
configure:5270: result: none
configure:5292: checking how to run the C++ preprocessor
configure:5323: g++ -E  conftest.cc
./configure: line 5324: g++: command not found
configure:5329: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL"
| #define VERSION "1.2.9"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5323: g++ -E  conftest.cc
./configure: line 5324: g++: command not found
configure:5329: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL"
| #define VERSION "1.2.9"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5323: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec 'cc1plus': No such file or directory
configure:5329: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL"
| #define VERSION "1.2.9"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5323: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec 'cc1plus': No such file or directory
configure:5329: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL"
| #define VERSION "1.2.9"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5406: result: /lib/cpp
configure:5430: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec 'cc1plus': No such file or directory
configure:5436: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL"
| #define VERSION "1.2.9"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5430: /lib/cpp  conftest.cc
cpp: installation problem, cannot exec 'cc1plus': No such file or directory
configure:5436: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL"
| #define VERSION "1.2.9"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5505: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
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_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=no
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.5.so'
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_gnu_ld=yes

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

ACLOCAL='${SHELL} /usr/local/SDL-1.2.9/missing --run aclocal-1.9'
ALLOCA=''
ALSA_CFLAGS=''
ALSA_LIBS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/local/SDL-1.2.9/missing --run tar'
AR=''
ARCH=''
ARTSCCONFIG=''
AS=''
ASFLAGS=''
AUDIO_DRIVERS=''
AUDIO_SUBDIRS=''
AUTOCONF='${SHELL} /usr/local/SDL-1.2.9/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/local/SDL-1.2.9/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/local/SDL-1.2.9/missing --run automake-1.9'
AWK='mawk'
CC='gcc'
CCAS=''
CCASFLAGS=''
CCDEPMODE='depmode=gcc3'
CDROM_DRIVERS=''
CDROM_SUBDIRS=''
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='/lib/cpp'
CXXDEPMODE='depmode=none'
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DIRECTFB_CFLAGS=''
DIRECTFB_LIBS=''
DLLTOOL=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_SHARED_FALSE=''
ENABLE_SHARED_TRUE=''
ENABLE_STATIC_FALSE=''
ENABLE_STATIC_TRUE=''
ESD_CFLAGS=''
ESD_CONFIG=''
ESD_LIBS=''
EXEEXT=''
F77=''
FFLAGS=''
HAVE_NASM_FALSE=''
HAVE_NASM_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
JOYSTICK_DRIVERS=''
JOYSTICK_SUBDIRS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE='7'
LT_CURRENT='7'
LT_RELEASE='1.2'
LT_REVISION='2'
MAKEINFO='${SHELL} /usr/local/SDL-1.2.9/missing --run makeinfo'
NASM=''
NASMFLAGS=''
OBJC=''
OBJCDEPMODE=''
OBJCFLAGS=''
OBJDUMP=''
OBJEXT='o'
OSMESA_CONFIG=''
PACKAGE='SDL'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG=''
PTH_CONFIG=''
RANLIB=''
SDL_BINARY_AGE='9'
SDL_CFLAGS=''
SDL_EXTRADIRS=''
SDL_EXTRALIBS=''
SDL_INTERFACE_AGE='2'
SDL_LIBS=''
SDL_MAJOR_VERSION='1'
SDL_MICRO_VERSION='9'
SDL_MINOR_VERSION='2'
SDL_RLD_FLAGS=''
SDL_STATIC_LIBS=''
SDL_VERSION='1.2.9'
SET_MAKE=''
SHARED_SYSTEM_LIBS=''
SHELL='/bin/sh'
STATIC_SYSTEM_LIBS=''
STRIP=''
SYSTEM_LIBS=''
TARGET_AIX_FALSE=''
TARGET_AIX_TRUE=''
TARGET_BEOS_FALSE=''
TARGET_BEOS_TRUE=''
TARGET_BSDI_FALSE=''
TARGET_BSDI_TRUE=''
TARGET_FREEBSD_FALSE=''
TARGET_FREEBSD_TRUE=''
TARGET_IRIX_FALSE=''
TARGET_IRIX_TRUE=''
TARGET_LINUX_FALSE=''
TARGET_LINUX_TRUE=''
TARGET_MACOSX_FALSE=''
TARGET_MACOSX_TRUE=''
TARGET_MACOS_FALSE=''
TARGET_MACOS_TRUE=''
TARGET_MINT_FALSE=''
TARGET_MINT_TRUE=''
TARGET_NETBSD_FALSE=''
TARGET_NETBSD_TRUE=''
TARGET_OPENBSD_FALSE=''
TARGET_OPENBSD_TRUE=''
TARGET_QNX_FALSE=''
TARGET_QNX_TRUE=''
TARGET_QTOPIA_FALSE=''
TARGET_QTOPIA_TRUE=''
TARGET_SOLARIS_FALSE=''
TARGET_SOLARIS_TRUE=''
TARGET_WIN32_FALSE=''
TARGET_WIN32_TRUE=''
USE_CLONE_FALSE=''
USE_CLONE_TRUE=''
USE_DIRECTX_FALSE=''
USE_DIRECTX_TRUE=''
VERSION='1.2.9'
VIDEO_DRIVERS=''
VIDEO_SUBDIRS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_AR=''
ac_ct_AS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DLLTOOL=''
ac_ct_F77=''
ac_ct_OBJDUMP=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
alsa_lib=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__fastdepOBJC_FALSE=''
am__fastdepOBJC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
arts_lib=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
esd_lib=''
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/local/SDL-1.2.9/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
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-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'

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

#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "SDL"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "1.2.9"
#endif
#ifdef __cplusplus
void exit (int);

configure: exit 1

Reply to: