habe mal mein cvs auf den aktuellen Stand gebracht und wollte neu compilieren.Leider erhalte ich immer die gleiche Fehlrmeldung.
Hat jemand ein Ahnung was es mit dem bin/sh auf sich hat.( rm -rf binutils-2.12.90.0.7 || /bin/true ) && bunzip2 -cd Archive/binutils-2.12.90.0.7.tar.bz2 | tar -x && ( rm -rf build || /bin/true ) && mkdir build
cd build && \
CC=gcc CFLAGS="" \
../binutils-2.12.90.0.7/configure \
--target=powerpc-tuxbox-linux-gnu \
--prefix=/dbox2/cdk \
--disable-nls \
--nfp && \
make all install
/bin/sh: not found
Config.guess failed to determine the host type. You need to specify one.
Usage: configure [OPTIONS] [HOST]
mfg emmeli