Chris Staub wrote:
> morfast wrote:
>   
>> Hello,everyone
>>
>> I wrote a script to accomplish the building of the tool chain. I use a
>> variable in the script instead of the /tools soft link to refer to the
>> $LFS/tools directory.
>>     
>
> You simply cannot do that. The reason why /tools is used instead of 
> $LFS/tools - and this is explained in the book - is because $LFS/tools 
> will no longer be there after you chroot (since $LFS becomes /). You 
> must start the build over (rm -rf /tools/*) and follow the book's 
> instructions.
>   
got it. I modified the variables in the script, make the /tools link,
run the script again, it works.

thank you very much!
-- 
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