On Fri, 7 Oct 2005, kraisorn Taoyad wrote: > Hi everybody, > > I have some problem about make bootstrap of gcc. > I use lfs livecd and memory 512 , cpu duron 1200, fils system 17 GB, swap 1 > GB > > ** > # ./configure --prefix=/tools \ > --libexecdir=/tools/lib --with-local-prefix=/tools \ > --disable-nls --enable-shared --enable-languages=c > # make bootstrap > > after make bootsrtrap show this error > ./libgcc2.c:84:fatal error:error closing /tmp/ccbsReW5.s: No space left on > device.
that "No space left on device" should give it away. run "df" and see which of your filesystems is now full. rday -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
