(no subject)

2006-10-23 Thread Denis Silin
Hello! There is a problem with actions from ch. 5.7 Adjusting the Toolchain. This command gives an error - bash: $SPECFILE: ambiguous redirect. It seems that there is no file specs on the LFS partition at all. What may be wrong and how to correct it? lfs:~$ SPECFILE='dirname $(gcc

SPECFILE: ambiguous redirect

2006-10-23 Thread Denis Silin
Hello! There is a problem with actions from ch. 5.7 Adjusting the Toolchain. This command gives an error - bash: $SPECFILE: ambiguous redirect. It seems that there is no file specs on the LFS partition at all. What may be wrong and how to correct it? lfs:~$ SPECFILE='dirname $(gcc

Re: (no subject)

2006-10-23 Thread Dan Nicholson
On 10/23/06, Denis Silin [EMAIL PROTECTED] wrote: Hello! There is a problem with actions from ch. 5.7 Adjusting the Toolchain. This command gives an error - bash: $SPECFILE: ambiguous redirect. It seems that there is no file specs on the LFS partition at all. What may be wrong and how to

Re: SPECFILE: ambiguous redirect

2006-10-23 Thread Bauke Jan Douma
Denis Silin wrote: Hello! There is a problem with actions from ch. 5.7 Adjusting the Toolchain. This command gives an error - bash: $SPECFILE: ambiguous redirect. It seems that there is no file specs on the LFS partition at all. What may be wrong and how to correct it? lfs:~$

Help Big error

2006-10-23 Thread Vince Greg
I finished compiling binutils in chapter6 and I don't know how I do but I was after the compilation on gcc page So before compiling gcc I do this : ln -sv ../usr/bin/cpp /lib ln -sv gcc /usr/bin/cc echo 'main(){}' dummy.c cc dummy.c -Wl,--verbose dummy.log readelf -l a.out | grep ': /lib'

Re: (no subject)

2006-10-23 Thread dperkins
On 10/23/06, Denis Silin [EMAIL PROTECTED] wrote: Hello! There is a problem with actions from ch. 5.7 Adjusting the Toolchain. This command gives an error - bash: $SPECFILE: ambiguous redirect. It seems that there is no file specs on the LFS partition at all. What may be wrong and how to

Re: loadproc

2006-10-23 Thread exvor0
Thanks ken this explains why my system cant understand it. Im kinda chopping up some of the scripts to customise them to my system. So i needed in my case to remove the loadproc and everything worked fine. Ken Moffat wrote: On Mon, Oct 16, 2006 at 02:07:22PM -0700, exvor0 wrote: What is