On 12/18/06, Koenraad Lelong <[EMAIL PROTECTED]> wrote: > Hi, > While my fifth try is running on a slow PC I' trying to have a quicker > result by running a virtual PC on my laptop with the LFS-live CD 6.2. > Unfortunately I'm having a problem in chapter 5.7 : gcc -dumpmachine > says i486-pc-linux-gnu while ./config.guess from binutils says > i686-pc-linux-gnu, so the link ln -sv /tools/bin/ld /tools/$(gcc > -dumpmachine)/bin/ld fails. > Did I do something wrong or is this a problem with VMWare ? Any chance > to solve this ?
I don't know if it's really a problem with VMWare. From my first glance, those should be the same. I think they both originate from config.guess if you haven't explitictly passed --target= to configure. And that get's it's input from uname. What's the output from `uname -m' and `uname -a'? -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
