Alle 21:37, martedì 6 giugno 2006, hai scritto: > El Martes, 6 de Junio de 2006 21:33, sacarde escribió: > > but I have LFS variable empty....... is OK ? > > Change $LFS by the path to the target-partition mount point, i.e. > > mount --bind /dev /mnt/build_dir/dev
I do: mkdir /mnt/build_dir mount /dev/hda5 /mnt/build_dir export SRC_ARCHIVE=/mnt/build_dir/lfs-sources export LFS=/mnt/build_dir and then mount -vt proc proc $LFS/proc mount -vt sysfs sysfs $LFS/sys mount -vft tmpfs tmpfs $LFS/dev mount -vft tmpfs tmpfs $LFS/dev/shm mount -vft devpts -o gid=4,mode=620 devpts $LFS/dev/pts then cd /mnt/build_dir/jhalfs make script has an error: 069-gcc..... error 127 what I wrong ? -- http://linuxfromscratch.org/mailman/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
