|
Here is the error message:
make[3]: Leaving directory `/mnt/LFS/sources/binutils-build/bfd/po'
make[3]: Entering directory `/mnt/LFS/sources/binutils-build/bfd/po'
file=../../../binutils-2.15.91.0.2/bfd/po/`echo fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH no -o $file ../../../binutils-2.15.91.0.2/bfd/po/fr.po
/bin/sh: line 1: no: command not found
make[3]: *** [fr.gmo] Error 127
make[3]: Leaving directory `/mnt/LFS/sources/binutils-build/bfd/po'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/LFS/sources/binutils-build/bfd'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/mnt/LFS/sources/binutils-build/bfd'
make: *** [all-bfd] Error 2
and i tried the following command in the /binutils-2.15.91.0.2/bfd/po/ and
lfs@mascot:/mnt/LFS/sources/binutils-2.15.91.0.2/bfd/po$ file=../../../binutils-2.15.91.0.2/bfd/po/`echo fr | sed 's,.*/,,'`.gmo lfs@mascot:/mnt/LFS/sources/binutils-2.15.91.0.2/bfd/po$ rm -f $file lfs@mascot:/mnt/LFS/sources/binutils-2.15.91.0.2/bfd/po$ PATH=../src:$PATH no -o $file ../../../binutils-2.15.91.0.2/bfd/po/fr.po
bash: no: command not found
it seems that my bash refuses to run this "PATH=../src:$PATH no -o $file ../../../binutils-2.15.91.0.2/bfd/po/fr.po " |
|