Re: Possible problem with linker search path

2010-08-26 Thread Bruce Dubbs
Thiago Padilha wrote: > Hi, I have started following LFS book 6.6 and everything went fine > until Chaper 6.10 > (http://www.linuxfromscratch.org/lfs/view/stable/chapter06/readjusting.html). > When I verify the linker search path the output should be : > > SEARCH_DIR("/tools/i686-pc-linux-gnu/l

Re: Possible problem with linker search path

2010-08-26 Thread William Immendorf
On Thu, Aug 26, 2010 at 6:28 PM, Thiago Padilha wrote: > Actually, I was more concerned with the missing '/' in the last search > path. Instead of '/lib' it is just 'lib' . First off, don't top post. Too many people do that by mistake, and it's a bad idea. Also, trim messages. Anyway, did you mak

Re: Possible problem with linker search path

2010-08-26 Thread Thiago Padilha
Actually, I was more concerned with the missing '/' in the last search path. Instead of '/lib' it is just 'lib' . On Thu, Aug 26, 2010 at 5:05 PM, William Immendorf wrote: > On Wed, Aug 25, 2010 at 8:49 PM, Thiago Padilha wrote: >>  When I verify the linker search path the output should be : >>

Re: Possible problem with linker search path

2010-08-26 Thread Andrew Benton
On 26/08/10 21:05, William Immendorf wrote: > On Wed, Aug 25, 2010 at 8:49 PM, Thiago Padilha wrote: >> SEARCH_DIR("/tools/x86_64-unknown-linux-gnu/lib64") >> SEARCH_DIR("/tools/x86_64-unknown-linux-gnu/lib") >> SEARCH_DIR("/usr/lib") >> SEARCH_DIR("lib"); > You are building a 64-bit system, hence

Re: Possible problem with linker search path

2010-08-26 Thread William Immendorf
On Wed, Aug 25, 2010 at 8:49 PM, Thiago Padilha wrote: >  When I verify the linker search path the output should be : > > SEARCH_DIR("/tools/i686-pc-linux-gnu/lib") > SEARCH_DIR("/usr/lib") > SEARCH_DIR("/lib"); > > Mine is : > > SEARCH_DIR("/tools/x86_64-unknown-linux-gnu/lib64") > SEARCH_DIR("/t