Building BLFS Stuff in Chroot (was: Problem on installing Xorg)

2005-08-19 Thread Uli Fahrenberg
Randy McMurchy, Aug 18, 13:32 -0500: Uli Fahrenberg wrote these words on 08/18/05 13:29 CST: Also, building X while in chroot is normally not recommended, you should be booted into your new shiny LFS system for doing that. Just out of curiosity more than anything: why? OK this might just

Re: Problem on installing Xorg

2005-08-18 Thread Chris Staub
Stephen Liu wrote: Hi Uli, Tks for your advice. Do you have the /usr/bin/cc symlink as installed in LFS Section 6.14? I only re-did 6.8. Populating /dev http://www.linuxfromscratch.org/lfs/view/stable/chapter06/devices.html and chroot Whether you meant 6.14. GCC-3.4.3

Re: Problem on installing Xorg

2005-08-18 Thread Stephen Liu
Hi Chris, Just see if the symlink is there. Do ls -l /usr/bin/cc. If it is, and it points to gcc, then run ldd /usr/bin/gcc. root:/sources$ ls -l /usr/bin/cc ls: /usr/bin/cc: No such file or directory root:/sources$ find / -name cc /tools/bin/cc

Re: Problem on installing Xorg

2005-08-18 Thread Randy McMurchy
Uli Fahrenberg wrote these words on 08/18/05 13:29 CST: Also, building X while in chroot is normally not recommended, you should be booted into your new shiny LFS system for doing that. Just out of curiosity more than anything: why? -- Randy rmlscsi: [GNU ld version 2.15.94.0.2 20041220]

Re: Problem on installing Xorg

2005-08-18 Thread Chris Staub
Stephen Liu wrote: Hi Uli, Tks for your advice. just do ln -s gcc /usr/bin/cc In chroot environment root:/$ ln -s gcc /usr/bin/cc (no printout) root:/$ ls -l /usr/bin/cc lrwxrwxrwx 1 root root 3 2005-08-19 06:16 /usr/bin/cc - gcc Xorg-6.8.2