Chris Staub <[EMAIL PROTECTED]> írta:
> Why did you install gmp? It wasn't needed. Also, you shouldn't even be > trying to build java. Please double-check what you typed and paste your > configure command for gcc here. You are right Chris. I missed one letter from configure command:) I corrected it. Anyway I put it here since I still face some problem. So, config command: /mnt/lfs/sources/gcc-build$ ../gcc-3.4.3/configure --prefix=/tools --libexecdir=/tools/lib/ --with-local-prefix=/tools --disable-nls --enable-shared --enable-languages=c Then I attempted "make bootstrap". And it has failed with following error: ------- 8< ------------- /bin/sh ../../gcc-3.4.3/gcc/move-if-change tmp-attrtab.c insn-attrtab.c echo timestamp > s-attrtab stage1/xgcc -Bstage1/ -B/tools/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.3/gcc -I../../gcc-3.4.3/gcc/. -I../../gcc-3.4.3/gcc/../include -c insn-attrtab.c \ -o insn-attrtab.o xgcc: Internal error: Killed (program cc1) Please submit a full bug report. See <URL:http://gcc.gnu.org/bugs.html> for instructions. make[2]: *** [insn-attrtab.o] Error 1 make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc' make[1]: *** [stage2_build] Error 2 make[1]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc' make: *** [bootstrap] Error 2 ------- 8< ------------- With google search I find a similar error message here: http://pastebin.linuxfromscratch.org/?show=1160 but I can't find solution yet. Have you seen this error and know what can I do with it? Gabor ___________________________________________________________________________ Játssz és nyerj könnyedén fényképezőgépet, babzsákfotelt vagy egyhetes, kétszemélyes egzotikus álomutazást! http://www.budavartours.hu/jatek/?from=frm_kimeno -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
