|
From: Bernhard W. <be...@bl...> - 2005-10-11 21:32:44
|
Hi Eric This problem occurs mostly on gentoo, so I assume for now that this is not a TORCS problem, but a problem with your messed up systems. > configure:6261: g++ -o conftest -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES -L/usr/X11R6/lib conftest.cc -lm >&5 Perhaps you need "--x-libraries=/usr/lib"? Where are you X libs installed? Please look into the TORCS FAQ for the link with the gentoo report (can apply anyway to your problem). I suspect this happens if you have an inconsistent system: - X11 and xorg messed up, have a look at the link in the FAQ, even if you do not use gentoo. - headers vs. installed libraries - self built compiler but not fully and correctly installed -> it is not that trivial - Multiple versions of the same library installed, wrong one gets picked up. Bye, thank you for the report, Bernhard. > configure: error: Can't find libm. > > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 > http://mail.yahoo.com > > > ------------------------------------------------------------------------ > > 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 = ubuntu > uname -m = i686 > uname -r = 2.6.10-5-386 > uname -s = Linux > uname -v = #1 Fri Sep 23 14:13:55 UTC 2005 > > /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/bin > PATH: /usr/local/sbin > PATH: /sbin > PATH: /usr/sbin > PATH: /bin > PATH: /usr/bin > PATH: /usr/bin/X11 > PATH: /usr/games > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1368: checking for a BSD-compatible install > configure:1423: result: /usr/bin/install -c > configure:1434: checking whether build environment is sane > configure:1477: result: yes > configure:1542: checking for gawk > configure:1571: result: no > configure:1542: checking for mawk > configure:1558: found /usr/bin/mawk > configure:1568: result: mawk > configure:1578: checking whether make sets $(MAKE) > configure:1598: result: yes > configure:1813: checking for gcc > configure:1829: found /usr/bin/gcc > configure:1839: result: gcc > configure:2083: checking for C compiler version > configure:2086: gcc --version </dev/null >&5 > gcc (GCC) 3.3.5 (Debian 1:3.3.5-8ubuntu2) > 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:2089: $? = 0 > configure:2091: gcc -v </dev/null >&5 > Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs > Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux > Thread model: posix > gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2) > configure:2094: $? = 0 > configure:2096: gcc -V </dev/null >&5 > gcc: `-V' option must have argument > configure:2099: $? = 1 > configure:2122: checking for C compiler default output file name > configure:2125: gcc conftest.c >&5 > configure:2128: $? = 0 > configure:2174: result: a.out > configure:2179: checking whether the C compiler works > configure:2185: ./a.out > configure:2188: $? = 0 > configure:2205: result: yes > configure:2212: checking whether we are cross compiling > configure:2214: result: no > configure:2217: checking for suffix of executables > configure:2219: gcc -o conftest conftest.c >&5 > configure:2222: $? = 0 > configure:2247: result: > configure:2253: checking for suffix of object files > configure:2274: gcc -c conftest.c >&5 > configure:2277: $? = 0 > configure:2299: result: o > configure:2303: checking whether we are using the GNU C compiler > configure:2327: gcc -c conftest.c >&5 > configure:2333: $? = 0 > configure:2337: test -z > || test ! -s conftest.err > configure:2340: $? = 0 > configure:2343: test -s conftest.o > configure:2346: $? = 0 > configure:2359: result: yes > configure:2365: checking whether gcc accepts -g > configure:2386: gcc -c -g conftest.c >&5 > configure:2392: $? = 0 > configure:2396: test -z > || test ! -s conftest.err > configure:2399: $? = 0 > configure:2402: test -s conftest.o > configure:2405: $? = 0 > configure:2416: result: yes > configure:2433: checking for gcc option to accept ANSI C > configure:2503: gcc -c -g -O2 conftest.c >&5 > configure:2509: $? = 0 > configure:2513: test -z > || test ! -s conftest.err > configure:2516: $? = 0 > configure:2519: test -s conftest.o > configure:2522: $? = 0 > configure:2540: result: none needed > configure:2558: gcc -c -g -O2 conftest.c >&5 > conftest.c:2: error: syntax error before "me" > configure:2564: $? = 1 > configure: failed program was: > | #ifndef __cplusplus > | choke me > | #endif > configure:2708: checking for style of include used by make > configure:2736: result: GNU > configure:2764: checking dependency style of gcc > configure:2854: result: none > configure:2876: checking how to run the C preprocessor > configure:2911: gcc -E conftest.c > configure:2917: $? = 0 > configure:2949: gcc -E conftest.c > conftest.c:11:28: ac_nonexistent.h: No such file or directory > configure:2955: $? = 1 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | /* end confdefs.h. */ > | #include <ac_nonexistent.h> > configure:2994: result: gcc -E > configure:3018: gcc -E conftest.c > configure:3024: $? = 0 > configure:3056: gcc -E conftest.c > conftest.c:11:28: ac_nonexistent.h: No such file or directory > configure:3062: $? = 1 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | /* end confdefs.h. */ > | #include <ac_nonexistent.h> > configure:3165: checking for g++ > configure:3194: result: no > configure:3165: checking for c++ > configure:3194: result: no > configure:3165: checking for gpp > configure:3194: result: no > configure:3165: checking for aCC > configure:3194: result: no > configure:3165: checking for CC > configure:3194: result: no > configure:3165: checking for cxx > configure:3194: result: no > configure:3165: checking for cc++ > configure:3194: result: no > configure:3165: checking for cl > configure:3194: result: no > configure:3165: checking for FCC > configure:3194: result: no > configure:3165: checking for KCC > configure:3194: result: no > configure:3165: checking for RCC > configure:3194: result: no > configure:3165: checking for xlC_r > configure:3194: result: no > configure:3165: checking for xlC > configure:3194: result: no > configure:3207: checking for C++ compiler version > configure:3210: g++ --version </dev/null >&5 > ./configure: line 3211: g++: command not found > configure:3213: $? = 127 > configure:3215: g++ -v </dev/null >&5 > ./configure: line 3216: g++: command not found > configure:3218: $? = 127 > configure:3220: g++ -V </dev/null >&5 > ./configure: line 3221: g++: command not found > configure:3223: $? = 127 > configure:3226: checking whether we are using the GNU C++ compiler > configure:3250: g++ -c conftest.cc >&5 > ./configure: line 3251: g++: command not found > configure:3256: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | /* end confdefs.h. */ > | > | int > | main () > | { > | #ifndef __GNUC__ > | choke me > | #endif > | > | ; > | return 0; > | } > configure:3282: result: no > configure:3288: checking whether g++ accepts -g > configure:3309: g++ -c -g conftest.cc >&5 > ./configure: line 3310: g++: command not found > configure:3315: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | /* end confdefs.h. */ > | > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3339: result: no > configure:3381: g++ -c conftest.cc >&5 > ./configure: line 3382: g++: command not found > configure:3387: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | /* end confdefs.h. */ > | > | #include <stdlib.h> > | int > | main () > | { > | exit (42); > | ; > | return 0; > | } > configure:3381: g++ -c conftest.cc >&5 > ./configure: line 3382: g++: command not found > configure:3387: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | /* end confdefs.h. */ > | extern "C" void std::exit (int) throw (); using std::exit; > | #include <stdlib.h> > | int > | main () > | { > | exit (42); > | ; > | return 0; > | } > configure:3381: g++ -c conftest.cc >&5 > ./configure: line 3382: g++: command not found > configure:3387: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | /* end confdefs.h. */ > | extern "C" void std::exit (int); using std::exit; > | #include <stdlib.h> > | int > | main () > | { > | exit (42); > | ; > | return 0; > | } > configure:3381: g++ -c conftest.cc >&5 > ./configure: line 3382: g++: command not found > configure:3387: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | /* end confdefs.h. */ > | extern "C" void exit (int) throw (); > | #include <stdlib.h> > | int > | main () > | { > | exit (42); > | ; > | return 0; > | } > configure:3381: g++ -c conftest.cc >&5 > ./configure: line 3382: g++: command not found > configure:3387: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | /* end confdefs.h. */ > | extern "C" void exit (int); > | #include <stdlib.h> > | int > | main () > | { > | exit (42); > | ; > | return 0; > | } > configure:3381: g++ -c conftest.cc >&5 > ./configure: line 3382: g++: command not found > configure:3387: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | /* end confdefs.h. */ > | void exit (int); > | #include <stdlib.h> > | int > | main () > | { > | exit (42); > | ; > | return 0; > | } > configure:3470: checking dependency style of g++ > configure:3560: result: none > configure:3618: checking for ranlib > configure:3634: found /usr/bin/ranlib > configure:3645: result: ranlib > configure:3670: checking for a BSD-compatible install > configure:3725: result: /usr/bin/install -c > configure:3743: checking how to run the C++ preprocessor > configure:3774: g++ -E conftest.cc > ./configure: line 3775: g++: command not found > configure:3780: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | /* end confdefs.h. */ > | #ifdef __STDC__ > | # include <limits.h> > | #else > | # include <assert.h> > | #endif > | Syntax error > configure:3774: g++ -E conftest.cc > ./configure: line 3775: g++: command not found > configure:3780: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | /* end confdefs.h. */ > | #ifdef __STDC__ > | # include <limits.h> > | #else > | # include <assert.h> > | #endif > | Syntax error > configure:3774: /lib/cpp conftest.cc > configure:3780: $? = 0 > configure:3812: /lib/cpp conftest.cc > conftest.cc:14:28: ac_nonexistent.h: No such file or directory > configure:3818: $? = 1 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | /* end confdefs.h. */ > | #include <ac_nonexistent.h> > configure:3857: result: /lib/cpp > configure:3881: /lib/cpp conftest.cc > configure:3887: $? = 0 > configure:3919: /lib/cpp conftest.cc > conftest.cc:14:28: ac_nonexistent.h: No such file or directory > configure:3925: $? = 1 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | /* end confdefs.h. */ > | #include <ac_nonexistent.h> > configure:3969: checking for egrep > configure:3979: result: grep -E > configure:3984: checking for ANSI C header files > configure:4009: g++ -c conftest.cc >&5 > ./configure: line 4010: g++: command not found > configure:4015: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | /* end confdefs.h. */ > | #include <stdlib.h> > | #include <stdarg.h> > | #include <string.h> > | #include <float.h> > | > | int > | main () > | { > | > | ; > | return 0; > | } > configure:4140: result: no > configure:4151: checking for an ANSI C-conforming const > configure:4218: g++ -c conftest.cc >&5 > ./configure: line 4219: g++: command not found > configure:4224: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | /* end confdefs.h. */ > | > | int > | main () > | { > | /* FIXME: Include the comments suggested by Paul. */ > | #ifndef __cplusplus > | /* Ultrix mips cc rejects this. */ > | typedef int charset[2]; > | const charset x; > | /* SunOS 4.1.1 cc rejects this. */ > | char const *const *ccp; > | char **p; > | /* NEC SVR4.0.2 mips cc rejects this. */ > | struct point {int x, y;}; > | static struct point const zero = {0,0}; > | /* AIX XL C 1.02.0.0 rejects this. > | It does not let you subtract one const X* pointer from another in > | an arm of an if-expression whose if-part is not a constant > | expression */ > | const char *g = "string"; > | ccp = &g + (g ? g-g : 0); > | /* HPUX 7.0 cc rejects these. */ > | ++ccp; > | p = (char**) ccp; > | ccp = (char const *const *) p; > | { /* SCO 3.2v4 cc rejects this. */ > | char *t; > | char const *s = 0 ? (char *) 0 : (char const *) 0; > | > | *t++ = 0; > | } > | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ > | int x[] = {25, 17}; > | const int *foo = &x[0]; > | ++foo; > | } > | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ > | typedef const int *iptr; > | iptr p = 0; > | ++p; > | } > | { /* AIX XL C 1.02.0.0 rejects this saying > | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ > | struct s { int j; const int *ap[3]; }; > | struct s *b; b->j = 5; > | } > | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ > | const int foo = 10; > | } > | #endif > | > | ; > | return 0; > | } > configure:4248: result: no > configure:4258: checking for inline > configure:4279: g++ -c conftest.cc >&5 > ./configure: line 4280: g++: command not found > configure:4285: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | /* end confdefs.h. */ > | #ifndef __cplusplus > | typedef int foo_t; > | static inline foo_t static_foo () {return 0; } > | inline foo_t foo () {return 0; } > | #endif > | > configure:4279: g++ -c conftest.cc >&5 > ./configure: line 4280: g++: command not found > configure:4285: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | /* end confdefs.h. */ > | #ifndef __cplusplus > | typedef int foo_t; > | static __inline__ foo_t static_foo () {return 0; } > | __inline__ foo_t foo () {return 0; } > | #endif > | > configure:4279: g++ -c conftest.cc >&5 > ./configure: line 4280: g++: command not found > configure:4285: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | /* end confdefs.h. */ > | #ifndef __cplusplus > | typedef int foo_t; > | static __inline foo_t static_foo () {return 0; } > | __inline foo_t foo () {return 0; } > | #endif > | > configure:4310: result: no > configure:4329: checking whether time.h and sys/time.h may both be included > configure:4354: g++ -c conftest.cc >&5 > ./configure: line 4355: g++: command not found > configure:4360: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | /* end confdefs.h. */ > | #include <sys/types.h> > | #include <sys/time.h> > | #include <time.h> > | > | int > | main () > | { > | if ((struct tm *) 0) > | return 0; > | ; > | return 0; > | } > configure:4384: result: no > configure:4397: checking for ar > configure:4424: result: ar > configure:4433: checking for ld > configure:4460: result: ld > configure:4468: checking whether byte ordering is bigendian > configure:4495: g++ -c conftest.cc >&5 > ./configure: line 4496: g++: command not found > configure:4501: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | /* end confdefs.h. */ > | #include <sys/types.h> > | #include <sys/param.h> > | > | int > | main () > | { > | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN > | bogus endian macros > | #endif > | > | ; > | return 0; > | } > configure:4655: g++ -o conftest conftest.cc >&5 > ./configure: line 4656: g++: command not found > configure:4658: $? = 127 > configure: program exited with status 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | /* end confdefs.h. */ > | int > | main () > | { > | /* Are we little or big endian? From Harbison&Steele. */ > | union > | { > | long l; > | char c[sizeof (long)]; > | } u; > | u.l = 1; > | exit (u.c[sizeof (long) - 1] == 1); > | } > configure:4679: result: yes > configure:4699: checking for X > configure:4929: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include > configure:4998: checking for sys/types.h > configure:5014: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 5015: g++: command not found > configure:5020: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | > | #include <sys/types.h> > configure:5044: result: no > configure:4998: checking for sys/stat.h > configure:5014: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 5015: g++: command not found > configure:5020: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | > | #include <sys/stat.h> > configure:5044: result: no > configure:4998: checking for stdlib.h > configure:5014: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 5015: g++: command not found > configure:5020: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | > | #include <stdlib.h> > configure:5044: result: no > configure:4998: checking for string.h > configure:5014: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 5015: g++: command not found > configure:5020: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | > | #include <string.h> > configure:5044: result: no > configure:4998: checking for memory.h > configure:5014: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 5015: g++: command not found > configure:5020: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | > | #include <memory.h> > configure:5044: result: no > configure:4998: checking for strings.h > configure:5014: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 5015: g++: command not found > configure:5020: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | > | #include <strings.h> > configure:5044: result: no > configure:4998: checking for inttypes.h > configure:5014: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 5015: g++: command not found > configure:5020: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | > | #include <inttypes.h> > configure:5044: result: no > configure:4998: checking for stdint.h > configure:5014: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 5015: g++: command not found > configure:5020: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | > | #include <stdint.h> > configure:5044: result: no > configure:4998: checking for unistd.h > configure:5014: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 5015: g++: command not found > configure:5020: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | > | #include <unistd.h> > configure:5044: result: no > configure:5066: checking GL/gl.h usability > configure:5078: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 5079: g++: command not found > configure:5084: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #include <GL/gl.h> > configure:5107: result: no > configure:5111: checking GL/gl.h presence > configure:5121: /lib/cpp conftest.cc > configure:5127: $? = 0 > configure:5147: result: yes > configure:5160: WARNING: GL/gl.h: present but cannot be compiled > configure:5162: WARNING: GL/gl.h: check for missing prerequisite headers? > configure:5164: WARNING: GL/gl.h: see the Autoconf documentation > configure:5166: WARNING: GL/gl.h: section "Present But Cannot Be Compiled" > configure:5168: WARNING: GL/gl.h: proceeding with the preprocessor's result > configure:5170: WARNING: GL/gl.h: in the future, the compiler will take precedence > configure:5182: checking for GL/gl.h > configure:5189: result: yes > configure:5212: checking GL/glut.h usability > configure:5224: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 5225: g++: command not found > configure:5230: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #include <GL/glut.h> > configure:5253: result: no > configure:5257: checking GL/glut.h presence > configure:5267: /lib/cpp conftest.cc > configure:5273: $? = 0 > configure:5293: result: yes > configure:5306: WARNING: GL/glut.h: present but cannot be compiled > configure:5308: WARNING: GL/glut.h: check for missing prerequisite headers? > configure:5310: WARNING: GL/glut.h: see the Autoconf documentation > configure:5312: WARNING: GL/glut.h: section "Present But Cannot Be Compiled" > configure:5314: WARNING: GL/glut.h: proceeding with the preprocessor's result > configure:5316: WARNING: GL/glut.h: in the future, the compiler will take precedence > configure:5328: checking for GL/glut.h > configure:5335: result: yes > configure:5358: checking GL/glx.h usability > configure:5370: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 5371: g++: command not found > configure:5376: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #include <GL/glx.h> > configure:5399: result: no > configure:5403: checking GL/glx.h presence > configure:5413: /lib/cpp conftest.cc > configure:5419: $? = 0 > configure:5439: result: yes > configure:5452: WARNING: GL/glx.h: present but cannot be compiled > configure:5454: WARNING: GL/glx.h: check for missing prerequisite headers? > configure:5456: WARNING: GL/glx.h: see the Autoconf documentation > configure:5458: WARNING: GL/glx.h: section "Present But Cannot Be Compiled" > configure:5460: WARNING: GL/glx.h: proceeding with the preprocessor's result > configure:5462: WARNING: GL/glx.h: in the future, the compiler will take precedence > configure:5474: checking for GL/glx.h > configure:5481: result: yes > configure:5504: checking X11/Xlib.h usability > configure:5516: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 5517: g++: command not found > configure:5522: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #include <X11/Xlib.h> > configure:5545: result: no > configure:5549: checking X11/Xlib.h presence > configure:5559: /lib/cpp conftest.cc > configure:5565: $? = 0 > configure:5585: result: yes > configure:5598: WARNING: X11/Xlib.h: present but cannot be compiled > configure:5600: WARNING: X11/Xlib.h: check for missing prerequisite headers? > configure:5602: WARNING: X11/Xlib.h: see the Autoconf documentation > configure:5604: WARNING: X11/Xlib.h: section "Present But Cannot Be Compiled" > configure:5606: WARNING: X11/Xlib.h: proceeding with the preprocessor's result > configure:5608: WARNING: X11/Xlib.h: in the future, the compiler will take precedence > configure:5620: checking for X11/Xlib.h > configure:5627: result: yes > configure:5650: checking X11/Xatom.h usability > configure:5662: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 5663: g++: command not found > configure:5668: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #include <X11/Xatom.h> > configure:5691: result: no > configure:5695: checking X11/Xatom.h presence > configure:5705: /lib/cpp conftest.cc > configure:5711: $? = 0 > configure:5731: result: yes > configure:5744: WARNING: X11/Xatom.h: present but cannot be compiled > configure:5746: WARNING: X11/Xatom.h: check for missing prerequisite headers? > configure:5748: WARNING: X11/Xatom.h: see the Autoconf documentation > configure:5750: WARNING: X11/Xatom.h: section "Present But Cannot Be Compiled" > configure:5752: WARNING: X11/Xatom.h: proceeding with the preprocessor's result > configure:5754: WARNING: X11/Xatom.h: in the future, the compiler will take precedence > configure:5766: checking for X11/Xatom.h > configure:5773: result: yes > configure:5796: checking X11/keysym.h usability > configure:5808: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 5809: g++: command not found > configure:5814: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #include <X11/keysym.h> > configure:5837: result: no > configure:5841: checking X11/keysym.h presence > configure:5851: /lib/cpp conftest.cc > configure:5857: $? = 0 > configure:5877: result: yes > configure:5890: WARNING: X11/keysym.h: present but cannot be compiled > configure:5892: WARNING: X11/keysym.h: check for missing prerequisite headers? > configure:5894: WARNING: X11/keysym.h: see the Autoconf documentation > configure:5896: WARNING: X11/keysym.h: section "Present But Cannot Be Compiled" > configure:5898: WARNING: X11/keysym.h: proceeding with the preprocessor's result > configure:5900: WARNING: X11/keysym.h: in the future, the compiler will take precedence > configure:5912: checking for X11/keysym.h > configure:5919: result: yes > configure:5942: checking plib/ssg.h usability > configure:5954: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 5955: g++: command not found > configure:5960: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #include <plib/ssg.h> > configure:5983: result: no > configure:5987: checking plib/ssg.h presence > configure:5997: /lib/cpp conftest.cc > configure:6003: $? = 0 > configure:6023: result: yes > configure:6036: WARNING: plib/ssg.h: present but cannot be compiled > configure:6038: WARNING: plib/ssg.h: check for missing prerequisite headers? > configure:6040: WARNING: plib/ssg.h: see the Autoconf documentation > configure:6042: WARNING: plib/ssg.h: section "Present But Cannot Be Compiled" > configure:6044: WARNING: plib/ssg.h: proceeding with the preprocessor's result > configure:6046: WARNING: plib/ssg.h: in the future, the compiler will take precedence > configure:6058: checking for plib/ssg.h > configure:6065: result: yes > configure:6088: checking AL/al.h usability > configure:6100: g++ -c -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES conftest.cc >&5 > ./configure: line 6101: g++: command not found > configure:6106: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #if STDC_HEADERS > | # include <stdlib.h> > | # include <stddef.h> > | #else > | # if HAVE_STDLIB_H > | # include <stdlib.h> > | # endif > | #endif > | #if HAVE_STRING_H > | # if !STDC_HEADERS && HAVE_MEMORY_H > | # include <memory.h> > | # endif > | # include <string.h> > | #endif > | #if HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #if HAVE_INTTYPES_H > | # include <inttypes.h> > | #else > | # if HAVE_STDINT_H > | # include <stdint.h> > | # endif > | #endif > | #if HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #include <AL/al.h> > configure:6129: result: no > configure:6133: checking AL/al.h presence > configure:6143: /lib/cpp conftest.cc > configure:6149: $? = 0 > configure:6169: result: yes > configure:6182: WARNING: AL/al.h: present but cannot be compiled > configure:6184: WARNING: AL/al.h: check for missing prerequisite headers? > configure:6186: WARNING: AL/al.h: see the Autoconf documentation > configure:6188: WARNING: AL/al.h: section "Present But Cannot Be Compiled" > configure:6190: WARNING: AL/al.h: proceeding with the preprocessor's result > configure:6192: WARNING: AL/al.h: in the future, the compiler will take precedence > configure:6204: checking for AL/al.h > configure:6211: result: yes > configure:6231: checking for sin in -lm > configure:6261: g++ -o conftest -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES -L/usr/X11R6/lib conftest.cc -lm >&5 > ./configure: line 6262: g++: command not found > configure:6267: $? = 127 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "torcs" > | #define VERSION "1.2.4" > | #ifdef __cplusplus > | void exit (int); > | #endif > | #define const > | #ifndef __cplusplus > | #define inline > | #endif > | #define WORDS_BIGENDIAN 1 > | /* end confdefs.h. */ > | > | /* Override any gcc2 internal prototype to avoid an error. */ > | #ifdef __cplusplus > | extern "C" > | #endif > | /* We use char because int might match the return type of a gcc2 > | builtin and then its argument prototype would still apply. */ > | char sin (); > | int > | main () > | { > | sin (); > | ; > | return 0; > | } > configure:6293: result: no > configure:6303: error: Can't find libm. Please check config.log and if you can't solve the problem send the file to tor...@li... with the subject "torcs compilation problem" > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_bigendian=yes > ac_cv_c_compiler_gnu=yes > ac_cv_c_const=no > ac_cv_c_inline=no > 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_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_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib' > ac_cv_header_AL_al_h=yes > ac_cv_header_GL_gl_h=yes > ac_cv_header_GL_glut_h=yes > ac_cv_header_GL_glx_h=yes > ac_cv_header_X11_Xatom_h=yes > ac_cv_header_X11_Xlib_h=yes > ac_cv_header_X11_keysym_h=yes > ac_cv_header_inttypes_h=no > ac_cv_header_memory_h=no > ac_cv_header_plib_ssg_h=yes > ac_cv_header_stdc=no > ac_cv_header_stdint_h=no > ac_cv_header_stdlib_h=no > ac_cv_header_string_h=no > ac_cv_header_strings_h=no > ac_cv_header_sys_stat_h=no > ac_cv_header_sys_types_h=no > ac_cv_header_time=no > ac_cv_header_unistd_h=no > ac_cv_lib_m_sin=no > ac_cv_objext=o > ac_cv_path_install='/usr/bin/install -c' > ac_cv_prog_AR=ar > ac_cv_prog_AWK=mawk > ac_cv_prog_CPP='gcc -E' > ac_cv_prog_CXXCPP=/lib/cpp > ac_cv_prog_LD=ld > ac_cv_prog_ac_ct_CC=gcc > ac_cv_prog_ac_ct_RANLIB=ranlib > 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 > am_cv_CC_dependencies_compiler_type=none > am_cv_CXX_dependencies_compiler_type=none > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > ACLOCAL='${SHELL} /home/eric/Desktop/torcs-1.2.4/missing --run aclocal-1.9' > AMDEPBACKSLASH='\' > AMDEP_FALSE='#' > AMDEP_TRUE='' > AMTAR='${SHELL} /home/eric/Desktop/torcs-1.2.4/missing --run tar' > AR='ar' > AUTOCONF='${SHELL} /home/eric/Desktop/torcs-1.2.4/missing --run autoconf' > AUTOHEADER='${SHELL} /home/eric/Desktop/torcs-1.2.4/missing --run autoheader' > AUTOMAKE='${SHELL} /home/eric/Desktop/torcs-1.2.4/missing --run automake-1.9' > AWK='mawk' > CC='gcc' > CCDEPMODE='depmode=none' > CFLAGS='-g -O2 -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES' > CPP='gcc -E' > CPPFLAGS='' > CXX='g++' > CXXCPP='/lib/cpp' > CXXDEPMODE='depmode=none' > CXXFLAGS=' -Wall -fPIC -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES' > CYGPATH_W='echo' > DEFS='' > DEPDIR='.deps' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='grep -E' > EXEEXT='' > INSTALL_DATA='${INSTALL} -m 644' > INSTALL_PROGRAM='${INSTALL}' > INSTALL_SCRIPT='${INSTALL}' > INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' > LD='ld' > LDFLAGS=' -L/usr/X11R6/lib' > LIBOBJS='' > LIBS='' > LTLIBOBJS='' > MAKEINFO='${SHELL} /home/eric/Desktop/torcs-1.2.4/missing --run makeinfo' > OBJEXT='o' > PACKAGE='torcs' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > RANLIB='ranlib' > SET_MAKE='' > SHELL='/bin/sh' > STRIP='' > TORCS_BASE='' > VERSION='1.2.4' > ac_ct_CC='gcc' > ac_ct_CXX='g++' > ac_ct_RANLIB='ranlib' > ac_ct_STRIP='' > am__fastdepCC_FALSE='' > am__fastdepCC_TRUE='#' > am__fastdepCXX_FALSE='' > am__fastdepCXX_TRUE='#' > am__include='include' > am__leading_dot='.' > am__quote='' > am__tar='${AMTAR} chof - "$$tardir"' > am__untar='${AMTAR} xf -' > bindir='${exec_prefix}/bin' > build_alias='' > datadir='${prefix}/share' > exec_prefix='NONE' > host_alias='' > includedir='${prefix}/include' > infodir='${prefix}/info' > install_sh='/home/eric/Desktop/torcs-1.2.4/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_alias='' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > #define PACKAGE "torcs" > #define PACKAGE_BUGREPORT "" > #define PACKAGE_NAME "" > #define PACKAGE_STRING "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > #define VERSION "1.2.4" > #define WORDS_BIGENDIAN 1 > #define const > #define inline > #endif > #endif > #ifdef __cplusplus > #ifndef __cplusplus > void exit (int); > > configure: exit 1 -- Visit my homepage http://www.berniw.org Official TORCS racing: The TORCS Racing Board, http://www.berniw.org/trb |