balzaczyy 发表于 2005-8-19 11:01:18

LFS6 6.13 Binutils make error?

Here is the error message:
make: Leaving directory `/mnt/LFS/sources/binutils-build/bfd/po'
make: 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: *** Error 127
make: Leaving directory `/mnt/LFS/sources/binutils-build/bfd/po'
make: *** Error 1
make: Leaving directory `/mnt/LFS/sources/binutils-build/bfd'
make: *** Error 2
make: Leaving directory `/mnt/LFS/sources/binutils-build/bfd'
make: *** 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 "

linky_fan 发表于 2005-8-19 22:40:59

In what chapter? 5or6? The 1st or the 2nd?
页: [1]
查看完整版本: LFS6 6.13 Binutils make error?