/bin/sh: autoconf: not found
Sie fehlen autoconf
, was zum Kompilieren von GCC erforderlich ist. Um fortzufahren, installieren Sie es mit dem Paketmanager:
# apt-get install autoconf
Ich versuche, die gcc-Version 2.95.3 auf Raspbian zu kompilieren, ich brauche sie, um den 2.6-Kernel zu kompilieren.
Ich folge diesem Tutorial, aber wenn ich zum Bootstrapping-Schritt komme, bekomme ich es
make[1]: Entering directory '/home/pi/Desktop/gcc2/gcc-2-build/gcc' cd ../../gcc-2.95.3/gcc; autoconf /bin/sh: autoconf: not found make[1]: *** [../../gcc-2.95.3/gcc/configure] make[1]: Leaving directory '/home/pi/Desktop/gcc2/gcc-2-build/gcc' make: *** [bootstrap] Error 2
Was kann ich machen?
/bin/sh: autoconf: not found
Sie fehlen autoconf
, was zum Kompilieren von GCC erforderlich ist. Um fortzufahren, installieren Sie es mit dem Paketmanager:
# apt-get install autoconf