ok, i figured out why it wasnt working...i was in the wrong directory
anyway, now that im in the right directory (/mnt/lfs/sources/gcc-3.4.3 ) another problem arises.
Code:
lfs@tux /mnt/lfs/sources/gcc-3.4.3 $ patch -Np1 -i ../gcc-3.4.3-no_fixincludes-1.patch
patching file gcc/Makefile.in
patch: **** write error : No space left on device
but Code:
tux tuxxman # du -sh /mnt/lfs
1.1G /mnt/lfs
and
Code:
tux tuxxman # mount | grep lfs
/dev/hda4 on /mnt/lfs type ext2 (rw)
and
Code:
Name Flags Part Type FS Type [Label] Size (MB)
------------------------------------------------------------------------------
hda1 Primary Linux ext3 10001.95
hda2 Boot Primary Linux ext2 271.44
hda3 Primary W95 FAT32 (LBA) 28311.42
hda4 Primary Linux ext2 1431.20 and Code:
lfs@tux /mnt/lfs/sources/gcc-3.4.3 $ du -h gcc/Makefile.in
164K gcc/Makefile.in
I really dont get why it says there's not enough disk space....
help?