pixel
26.03.03, 08:32
Hi@all,
beim compilieren von Sourchen herhalte ich die Fehlermelung(en):
[...]
make[3]: c++: Kommando nicht gefunden
make[3]: *** [Allocator.o] Fehler 127
[...]
Das deutet ja eigentlich darauf hin das der Compiler nicht installiert ist. Das habe ich jedoch getan:
dpkg -l | grep cc
ii gcc-3.2 3.2.3-0pre6 The GNU C compiler
ii gcc-3.2-base 3.2.3-0pre6 The GNU Compiler Collection (base package)
ii libgcc1 3.2.3-0pre6 GCC support library
/usr/bin (Auszug)
lrwxrwxrwx 1 root root 16 2003-03-25 10:55 g++ -> /usr/bin/g++-3.2
-rwxr-xr-x 1 root root 84908 2003-03-17 10:56 g++-3.2
lrwxrwxrwx 1 root root 16 2003-03-25 11:10 gcc -> /usr/bin/gcc-3.2
-rwxr-xr-x 1 root root 81164 2003-03-17 10:57 gcc-3.2
-rwxr-xr-x 1 root root 15947 2003-03-17 08:56 gccbug-3.2
-rwxr-xr-x 1 root root 18156 2003-03-17 10:57 gcov-3.2
Warum also?
Gruss Pixel
beim compilieren von Sourchen herhalte ich die Fehlermelung(en):
[...]
make[3]: c++: Kommando nicht gefunden
make[3]: *** [Allocator.o] Fehler 127
[...]
Das deutet ja eigentlich darauf hin das der Compiler nicht installiert ist. Das habe ich jedoch getan:
dpkg -l | grep cc
ii gcc-3.2 3.2.3-0pre6 The GNU C compiler
ii gcc-3.2-base 3.2.3-0pre6 The GNU Compiler Collection (base package)
ii libgcc1 3.2.3-0pre6 GCC support library
/usr/bin (Auszug)
lrwxrwxrwx 1 root root 16 2003-03-25 10:55 g++ -> /usr/bin/g++-3.2
-rwxr-xr-x 1 root root 84908 2003-03-17 10:56 g++-3.2
lrwxrwxrwx 1 root root 16 2003-03-25 11:10 gcc -> /usr/bin/gcc-3.2
-rwxr-xr-x 1 root root 81164 2003-03-17 10:57 gcc-3.2
-rwxr-xr-x 1 root root 15947 2003-03-17 08:56 gccbug-3.2
-rwxr-xr-x 1 root root 18156 2003-03-17 10:57 gcov-3.2
Warum also?
Gruss Pixel