> Date: Sun, 10 Aug 2014 14:37:19 +0100 > From: [email protected] (akhiezer) > To: LFS Support List <[email protected]> > Subject: Re: [lfs-support] bash: i686-pc-linux-gnu-gcc: command not found > . . > > > > > config.guess output was i686-pc-linux-gnu > > > > > . . > > > > > LFS_TGT=$(uname -m)-pc-linux-gnu > > >
You've basically set your LFS_TGT to be same as the output from config.guess : ref e.g. the remarks re 'config.guess' at: http://www.linuxfromscratch.org/lfs/view/7.5/chapter05/binutils-pass1.html Just use what the book says for LFS_TGT : === > > > > > > [...] . Book has: > > > > > > LFS_TGT=$(uname -m)-lfs-linux-gnu > > > > > > http://www.linuxfromscratch.org/lfs/view/7.5/chapter04/settingenvironment.html > > > === Why did you change from the book's LFS_TGT, to what you were using for it? Where else have you made changes from the book: not asking to post them here (yet); just be aware of what you're doing. > > > > > Kindly help me to solve the issue because iam stuck again on same > > > > > point Easy: just follow the book. (That includes being sure to get the backslash-ing '\' on command-lines correct; be careful about those.) rgds, akh -- -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
