On 03/06/2015 09:08 AM, ZyaX wrote:
> On 3/5/15, Armin K. <[email protected]> wrote:
>>> configure:12971: gcc -o conftest -I/tools/include   conftest.c -lblkid
>>>  -L/tools/lib >&5
>>> /tools/bin/ld: warning: libuuid.so.1, needed by
>>
>>   ^^^^^^^^^^^^^
>>
>> Something's wrong in this line. At that stage, you shouldn't be using a
>> compiler and linker
>> from /tools. I'd check that out first.
> 
> The thing is though that some environment variables are explicitly set
> to the /tools directory for this package.
> http://www.linuxfromscratch.org/lfs/view/stable/chapter06/e2fsprogs.html
> But like you say, I could have done something wrong too. I'm not very
> well versed in LFS since this is my first time building it.
> 

It's set up to use libblkid and libuuid libraries from /tools/lib, not the
linker and compiler from /tools/bin.

/tools/bin is last one in the PATH and the PATH is set by the chroot command
at the beginning of chapter 6.

-- 
Note: My last name is not Krejzi.

Attachment: signature.asc
Description: OpenPGP digital signature

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

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to