On 11/20/2012 02:54 AM, Paige Thompson wrote:
> On 11/20/2012 03:39 AM, Chris Staub wrote:
>> On 11/19/2012 06:37 PM, Paige Thompson wrote:
>>> https://github.com/paigeadele/erraticOS/blob/master/usr/src/binutils-build/config.log
>>>
>>> I just need to understand why these files are being linked this way and
>>> what I need to do to fix it:
>>>
>>> erratic@erratic-MacPro ~/erraticOS/tools/lib $ ldd libc.so.6
>>>
>>>           /home/erratic/erraticOS/tools/lib/ld-linux-x86-64.so.2 =>
>>> /lib64/ld-linux-x86-64.so.2 (0x00007f9036a27000)
>>>
>>>           linux-vdso.so.1 =>  (0x00007fff8cff3000)
>>>
>>> erratic@erratic-MacPro ~/erraticOS/tools/lib $
>>>
>>> here is the script:
>>>
>>> https://github.com/paigeadele/erraticOS/blob/master/usr/src/chef/cookbooks/erraticOS/recipes/toolchain-solo.rb
>>>
>>> the first link is where it is breaking (binutils-pass-2)
>>>
>>> Let me know how you want to get paid, thanks.

I took another look at your config.log, and the first obvious thing I 
saw is that you don't seem to have set up the proper user environment, 
in particular the PATH. Start by creating the lfs user and using the 
.bash_profile and .bashrc given by the book.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to