Results 1 to 3 of 3
For some reason, the GCC included with my install turns up this error when trying to install The GIMP:
Code:
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
Is there ...
- 12-31-2004 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 24
Trouble Installing The GIMP 2.2.1: GCC Error
For some reason, the GCC included with my install turns up this error when trying to install The GIMP:
Is there a way I could fix this problem?Code:configure: error: C++ preprocessor "/lib/cpp" fails sanity check
- 12-31-2004 #2
Can you post the config.log?
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 12-31-2004 #3Just Joined!
- Join Date
- Dec 2004
- Posts
- 24
Code:This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GIMP configure 2.2.1, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = localhost uname -m = i686 uname -r = 2.6.8.1-10mdk uname -s = Linux uname -v = #1 Wed Sep 8 17:00:52 CEST 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: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /usr/local/bin PATH: /usr/local/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1599: checking for a BSD-compatible install configure:1654: result: /usr/bin/install -c configure:1665: checking whether build environment is sane configure:1708: result: yes configure:1741: checking for gawk configure:1757: found /bin/gawk configure:1767: result: gawk configure:1777: checking whether make sets $(MAKE) configure:1797: result: yes configure:2096: checking for gcc configure:2112: found /usr/bin/gcc configure:2122: result: gcc configure:2366: checking for C compiler version configure:2369: gcc --version </dev/null >&5 gcc (GCC) 3.4.1 (Mandrakelinux (Alpha 3.4.1-3mdk) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2372: $? = 0 configure:2374: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-clocale=gnu --disable-libunwind-exceptions --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib Thread model: posix gcc version 3.4.1 (Mandrakelinux (Alpha 3.4.1-3mdk) configure:2377: $? = 0 configure:2379: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:2382: $? = 1 configure:2405: checking for C compiler default output file name configure:2408: gcc conftest.c >&5 configure:2411: $? = 0 configure:2457: result: a.out configure:2462: checking whether the C compiler works configure:2468: ./a.out configure:2471: $? = 0 configure:2488: result: yes configure:2495: checking whether we are cross compiling configure:2497: result: no configure:2500: checking for suffix of executables configure:2502: gcc -o conftest conftest.c >&5 configure:2505: $? = 0 configure:2530: result: configure:2536: checking for suffix of object files configure:2557: gcc -c conftest.c >&5 configure:2560: $? = 0 configure:2582: result: o configure:2586: checking whether we are using the GNU C compiler configure:2610: gcc -c conftest.c >&5 configure:2616: $? = 0 configure:2619: test -z || test ! -s conftest.err configure:2622: $? = 0 configure:2625: test -s conftest.o configure:2628: $? = 0 configure:2641: result: yes configure:2647: checking whether gcc accepts -g configure:2668: gcc -c -g conftest.c >&5 configure:2674: $? = 0 configure:2677: test -z || test ! -s conftest.err configure:2680: $? = 0 configure:2683: test -s conftest.o configure:2686: $? = 0 configure:2697: result: yes configure:2714: checking for gcc option to accept ANSI C configure:2784: gcc -c -g -O2 conftest.c >&5 configure:2790: $? = 0 configure:2793: test -z || test ! -s conftest.err configure:2796: $? = 0 configure:2799: test -s conftest.o configure:2802: $? = 0 configure:2820: result: none needed configure:2838: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2844: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2985: checking for style of include used by make configure:3013: result: GNU configure:3041: checking dependency style of gcc configure:3124: result: gcc3 configure:3222: checking build system type configure:3240: result: i686-pc-linux-gnu configure:3248: checking host system type configure:3262: result: i686-pc-linux-gnu configure:3270: checking for a sed that does not truncate output configure:3324: result: /bin/sed configure:3327: checking for egrep configure:3337: result: grep -E configure:3353: checking for ld used by gcc configure:3420: result: /usr/bin/ld configure:3429: checking if the linker (/usr/bin/ld) is GNU ld configure:3444: result: yes configure:3449: checking for /usr/bin/ld option to reload object files configure:3456: result: -r configure:3465: checking for BSD-compatible nm configure:3507: result: /usr/bin/nm -B configure:3511: checking whether ln -s works configure:3515: result: yes configure:3522: checking how to recognise dependent libraries configure:3696: result: pass_all configure:4151: checking how to run the C preprocessor configure:4186: gcc -E conftest.c configure:4192: $? = 0 configure:4224: gcc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:4230: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "GIMP 2.2.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4269: result: gcc -E configure:4293: gcc -E conftest.c configure:4299: $? = 0 configure:4331: gcc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:4337: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "GIMP 2.2.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4381: checking for ANSI C header files configure:4406: gcc -c -g -O2 conftest.c >&5 configure:4412: $? = 0 configure:4415: test -z || test ! -s conftest.err configure:4418: $? = 0 configure:4421: test -s conftest.o configure:4424: $? = 0 configure:4510: gcc -o conftest -g -O2 conftest.c >&5 configure:4513: $? = 0 configure:4515: ./conftest configure:4518: $? = 0 configure:4533: result: yes configure:4557: checking for sys/types.h configure:4573: gcc -c -g -O2 conftest.c >&5 configure:4579: $? = 0 configure:4582: test -z || test ! -s conftest.err configure:4585: $? = 0 configure:4588: test -s conftest.o configure:4591: $? = 0 configure:4602: result: yes configure:4557: checking for sys/stat.h configure:4573: gcc -c -g -O2 conftest.c >&5 configure:4579: $? = 0 configure:4582: test -z || test ! -s conftest.err configure:4585: $? = 0 configure:4588: test -s conftest.o configure:4591: $? = 0 configure:4602: result: yes configure:4557: checking for stdlib.h configure:4573: gcc -c -g -O2 conftest.c >&5 configure:4579: $? = 0 configure:4582: test -z || test ! -s conftest.err configure:4585: $? = 0 configure:4588: test -s conftest.o configure:4591: $? = 0 configure:4602: result: yes configure:4557: checking for string.h configure:4573: gcc -c -g -O2 conftest.c >&5 configure:4579: $? = 0 configure:4582: test -z || test ! -s conftest.err configure:4585: $? = 0 configure:4588: test -s conftest.o configure:4591: $? = 0 configure:4602: result: yes configure:4557: checking for memory.h configure:4573: gcc -c -g -O2 conftest.c >&5 configure:4579: $? = 0 configure:4582: test -z || test ! -s conftest.err configure:4585: $? = 0 configure:4588: test -s conftest.o configure:4591: $? = 0 configure:4602: result: yes configure:4557: checking for strings.h configure:4573: gcc -c -g -O2 conftest.c >&5 configure:4579: $? = 0 configure:4582: test -z || test ! -s conftest.err configure:4585: $? = 0 configure:4588: test -s conftest.o configure:4591: $? = 0 configure:4602: result: yes configure:4557: checking for inttypes.h configure:4573: gcc -c -g -O2 conftest.c >&5 configure:4579: $? = 0 configure:4582: test -z || test ! -s conftest.err configure:4585: $? = 0 configure:4588: test -s conftest.o configure:4591: $? = 0 configure:4602: result: yes configure:4557: checking for stdint.h configure:4573: gcc -c -g -O2 conftest.c >&5 configure:4579: $? = 0 configure:4582: test -z || test ! -s conftest.err configure:4585: $? = 0 configure:4588: test -s conftest.o configure:4591: $? = 0 configure:4602: result: yes configure:4557: checking for unistd.h configure:4573: gcc -c -g -O2 conftest.c >&5 configure:4579: $? = 0 configure:4582: test -z || test ! -s conftest.err configure:4585: $? = 0 configure:4588: test -s conftest.o configure:4591: $? = 0 configure:4602: result: yes configure:4628: checking dlfcn.h usability configure:4640: gcc -c -g -O2 conftest.c >&5 configure:4646: $? = 0 configure:4649: test -z || test ! -s conftest.err configure:4652: $? = 0 configure:4655: test -s conftest.o configure:4658: $? = 0 configure:4668: result: yes configure:4672: checking dlfcn.h presence configure:4682: gcc -E conftest.c configure:4688: $? = 0 configure:4708: result: yes configure:4743: checking for dlfcn.h configure:4750: result: yes configure:4815: checking for g++ configure:4844: result: no configure:4815: checking for c++ configure:4844: result: no configure:4815: checking for gpp configure:4844: result: no configure:4815: checking for aCC configure:4844: result: no configure:4815: checking for CC configure:4844: result: no configure:4815: checking for cxx configure:4844: result: no configure:4815: checking for cc++ configure:4844: result: no configure:4815: checking for cl configure:4844: result: no configure:4815: checking for FCC configure:4844: result: no configure:4815: checking for KCC configure:4844: result: no configure:4815: checking for RCC configure:4844: result: no configure:4815: checking for xlC_r configure:4844: result: no configure:4815: checking for xlC configure:4844: result: no configure:4857: checking for C++ compiler version configure:4860: g++ --version </dev/null >&5 ./configure: line 1: g++: command not found configure:4863: $? = 127 configure:4865: g++ -v </dev/null >&5 ./configure: line 1: g++: command not found configure:4868: $? = 127 configure:4870: g++ -V </dev/null >&5 ./configure: line 1: g++: command not found configure:4873: $? = 127 configure:4876: checking whether we are using the GNU C++ compiler configure:4900: g++ -c conftest.cc >&5 ./configure: line 1: g++: command not found configure:4906: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "GIMP 2.2.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | #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 | #endifhttp://www.google.com/firefox?client=firefox-a&rls=org.mozilla:en-US:official | | ; | return 0; | } configure:4931: result: no configure:4937: checking whether g++ accepts -g configure:4958: g++ -c -g conftest.cc >&5 ./configure: line 1: g++: command not found configure:4964: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "GIMP 2.2.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | #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:4987: result: no configure:5029: g++ -c conftest.cc >&5 ./configure: line 1: g++: command not found configure:5035: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "GIMP 2.2.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | #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:5029: g++ -c conftest.cc >&5 ./configure: line 1: g++: command not found configure:5035: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "GIMP 2.2.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | #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:5029: g++ -c conftest.cc >&5 ./configure: line 1: g++: command not found configure:5035: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "GIMP 2.2.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | #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:5029: g++ -c conftest.cc >&5 ./configure: line 1: g++: command not found configure:5035: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "GIMP 2.2.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | #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:5029: g++ -c conftest.cc >&5 ./configure: line 1: g++: command not found configure:5035: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "GIMP 2.2.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | #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:5029: g++ -c conftest.cc >&5 ./configure: line 1: g++: command not found configure:5035: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "GIMP 2.2.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | #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:5116: checking dependency style of g++ configure:5199: result: none configure:5221: checking how to run the C++ preprocessor configure:5252: g++ -E conftest.cc ./configure: line 1: g++: command not found configure:5258: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "GIMP 2.2.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | #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:5252: g++ -E conftest.cc ./configure: line 1: g++: command not found configure:5258: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "GIMP 2.2.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | #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:5252: /lib/cpp conftest.cc cpp: installation problem, cannot exec `cc1plus': No such file or directory configure:5258: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "GIMP 2.2.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | #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:5252: /lib/cpp conftest.cc cpp: installation problem, cannot exec `cc1plus': No such file or directory configure:5258: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "GIMP 2.2.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | #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:5335: result: /lib/cpp configure:5359: /lib/cpp conftest.cc cpp: installation problem, cannot exec `cc1plus': No such file or directory configure:5365: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "GIMP 2.2.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | #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:5359: /lib/cpp conftest.cc cpp: installation problem, cannot exec `cc1plus': No such file or directory configure:5365: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.1" | #define PACKAGE_STRING "GIMP 2.2.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | #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:5434: 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=gawk 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 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= 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. ## ## ----------------- ## AA='' ACLOCAL='${SHELL} /usr/bin/gimp-2.2.1/missing --run aclocal-1.7' ALLOCA='' ALSA_CFLAGS='' ALSA_LIBS='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/bin/gimp-2.2.1/missing --run tar' AR='' AS='' AUTOCONF='${SHELL} /usr/bin/gimp-2.2.1/missing --run autoconf' AUTOHEADER='${SHELL} /usr/bin/gimp-2.2.1/missing --run autoheader' AUTOMAKE='${SHELL} /usr/bin/gimp-2.2.1/missing --run automake-1.7' AWK='gawk' BUILD_HELPBROWSER_FALSE='' BUILD_HELPBROWSER_TRUE='' BUILD_PRINT_FALSE='' BUILD_PRINT_TRUE='' BUILD_PYTHON_FALSE='' BUILD_PYTHON_TRUE='' BUILD_XJT_FALSE='' BUILD_XJT_TRUE='' CATALOGS='' CATOBJEXT='' CC='gcc' CCAS='' CCASFLAGS='' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='/lib/cpp' CXXDEPMODE='depmode=none' CXXFLAGS='' CYGPATH_W='echo' DATADIRNAME='' DEFAULT_BINARY_FALSE='' DEFAULT_BINARY_TRUE='' DEFS='' DEPDIR='.deps' DESKTOP_DATADIR='' DESKTOP_DATADIR_FALSE='' DESKTOP_DATADIR_TRUE='' DLLTOOL='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENABLE_GIMP_CONSOLE_FALSE='' ENABLE_GIMP_CONSOLE_TRUE='' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='' EXEEXT='' EXIF_CFLAGS='' EXIF_LIBS='' F77='' FFLAGS='' FONTCONFIG_CFLAGS='' FONTCONFIG_LIBS='' FONTCONFIG_REQUIRED_VERSION='2.2.0' FREETYPE_CONFIG='' FREETYPE_LIBS='' GDK_PIXBUF_CFLAGS='' GDK_PIXBUF_CSOURCE='' GDK_PIXBUF_LIBS='' GDK_PIXBUF_REQUIRED_VERSION='2.4.4' GETTEXT_PACKAGE='gimp20' GIMPINSTALL='' GIMPPRINT_CFLAGS='' GIMPPRINT_CONFIG='' GIMPPRINT_LIBS='' GIMPPRINT_REQUIRED_VERSION='4.2.0' GIMPPRINT_TOONEW_VERSION='4.3.0' GIMP_API_VERSION='2.0' GIMP_APP_VERSION='2.2' GIMP_BINARY_AGE='201' GIMP_DATA_VERSION='2.0' GIMP_DESKTOP_ICON='wilber-icon.png' GIMP_DEVEL_DOCS='' GIMP_FULL_NAME='The GIMP' GIMP_INTERFACE_AGE='1' GIMP_MAJOR_VERSION='2' GIMP_MICRO_VERSION='1' GIMP_MINOR_VERSION='2' GIMP_MKENUMS='' GIMP_MODULES='' GIMP_MP_FLAGS='' GIMP_MP_LIBS='' GIMP_PKGCONFIG_VERSION='2.0' GIMP_PLUGINS='' GIMP_PLUGIN_VERSION='2.0' GIMP_REAL_VERSION='2.2.1' GIMP_REMOTE='' GIMP_SYSCONF_VERSION='2.0' GIMP_THREAD_FLAGS='' GIMP_THREAD_LIBS='' GIMP_TOOL_VERSION='2.0' GIMP_UNSTABLE='no' GIMP_USER_VERSION='2.2' GIMP_VERSION='2.2.1' GLIB_CFLAGS='' GLIB_GENMARSHAL='' GLIB_LIBS='' GLIB_MKENUMS='' GLIB_REQUIRED_VERSION='2.4.5' GMODULE_CFLAGS='' GMODULE_LIBS='' GMOFILES='' GMSGFMT='' GOBJECT_QUERY='' GTKDOC_REQUIRED_VERSION='1.0' GTKHTML2_CFLAGS='' GTKHTML2_LIBS='' GTKHTML2_REQUIRED_VERSION='2.0.0' GTK_CFLAGS='' GTK_DOC_USE_LIBTOOL_FALSE='' GTK_DOC_USE_LIBTOOL_TRUE='' GTK_LIBS='' GTK_REQUIRED_VERSION='2.4.4' HAVE_FINITE='' HAVE_GLIBC_REGEX='' HAVE_GLIBC_REGEX_FALSE='' HAVE_GLIBC_REGEX_TRUE='' HAVE_ISFINITE='' HAVE_LCMS_FALSE='' HAVE_LCMS_TRUE='' HAVE_LINUX_INPUT_FALSE='' HAVE_LINUX_INPUT_TRUE='' HAVE_MAC_TWAIN_FALSE='' HAVE_MAC_TWAIN_TRUE='' HAVE_WINDRES_FALSE='' HAVE_WINDRES_TRUE='' HAVE_XMLLINT_FALSE='' HAVE_XMLLINT_TRUE='' HAVE_XSLTPROC_FALSE='' HAVE_XSLTPROC_TRUE='' HTML_DIR='' ICONV='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' INSTOBJEXT='' INTLLIBS='' INTLTOOL_CAVES_RULE='' INTLTOOL_DESKTOP_RULE='' INTLTOOL_DIRECTORY_RULE='' INTLTOOL_EXTRACT='' INTLTOOL_KBD_RULE='' INTLTOOL_KEYS_RULE='' INTLTOOL_MERGE='' INTLTOOL_OAF_RULE='' INTLTOOL_PERL='' INTLTOOL_PONG_RULE='' INTLTOOL_PROP_RULE='' INTLTOOL_SCHEMAS_RULE='' INTLTOOL_SERVER_RULE='' INTLTOOL_SHEET_RULE='' INTLTOOL_SOUNDLIST_RULE='' INTLTOOL_THEME_RULE='' INTLTOOL_UI_RULE='' INTLTOOL_UPDATE='' INTLTOOL_XAM_RULE='' INTLTOOL_XML_NOMERGE_RULE='' INTLTOOL_XML_RULE='' JPEG='' LCMS_LIBS='' LDFLAGS='' LIBAA='' LIBART_CFLAGS='' LIBART_LIBS='' LIBJPEG='' LIBMNG='' LIBOBJS='' LIBPNG='' LIBS='' LIBSCREENSHOT='' LIBSVG='' LIBTIFF='' LIBTOOL='' LIBWMF='' LIBXMU='' LIBXPM='' LIBZ='' LN_S='ln -s' LTLIBOBJS='' LT_CURRENT_MINUS_AGE='0' LT_VERSION_INFO='200:1:200' MAIL='' MAINT='' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='' MAKEINFO='${SHELL} /usr/bin/gimp-2.2.1/missing --run makeinfo' MKINSTALLDIRS='' MNG='' MSGFMT='' MSGMERGE='' MS_LIB_AVAILABLE_FALSE='' MS_LIB_AVAILABLE_TRUE='' OBJDUMP='' OBJEXT='o' OS_UNIX_FALSE='' OS_UNIX_TRUE='' OS_WIN32_FALSE='' OS_WIN32_TRUE='' PACKAGE='gimp' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP' PACKAGE_NAME='GIMP' PACKAGE_STRING='GIMP 2.2.1' PACKAGE_TARNAME='gimp' PACKAGE_VERSION='2.2.1' PANGOFT2_CFLAGS='' PANGOFT2_LIBS='' PANGOFT2_REQUIRED_VERSION='1.4.0' PATHSEP='' PATH_SEPARATOR=':' PERL='' PKG_CONFIG='' PLATFORM_WIN32_FALSE='' PLATFORM_WIN32_TRUE='' PNG='' POFILES='' POSUB='' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' PRINT_CFLAGS='' PRINT_LIBS='' PSP='' PYGIMP_EXTRA_CFLAGS='' PYGTK_CFLAGS='' PYGTK_LIBS='' PYTHON='' PYTHON_EXEC_PREFIX='' PYTHON_INCLUDES='' PYTHON_PLATFORM='' PYTHON_PREFIX='' PYTHON_VERSION='' RANLIB='' RSVG_REQUIRED_VERSION='2.2.0' RT_LIBS='' SCREENSHOT='' SENDMAIL='' SET_MAKE='' SHELL='/bin/sh' SOCKET_LIBS='' STATICLIBS_FALSE='' STATICLIBS_TRUE='' STRIP='' SVG='' SVG_CFLAGS='' SVG_LIBS='' SYMPREFIX='' TIFF='' URL='' USE_NLS='' VERSION='2.2.1' WINCLIPBOARD='' WINDRES='' WINPRINT='' WITH_PDBGEN_FALSE='' WITH_PDBGEN_TRUE='' WMF='' WMF_CFLAGS='' WMF_CONFIG='' WMF_REQUIRED_VERSION='0.2.8' XGETTEXT='' XMLLINT='' XPM='' XSLTPROC='' 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='' ac_ct_WINDRES='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='NONE' gimpdatadir='' gimpdir='' gimpplugindir='' gimpsysconfdir='' 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/bin/gimp-2.2.1/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='' ms_librarian='' oldincludedir='/usr/include' pkgpyexecdir='' pkgpythondir='' prefix='NONE' program_transform_name='s,x,x,' pyexecdir='' pythondir='' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define GETTEXT_PACKAGE "gimp20" #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_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" #define PACKAGE_NAME "GIMP" #define PACKAGE_STRING "GIMP 2.2.1" #define PACKAGE_TARNAME "gimp" #define PACKAGE_VERSION "2.2.1" #define STDC_HEADERS 1 #endif #ifdef __cplusplus void exit (int); configure: exit 1


Reply With Quote
