On Sat, Aug 29, 2009 at 3:03 AM, ga ho<gazz...@yahoo.co.uk> wrote: > It states in chapter 5.4: > > If building on x86_64, create a symlink to ensure the sanity of the toolchain: > > case $(uname -m) in > x86_64) mkdir -v /tools/lib && ln -sv lib /tools/lib64 ;; > esac > > I just want to confirm. Do I still need to do this If I am building the 32 > bit version of LFS on a 64bit machine or does it only apply when building the > 64bit version on a 64bit machine? > > Thanks > Gary > > > > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page >
According to my understanding on the sentence, you should create the symlink as long as your CPU is(supports) x86_64. I created that symlink when building lfs x86 32bit on a core2 duo cpu intel T5870. All seems ok. Thus I recommend that you create the symlink. -- Regards, Hugh -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page