On Mon, 2009-11-16 at 22:52 -0500, Chris Staub wrote: > On 11/16/2009 10:30 PM, [email protected] wrote: > > When i include the line "LFS_TGT=$(uname -m)-lfs-linux-gnu" in the > > .bashrc and run the command "source ~/.bash_profile" it complains that > > "bash: -lfs-linux-gnu: command not found". > > > > Then you must have mistyped it. If you enter that line *exactly* as > given in the book, it will always work. My guess is that you added an > extra space.
Yeah, that'd usually be a sign of a space before the -lfs-linux-gnu. You'll end up with a command like "LFS_TGT=i686 -lfs-linux-gnu", which tries to run -lfs-linux-gnu with LFS_TGT set to i686. Simon.
signature.asc
Description: This is a digitally signed message part
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
