Léa-Linux & amis :   LinuxFR   GCU-Squad   GNU
Pbs install .tar.gz
Envoyé par: PAP

Bonjour,
Ca fait plusieurs fois que j'essaye d'installer des logiciels téléchargés au format .tar.gz et que l'install coince. Par exemple, en voulant installer gimp-2.0.1.tar.gz, après l'avoir décompressé comme indiqué sur ce site (http://lea-linux.org/software/compil.html), il bloque quand je lui fais exécuter la commande, dans le dossier décompressé, ./configure : après m'avoir affiché beaucoup de lignes, il conclut ainsi :
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
[root@localhost gimp-2.0.1]#
Il semble à chaque fois manquer lib/cpp alors que ce fichier exécutable apparaît dans mon dossier /lib.
Que faire ?
Merci de votre aide
A plus
PA



Numéro #354534 au Linux Counter. Et vive la vie ! :-f

Poste le Wednesday 23 June 2004 21:51:54
Répondre     Citer    
Re: Pbs install .tar.gz
Envoyé par: Jolinar

PAP : Pierre-Alexandre Portet ???


Poste le Wednesday 23 June 2004 22:06:55
Répondre     Citer    
Re: Pbs install .tar.gz
Envoyé par: PAP

Ben pas vraiment...
Ca empêche d'obtenir une réponse ?? winking smiley
Désolé...
Au fait, j'y pense, je suis sous Mdk 10.0 official, si ça peut donner un indice...



Numéro #354534 au Linux Counter. Et vive la vie ! :-f

Poste le Wednesday 23 June 2004 23:18:39
Répondre     Citer    
Re: Pbs install .tar.gz
Envoyé par: Jonesy's

Bonsoir,

As tu regardé ton config.log ?
Que dit-il ?

Sinon, il me semblerait que tu n'as pas installé le compilateur C++...

@+


Poste le Thursday 24 June 2004 00:07:27
Répondre     Citer    
Re: Pbs install .tar.gz
Envoyé par: PAP

J'ai regardé mon config.log comme indiqué, mais je n'y ai pas compris grand chose...
Le voici (désolé pour la longueur du post...) :

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.0.1, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure

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

hostname = localhost
uname -m = i686
uname -r = 2.6.3-13mdk
uname -s = Linux
uname -v = #1 Tue May 18 18:49:17 EDT 2004

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin


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

configure:1595: checking for a BSD-compatible install
configure:1650: result: /usr/bin/install -c
configure:1661: checking whether build environment is sane
configure:1704: result: yes
configure:1737: checking for gawk
configure:1753: found /bin/gawk
configure:1763: result: gawk
configure:1773: checking whether make sets $(MAKE)
configure:1793: result: yes
configure:2106: checking for gcc
configure:2122: found /usr/bin/gcc
configure:2132: result: gcc
configure:2376: checking for C compiler version
configure:2379: gcc --version </dev/null >&5
gcc-3.3.2 (GCC) 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
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:2382: $? = 0
configure:2384: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.2/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 --enable-languages=c,c++,ada,f77,objc,java,pascal --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
configure:2387: $? = 0
configure:2389: gcc -V </dev/null >&5
gcc-3.3.2: `-V' option must have argument
configure:2392: $? = 1
configure:2415: checking for C compiler default output file name
configure:2418: gcc conftest.c >&5
configure:2421: $? = 0
configure:2467: result: a.out
configure:2472: checking whether the C compiler works
configure:2478: ./a.out
configure:2481: $? = 0
configure:2498: result: yes
configure:2505: checking whether we are cross compiling
configure:2507: result: no
configure:2510: checking for suffix of executables
configure:2512: gcc -o conftest conftest.c >&5
configure:2515: $? = 0
configure:2540: result:
configure:2546: checking for suffix of object files
configure:2567: gcc -c conftest.c >&5
configure:2570: $? = 0
configure:2592: result: o
configure:2596: checking whether we are using the GNU C compiler
configure:2620: gcc -c conftest.c >&5
configure:2626: $? = 0
configure:2629: test -z || test ! -s conftest.err
configure:2632: $? = 0
configure:2635: test -s conftest.o
configure:2638: $? = 0
configure:2651: result: yes
configure:2657: checking whether gcc accepts -g
configure:2678: gcc -c -g conftest.c >&5
configure:2684: $? = 0
configure:2687: test -z || test ! -s conftest.err
configure:2690: $? = 0
configure:2693: test -s conftest.o
configure:2696: $? = 0
configure:2707: result: yes
configure:2724: checking for gcc option to accept ANSI C
configure:2794: gcc -c -g -O2 conftest.c >&5
configure:2800: $? = 0
configure:2803: test -z || test ! -s conftest.err
configure:2806: $? = 0
configure:2809: test -s conftest.o
configure:2812: $? = 0
configure:2830: result: none needed
configure:2848: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2854: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2995: checking for style of include used by make
configure:3023: result: GNU
configure:3051: checking dependency style of gcc
configure:3134: result: gcc3
configure:3232: checking build system type
configure:3250: result: i686-pc-linux-gnu
configure:3258: checking host system type
configure:3272: result: i686-pc-linux-gnu
configure:3280: checking for a sed that does not truncate output
configure:3334: result: /bin/sed
configure:3337: checking for egrep
configure:3347: result: grep -E
configure:3363: checking for ld used by gcc
configure:3430: result: /usr/bin/ld
configure:3439: checking if the linker (/usr/bin/ld) is GNU ld
configure:3454: result: yes
configure:3459: checking for /usr/bin/ld option to reload object files
configure:3466: result: -r
configure:3475: checking for BSD-compatible nm
configure:3517: result: /usr/bin/nm -B
configure:3521: checking whether ln -s works
configure:3525: result: yes
configure:3532: checking how to recognise dependent libraries
configure:3706: result: pass_all
configure:4161: checking how to run the C preprocessor
configure:4196: gcc -E conftest.c
configure:4202: $? = 0
configure:4234: gcc -E conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:4240: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GIMP"
| #define PACKAGE_TARNAME "gimp"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "GIMP 2.0.1"
| #define PACKAGE_BUGREPORT "[bugzilla.gnome.org];
| #define GETTEXT_PACKAGE "gimp20"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4279: result: gcc -E
configure:4303: gcc -E conftest.c
configure:4309: $? = 0
configure:4341: gcc -E conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:4347: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GIMP"
| #define PACKAGE_TARNAME "gimp"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "GIMP 2.0.1"
| #define PACKAGE_BUGREPORT "[bugzilla.gnome.org];
| #define GETTEXT_PACKAGE "gimp20"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4391: checking for ANSI C header files
configure:4416: gcc -c -g -O2 conftest.c >&5
configure:4422: $? = 0
configure:4425: test -z || test ! -s conftest.err
configure:4428: $? = 0
configure:4431: test -s conftest.o
configure:4434: $? = 0
configure:4520: gcc -o conftest -g -O2 conftest.c >&5
configure:4523: $? = 0
configure:4525: ./conftest
configure:4528: $? = 0
configure:4543: result: yes
configure:4567: checking for sys/types.h
configure:4583: gcc -c -g -O2 conftest.c >&5
configure:4589: $? = 0
configure:4592: test -z || test ! -s conftest.err
configure:4595: $? = 0
configure:4598: test -s conftest.o
configure:4601: $? = 0
configure:4612: result: yes
configure:4567: checking for sys/stat.h
configure:4583: gcc -c -g -O2 conftest.c >&5
configure:4589: $? = 0
configure:4592: test -z || test ! -s conftest.err
configure:4595: $? = 0
configure:4598: test -s conftest.o
configure:4601: $? = 0
configure:4612: result: yes
configure:4567: checking for stdlib.h
configure:4583: gcc -c -g -O2 conftest.c >&5
configure:4589: $? = 0
configure:4592: test -z || test ! -s conftest.err
configure:4595: $? = 0
configure:4598: test -s conftest.o
configure:4601: $? = 0
configure:4612: result: yes
configure:4567: checking for string.h
configure:4583: gcc -c -g -O2 conftest.c >&5
configure:4589: $? = 0
configure:4592: test -z || test ! -s conftest.err
configure:4595: $? = 0
configure:4598: test -s conftest.o
configure:4601: $? = 0
configure:4612: result: yes
configure:4567: checking for memory.h
configure:4583: gcc -c -g -O2 conftest.c >&5
configure:4589: $? = 0
configure:4592: test -z || test ! -s conftest.err
configure:4595: $? = 0
configure:4598: test -s conftest.o
configure:4601: $? = 0
configure:4612: result: yes
configure:4567: checking for strings.h
configure:4583: gcc -c -g -O2 conftest.c >&5
configure:4589: $? = 0
configure:4592: test -z || test ! -s conftest.err
configure:4595: $? = 0
configure:4598: test -s conftest.o
configure:4601: $? = 0
configure:4612: result: yes
configure:4567: checking for inttypes.h
configure:4583: gcc -c -g -O2 conftest.c >&5
configure:4589: $? = 0
configure:4592: test -z || test ! -s conftest.err
configure:4595: $? = 0
configure:4598: test -s conftest.o
configure:4601: $? = 0
configure:4612: result: yes
configure:4567: checking for stdint.h
configure:4583: gcc -c -g -O2 conftest.c >&5
configure:4589: $? = 0
configure:4592: test -z || test ! -s conftest.err
configure:4595: $? = 0
configure:4598: test -s conftest.o
configure:4601: $? = 0
configure:4612: result: yes
configure:4567: checking for unistd.h
configure:4583: gcc -c -g -O2 conftest.c >&5
configure:4589: $? = 0
configure:4592: test -z || test ! -s conftest.err
configure:4595: $? = 0
configure:4598: test -s conftest.o
configure:4601: $? = 0
configure:4612: result: yes
configure:4638: checking dlfcn.h usability
configure:4650: gcc -c -g -O2 conftest.c >&5
configure:4656: $? = 0
configure:4659: test -z || test ! -s conftest.err
configure:4662: $? = 0
configure:4665: test -s conftest.o
configure:4668: $? = 0
configure:4678: result: yes
configure:4682: checking dlfcn.h presence
configure:4692: gcc -E conftest.c
configure:4698: $? = 0
configure:4718: result: yes
configure:4753: checking for dlfcn.h
configure:4760: result: yes
configure:4825: checking for g++
configure:4854: result: no
configure:4825: checking for c++
configure:4854: result: no
configure:4825: checking for gpp
configure:4854: result: no
configure:4825: checking for aCC
configure:4854: result: no
configure:4825: checking for CC
configure:4854: result: no
configure:4825: checking for cxx
configure:4854: result: no
configure:4825: checking for cc++
configure:4854: result: no
configure:4825: checking for cl
configure:4854: result: no
configure:4825: checking for FCC
configure:4854: result: no
configure:4825: checking for KCC
configure:4854: result: no
configure:4825: checking for RCC
configure:4854: result: no
configure:4825: checking for xlC_r
configure:4854: result: no
configure:4825: checking for xlC
configure:4854: result: no
configure:4867: checking for C++ compiler version
configure:4870: g++ --version </dev/null >&5
./configure: line 1: g++: command not found
configure:4873: $? = 127
configure:4875: g++ -v </dev/null >&5
./configure: line 1: g++: command not found
configure:4878: $? = 127
configure:4880: g++ -V </dev/null >&5
./configure: line 1: g++: command not found
configure:4883: $? = 127
configure:4886: checking whether we are using the GNU C++ compiler
configure:4910: g++ -c conftest.cc >&5
./configure: line 1: g++: command not found
configure:4916: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GIMP"
| #define PACKAGE_TARNAME "gimp"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "GIMP 2.0.1"
| #define PACKAGE_BUGREPORT "[bugzilla.gnome.org];
| #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:4941: result: no
configure:4947: checking whether g++ accepts -g
configure:4968: g++ -c -g conftest.cc >&5
./configure: line 1: g++: command not found
configure:4974: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GIMP"
| #define PACKAGE_TARNAME "gimp"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "GIMP 2.0.1"
| #define PACKAGE_BUGREPORT "[bugzilla.gnome.org];
| #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:4997: result: no
configure:5039: g++ -c conftest.cc >&5
./configure: line 1: g++: command not found
configure:5045: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GIMP"
| #define PACKAGE_TARNAME "gimp"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "GIMP 2.0.1"
| #define PACKAGE_BUGREPORT "[bugzilla.gnome.org];
| #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:5039: g++ -c conftest.cc >&5
./configure: line 1: g++: command not found
configure:5045: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GIMP"
| #define PACKAGE_TARNAME "gimp"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "GIMP 2.0.1"
| #define PACKAGE_BUGREPORT "[bugzilla.gnome.org];
| #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:5039: g++ -c conftest.cc >&5
./configure: line 1: g++: command not found
configure:5045: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GIMP"
| #define PACKAGE_TARNAME "gimp"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "GIMP 2.0.1"
| #define PACKAGE_BUGREPORT "[bugzilla.gnome.org];
| #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:5039: g++ -c conftest.cc >&5
./configure: line 1: g++: command not found
configure:5045: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GIMP"
| #define PACKAGE_TARNAME "gimp"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "GIMP 2.0.1"
| #define PACKAGE_BUGREPORT "[bugzilla.gnome.org];
| #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:5039: g++ -c conftest.cc >&5
./configure: line 1: g++: command not found
configure:5045: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GIMP"
| #define PACKAGE_TARNAME "gimp"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "GIMP 2.0.1"
| #define PACKAGE_BUGREPORT "[bugzilla.gnome.org];
| #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:5039: g++ -c conftest.cc >&5
./configure: line 1: g++: command not found
configure:5045: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GIMP"
| #define PACKAGE_TARNAME "gimp"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "GIMP 2.0.1"
| #define PACKAGE_BUGREPORT "[bugzilla.gnome.org];
| #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:5126: checking dependency style of g++
configure:5209: result: none
configure:5231: checking how to run the C++ preprocessor
configure:5262: g++ -E conftest.cc
./configure: line 1: g++: command not found
configure:5268: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GIMP"
| #define PACKAGE_TARNAME "gimp"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "GIMP 2.0.1"
| #define PACKAGE_BUGREPORT "[bugzilla.gnome.org];
| #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:5262: g++ -E conftest.cc
./configure: line 1: g++: command not found
configure:5268: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GIMP"
| #define PACKAGE_TARNAME "gimp"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "GIMP 2.0.1"
| #define PACKAGE_BUGREPORT "[bugzilla.gnome.org];
| #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:5262: /lib/cpp conftest.cc
cpp: installation problem, cannot exec `cc1plus': No such file or directory
configure:5268: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GIMP"
| #define PACKAGE_TARNAME "gimp"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "GIMP 2.0.1"
| #define PACKAGE_BUGREPORT "[bugzilla.gnome.org];
| #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:5262: /lib/cpp conftest.cc
cpp: installation problem, cannot exec `cc1plus': No such file or directory
configure:5268: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GIMP"
| #define PACKAGE_TARNAME "gimp"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "GIMP 2.0.1"
| #define PACKAGE_BUGREPORT "[bugzilla.gnome.org];
| #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:5345: result: /lib/cpp
configure:5369: /lib/cpp conftest.cc
cpp: installation problem, cannot exec `cc1plus': No such file or directory
configure:5375: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GIMP"
| #define PACKAGE_TARNAME "gimp"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "GIMP 2.0.1"
| #define PACKAGE_BUGREPORT "[bugzilla.gnome.org];
| #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:5369: /lib/cpp conftest.cc
cpp: installation problem, cannot exec `cc1plus': No such file or directory
configure:5375: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GIMP"
| #define PACKAGE_TARNAME "gimp"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "GIMP 2.0.1"
| #define PACKAGE_BUGREPORT "[bugzilla.gnome.org];
| #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: 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/src/gimp-2.0.1/missing --run aclocal-1.7'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/src/gimp-2.0.1/missing --run tar'
AR=''
AS=''
AUTOCONF='${SHELL} /usr/src/gimp-2.0.1/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/src/gimp-2.0.1/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/src/gimp-2.0.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=''
BZ2=''
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.2.2'
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.0'
GIMP_BINARY_AGE='1'
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='0'
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.0.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.0'
GIMP_VERSION='2.0.1'
GLIB_CFLAGS=''
GLIB_GENMARSHAL=''
GLIB_LIBS=''
GLIB_MKENUMS=''
GLIB_REQUIRED_VERSION='2.2.0'
GMODULE_CFLAGS=''
GMODULE_LIBS=''
GMOFILES=''
GMSGFMT=''
GOBJECT_QUERY=''
GTKDOC=''
GTKDOC_REQUIRED_VERSION='1.0'
GTKHTML2_CFLAGS=''
GTKHTML2_LIBS=''
GTKHTML2_REQUIRED_VERSION='2.0.0'
GTK_CFLAGS=''
GTK_LIBS=''
GTK_REQUIRED_VERSION='2.2.2'
HAVE_FINITE=''
HAVE_GLIBC_REGEX=''
HAVE_GLIBC_REGEX_FALSE=''
HAVE_GLIBC_REGEX_TRUE=''
HAVE_ISFINITE=''
HAVE_LCMS_FALSE=''
HAVE_LCMS_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_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_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_AGE='0'
LT_CURRENT='0'
LT_CURRENT_MINUS_AGE='0'
LT_REVISION='1'
LT_VERSION_INFO='0:1:0'
MAIL=''
MAINT=''
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /usr/src/gimp-2.0.1/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='[bugzilla.gnome.org];
PACKAGE_NAME='GIMP'
PACKAGE_STRING='GIMP 2.0.1'
PACKAGE_TARNAME='gimp'
PACKAGE_VERSION='2.0.1'
PANGOFT2_CFLAGS=''
PANGOFT2_LIBS=''
PANGOFT2_REQUIRED_VERSION='1.2.2'
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=''
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.0.1'
WINCLIPBOARD=''
WINPRINT=''
WITH_AUTHORSGEN_FALSE=''
WITH_AUTHORSGEN_TRUE=''
WITH_PDBGEN_FALSE=''
WITH_PDBGEN_TRUE=''
WMF=''
WMF_CFLAGS=''
WMF_CONFIG=''
WMF_REQUIRED_VERSION='0.2.8'
XGETTEXT=''
XPM=''
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=''
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/src/gimp-2.0.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir=''
localstatedir='${prefix}/var'
mandir='${prefix}/man'
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 "[bugzilla.gnome.org];
#define PACKAGE_NAME "GIMP"
#define PACKAGE_STRING "GIMP 2.0.1"
#define PACKAGE_TARNAME "gimp"
#define PACKAGE_VERSION "2.0.1"
#define STDC_HEADERS 1
#endif
#ifdef __cplusplus
void exit (int);

configure: exit 1

Sinon, je n'ai pas trouvé dans mes packetages disponibles de compilateur c++ : quel est son nom précis ? Il me semblait pourtant avoir installé pas mal de truc de ce type, comme indiqué sur ce site...
Help !
A plus
PA



Numéro #354534 au Linux Counter. Et vive la vie ! :-f

Poste le Thursday 24 June 2004 10:50:11
Répondre     Citer    
Re: Pbs install .tar.gz
Envoyé par: Jolinar

désolé PAP, avec ces initiales j'ai cru que t'étais un "vieux" copain de lycée !


Poste le Thursday 24 June 2004 12:02:59
Répondre     Citer    

Veuillez vous authentifier auparavant pour commenter.

 

Ce forum !
Pbs install .tar.gz
Posez dans ce forum les questions qui ne trouvent pas place dans les autres...

Sauf mention contraire, les documentations publiées sont sous licence Creative-Commons