On Mon, 7 Nov 2011 23:57:21 +0330
"Yaser Amini" <devil.princ...@gmail.com> wrote:

> Try to execute command separately
> 
> First:
> 
> CC="$LFS_TGT-gcc -B/tools/lib/" \
> AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib
> 
>  
> 
> Second:
> 
> ../binutils-2.21.1/configure --prefix=/tools \
> --disable-nls --with-lib-path=/tools/lib

No, don't.
If you execute those commands separately then the CC and AR environment
variables will be set for everything you run in that terminal. 
Just follow the book.

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to