Results 1 to 3 of 3
Hi, I got lots of experience on Windows, but not on Linux. It is a few times that I migrate toward Fedora, but the software installations is quite complicated and ...
- 02-27-2009 #1Just Joined!
- Join Date
- Feb 2009
- Location
- Montreal
- Posts
- 5
[SOLVED] A newbie do what he can to Install Gimpshop from source
Hi, I got lots of experience on Windows, but not on Linux. It is a few times that I migrate toward Fedora, but the software installations is quite complicated and block me from going further. I searched on this forum, but I didnt what I need at this time. I am ok with installing .rpm files from the add/remove software menus, but the manual installation from source is bugging me. I really need to use Photoshop and I dont really like the Gimp look and feel. So, I try to install Gimpshop. They offer installations packages for Mac, Win, Solaris, Debian and the source. I need to use that one, because the .rpm file is available only on torrent and no one got it online. I installed all the pre-requisites I found on How to compile and Install GIMPShop by Suramya Tomar then downloaded the source file gimpshop-2.2.8.tar.bz2 and uncompressed it with "tar -jxf gimpshop-2.2.8.tar.bz2"
Code:[root@localhost ~]# cd gimp-2.2.8 [root@localhost gimp-2.2.8]# ./configure --prefix=/usr checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. [root@localhost gimp-2.2.8]# ./configure --prefix=/usr checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu 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. So, here's my detailed config.log file: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GIMP configure 2.2.8, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr ## --------- ## ## Platform. ## ## --------- ## hostname = localhost.localdomain uname -m = i686 uname -r = 2.6.21-1.3194.fc7 uname -s = Linux uname -v = #1 SMP Wed May 23 22:35:01 EDT 2007 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/kerberos/sbin PATH: /usr/kerberos/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1705: checking for a BSD-compatible install configure:1760: result: /usr/bin/install -c configure:1771: checking whether build environment is sane configure:1814: result: yes configure:1847: checking for gawk configure:1863: found /bin/gawk configure:1873: result: gawk configure:1883: checking whether make sets $(MAKE) configure:1903: result: yes configure:2202: checking for gcc configure:2218: found /usr/bin/gcc configure:2228: result: gcc configure:2472: checking for C compiler version configure:2475: gcc --version </dev/null >&5 gcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-27) Copyright (C) 2006 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:2478: $? = 0 configure:2480: gcc -v </dev/null >&5 Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=i386-redhat-linux Thread model: posix gcc version 4.1.2 20070925 (Red Hat 4.1.2-27) configure:2483: $? = 0 configure:2485: gcc -V </dev/null >&5 gcc: '-V' option must have argument configure:2488: $? = 1 configure:2511: checking for C compiler default output file name configure:2514: gcc conftest.c >&5 configure:2517: $? = 0 configure:2563: result: a.out configure:2568: checking whether the C compiler works configure:2574: ./a.out configure:2577: $? = 0 configure:2594: result: yes configure:2601: checking whether we are cross compiling configure:2603: result: no configure:2606: checking for suffix of executables configure:2608: gcc -o conftest conftest.c >&5 configure:2611: $? = 0 configure:2636: result: configure:2642: checking for suffix of object files configure:2663: gcc -c conftest.c >&5 configure:2666: $? = 0 configure:2688: result: o configure:2692: checking whether we are using the GNU C compiler configure:2716: gcc -c conftest.c >&5 configure:2722: $? = 0 configure:2725: test -z || test ! -s conftest.err configure:2728: $? = 0 configure:2731: test -s conftest.o configure:2734: $? = 0 configure:2747: result: yes configure:2753: checking whether gcc accepts -g configure:2774: gcc -c -g conftest.c >&5 configure:2780: $? = 0 configure:2783: test -z || test ! -s conftest.err configure:2786: $? = 0 configure:2789: test -s conftest.o configure:2792: $? = 0 configure:2803: result: yes configure:2820: checking for gcc option to accept ANSI C configure:2890: gcc -c -g -O2 conftest.c >&5 configure:2896: $? = 0 configure:2899: test -z || test ! -s conftest.err configure:2902: $? = 0 configure:2905: test -s conftest.o configure:2908: $? = 0 configure:2926: result: none needed configure:2944: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:2950: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3091: checking for style of include used by make configure:3119: result: GNU configure:3147: checking dependency style of gcc configure:3230: result: gcc3 configure:3328: checking build system type configure:3346: result: i686-pc-linux-gnu configure:3354: checking host system type configure:3368: result: i686-pc-linux-gnu configure:3376: checking for a sed that does not truncate output configure:3430: result: /bin/sed configure:3433: checking for egrep configure:3443: result: grep -E configure:3459: checking for ld used by gcc configure:3526: result: /usr/bin/ld configure:3535: checking if the linker (/usr/bin/ld) is GNU ld configure:3550: result: yes configure:3555: checking for /usr/bin/ld option to reload object files configure:3562: result: -r configure:3571: checking for BSD-compatible nm configure:3613: result: /usr/bin/nm -B configure:3617: checking whether ln -s works configure:3621: result: yes configure:3628: checking how to recognise dependent libraries configure:3802: result: pass_all configure:4257: checking how to run the C preprocessor configure:4292: gcc -E conftest.c configure:4298: $? = 0 configure:4330: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:4336: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.8" | #define PACKAGE_STRING "GIMP 2.2.8" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4375: result: gcc -E configure:4399: gcc -E conftest.c configure:4405: $? = 0 configure:4437: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:4443: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.8" | #define PACKAGE_STRING "GIMP 2.2.8" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" | #define GETTEXT_PACKAGE "gimp20" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4487: checking for ANSI C header files configure:4512: gcc -c -g -O2 conftest.c >&5 configure:4518: $? = 0 configure:4521: test -z || test ! -s conftest.err configure:4524: $? = 0 configure:4527: test -s conftest.o configure:4530: $? = 0 configure:4619: gcc -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:27: warning: incompatible implicit declaration of built-in function 'exit' configure:4622: $? = 0 configure:4624: ./conftest configure:4627: $? = 0 configure:4642: result: yes configure:4666: checking for sys/types.h configure:4682: gcc -c -g -O2 conftest.c >&5 configure:4688: $? = 0 configure:4691: test -z || test ! -s conftest.err configure:4694: $? = 0 configure:4697: test -s conftest.o configure:4700: $? = 0 configure:4711: result: yes configure:4666: checking for sys/stat.h configure:4682: gcc -c -g -O2 conftest.c >&5 configure:4688: $? = 0 configure:4691: test -z || test ! -s conftest.err configure:4694: $? = 0 configure:4697: test -s conftest.o configure:4700: $? = 0 configure:4711: result: yes configure:4666: checking for stdlib.h configure:4682: gcc -c -g -O2 conftest.c >&5 configure:4688: $? = 0 configure:4691: test -z || test ! -s conftest.err configure:4694: $? = 0 configure:4697: test -s conftest.o configure:4700: $? = 0 configure:4711: result: yes configure:4666: checking for string.h configure:4682: gcc -c -g -O2 conftest.c >&5 configure:4688: $? = 0 configure:4691: test -z || test ! -s conftest.err configure:4694: $? = 0 configure:4697: test -s conftest.o configure:4700: $? = 0 configure:4711: result: yes configure:4666: checking for memory.h configure:4682: gcc -c -g -O2 conftest.c >&5 configure:4688: $? = 0 configure:4691: test -z || test ! -s conftest.err configure:4694: $? = 0 configure:4697: test -s conftest.o configure:4700: $? = 0 configure:4711: result: yes configure:4666: checking for strings.h configure:4682: gcc -c -g -O2 conftest.c >&5 configure:4688: $? = 0 configure:4691: test -z || test ! -s conftest.err configure:4694: $? = 0 configure:4697: test -s conftest.o configure:4700: $? = 0 configure:4711: result: yes configure:4666: checking for inttypes.h configure:4682: gcc -c -g -O2 conftest.c >&5 configure:4688: $? = 0 configure:4691: test -z || test ! -s conftest.err configure:4694: $? = 0 configure:4697: test -s conftest.o configure:4700: $? = 0 configure:4711: result: yes configure:4666: checking for stdint.h configure:4682: gcc -c -g -O2 conftest.c >&5 configure:4688: $? = 0 configure:4691: test -z || test ! -s conftest.err configure:4694: $? = 0 configure:4697: test -s conftest.o configure:4700: $? = 0 configure:4711: result: yes configure:4666: checking for unistd.h configure:4682: gcc -c -g -O2 conftest.c >&5 configure:4688: $? = 0 configure:4691: test -z || test ! -s conftest.err configure:4694: $? = 0 configure:4697: test -s conftest.o configure:4700: $? = 0 configure:4711: result: yes configure:4737: checking dlfcn.h usability configure:4749: gcc -c -g -O2 conftest.c >&5 configure:4755: $? = 0 configure:4758: test -z || test ! -s conftest.err configure:4761: $? = 0 configure:4764: test -s conftest.o configure:4767: $? = 0 configure:4777: result: yes configure:4781: checking dlfcn.h presence configure:4791: gcc -E conftest.c configure:4797: $? = 0 configure:4817: result: yes configure:4852: checking for dlfcn.h configure:4859: result: yes configure:4924: checking for g++ configure:4953: result: no configure:4924: checking for c++ configure:4953: result: no configure:4924: checking for gpp configure:4953: result: no configure:4924: checking for aCC configure:4953: result: no configure:4924: checking for CC configure:4953: result: no configure:4924: checking for cxx configure:4953: result: no configure:4924: checking for cc++ configure:4953: result: no configure:4924: checking for cl configure:4953: result: no configure:4924: checking for FCC configure:4953: result: no configure:4924: checking for KCC configure:4953: result: no configure:4924: checking for RCC configure:4953: result: no configure:4924: checking for xlC_r configure:4953: result: no configure:4924: checking for xlC configure:4953: result: no configure:4966: checking for C++ compiler version configure:4969: g++ --version </dev/null >&5 ./configure: line 4970: g++: command not found configure:4972: $? = 127 configure:4974: g++ -v </dev/null >&5 ./configure: line 4975: g++: command not found configure:4977: $? = 127 configure:4979: g++ -V </dev/null >&5 ./configure: line 4980: g++: command not found configure:4982: $? = 127 configure:4985: checking whether we are using the GNU C++ compiler configure:5009: g++ -c conftest.cc >&5 ./configure: line 5010: g++: command not found configure:5015: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.8" | #define PACKAGE_STRING "GIMP 2.2.8" | #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 | #endif | | ; | return 0; | } configure:5040: result: no configure:5046: checking whether g++ accepts -g configure:5067: g++ -c -g conftest.cc >&5 ./configure: line 5068: g++: command not found configure:5073: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.8" | #define PACKAGE_STRING "GIMP 2.2.8" | #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:5096: result: no configure:5138: g++ -c conftest.cc >&5 ./configure: line 5139: g++: command not found configure:5144: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.8" | #define PACKAGE_STRING "GIMP 2.2.8" | #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:5138: g++ -c conftest.cc >&5 ./configure: line 5139: g++: command not found configure:5144: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.8" | #define PACKAGE_STRING "GIMP 2.2.8" | #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:5138: g++ -c conftest.cc >&5 ./configure: line 5139: g++: command not found configure:5144: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.8" | #define PACKAGE_STRING "GIMP 2.2.8" | #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:5138: g++ -c conftest.cc >&5 ./configure: line 5139: g++: command not found configure:5144: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.8" | #define PACKAGE_STRING "GIMP 2.2.8" | #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:5138: g++ -c conftest.cc >&5 ./configure: line 5139: g++: command not found configure:5144: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.8" | #define PACKAGE_STRING "GIMP 2.2.8" | #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:5138: g++ -c conftest.cc >&5 ./configure: line 5139: g++: command not found configure:5144: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.8" | #define PACKAGE_STRING "GIMP 2.2.8" | #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:5225: checking dependency style of g++ configure:5308: result: none configure:5330: checking how to run the C++ preprocessor configure:5361: g++ -E conftest.cc ./configure: line 5362: g++: command not found configure:5367: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.8" | #define PACKAGE_STRING "GIMP 2.2.8" | #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:5361: g++ -E conftest.cc ./configure: line 5362: g++: command not found configure:5367: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.8" | #define PACKAGE_STRING "GIMP 2.2.8" | #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:5361: /lib/cpp conftest.cc cpp: error trying to exec 'cc1plus': execvp: No such file or directory configure:5367: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.8" | #define PACKAGE_STRING "GIMP 2.2.8" | #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:5361: /lib/cpp conftest.cc cpp: error trying to exec 'cc1plus': execvp: No such file or directory configure:5367: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.8" | #define PACKAGE_STRING "GIMP 2.2.8" | #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:5444: result: /lib/cpp configure:5468: /lib/cpp conftest.cc cpp: error trying to exec 'cc1plus': execvp: No such file or directory configure:5474: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.8" | #define PACKAGE_STRING "GIMP 2.2.8" | #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:5468: /lib/cpp conftest.cc cpp: error trying to exec 'cc1plus': execvp: No such file or directory configure:5474: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GIMP" | #define PACKAGE_TARNAME "gimp" | #define PACKAGE_VERSION "2.2.8" | #define PACKAGE_STRING "GIMP 2.2.8" | #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:5543: 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_EXIF_CFLAGS_set= ac_cv_env_EXIF_CFLAGS_value= ac_cv_env_EXIF_LIBS_set= ac_cv_env_EXIF_LIBS_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_FONTCONFIG_CFLAGS_set= ac_cv_env_FONTCONFIG_CFLAGS_value= ac_cv_env_FONTCONFIG_LIBS_set= ac_cv_env_FONTCONFIG_LIBS_value= ac_cv_env_GDK_PIXBUF_CFLAGS_set= ac_cv_env_GDK_PIXBUF_CFLAGS_value= ac_cv_env_GDK_PIXBUF_LIBS_set= ac_cv_env_GDK_PIXBUF_LIBS_value= ac_cv_env_GMODULE_CFLAGS_set= ac_cv_env_GMODULE_CFLAGS_value= ac_cv_env_GMODULE_LIBS_set= ac_cv_env_GMODULE_LIBS_value= ac_cv_env_GTKHTML2_CFLAGS_set= ac_cv_env_GTKHTML2_CFLAGS_value= ac_cv_env_GTKHTML2_LIBS_set= ac_cv_env_GTKHTML2_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBART_CFLAGS_set= ac_cv_env_LIBART_CFLAGS_value= ac_cv_env_LIBART_LIBS_set= ac_cv_env_LIBART_LIBS_value= ac_cv_env_PANGOFT2_CFLAGS_set= ac_cv_env_PANGOFT2_CFLAGS_value= ac_cv_env_PANGOFT2_LIBS_set= ac_cv_env_PANGOFT2_LIBS_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PYGTK_CFLAGS_set= ac_cv_env_PYGTK_CFLAGS_value= ac_cv_env_PYGTK_LIBS_set= ac_cv_env_PYGTK_LIBS_value= ac_cv_env_SVG_CFLAGS_set= ac_cv_env_SVG_CFLAGS_value= ac_cv_env_SVG_LIBS_set= ac_cv_env_SVG_LIBS_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} /root/gimp-2.2.8/missing --run aclocal-1.7' ALLOCA='' ALSA_CFLAGS='' ALSA_LIBS='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /root/gimp-2.2.8/missing --run tar' AR='' AS='' AUTOCONF='${SHELL} /root/gimp-2.2.8/missing --run autoconf' AUTOHEADER='${SHELL} /root/gimp-2.2.8/missing --run autoheader' AUTOMAKE='${SHELL} /root/gimp-2.2.8/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='208' GIMP_DATA_VERSION='2.0' GIMP_DESKTOP_ICON='wilber-icon.png' GIMP_FULL_NAME='The GIMP' GIMP_INTERFACE_AGE='8' GIMP_MAJOR_VERSION='2' GIMP_MICRO_VERSION='8' 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.8' 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.8' 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='' 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_ICONV='' INTLTOOL_KBD_RULE='' INTLTOOL_KEYS_RULE='' INTLTOOL_MERGE='' INTLTOOL_MSGFMT='' INTLTOOL_MSGMERGE='' 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_XGETTEXT='' 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:8:200' MAIL='' MAINT='' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='' MAKEINFO='${SHELL} /root/gimp-2.2.8/missing --run makeinfo' MKINSTALLDIRS='' MNG='' MSGFMT='' 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.8' PACKAGE_TARNAME='gimp' PACKAGE_VERSION='2.2.8' 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.8' 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='' ac_pt_PKG_CONFIG='' 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='/root/gimp-2.2.8/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='/usr' 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.8" #define PACKAGE_TARNAME "gimp" #define PACKAGE_VERSION "2.2.8" #define STDC_HEADERS 1 #endif #ifdef __cplusplus void exit (int); configure: exit 1
It sounds like my C compiler syntax is wrong and has failed. To the best of my knowledge, I didn't wrote any C/C++ code and all was taken from the gimpshop installation package. Now, I am totally lost. What I do and will I am be able someday to successfully install and run Gimpshop? Otherwise, do you know another way to get a Photoshop look and feel on Fedora (excluding Wine - Btw, is Wine the only easy way to run Windows application on Linux, the one without equivalent on Linux?)? I always try to do my best, but thanks in advance for your help.Last edited by oz; 02-27-2009 at 09:34 PM. Reason: inserted code tags
- 02-27-2009 #2
Can you install stuff using the package manager? I'm not certain what your problem here is, but it does look like you're missing a c++ compiler.
If you have the internet available on this computer try (as root):
But if you've got yum, why don't you install gimp that way:Code:yum install cpp gcc gcc-c++
Code:yum install gimp
Linux user #126863 - see http://linuxcounter.net/
- 03-03-2009 #3Just Joined!
- Join Date
- Feb 2009
- Location
- Montreal
- Posts
- 5
Thanks Roxoff, it worked.


