سلام. من میخوام gcc رو کامپایل کنم. برای کانفیگ از این دستور استفاده کردم:../gcc-4.5.2/configure --target=$LFS_TGT --prefix=/tools --disable-nls --disable-shared --disable-multilib --disable-decimal-float --disable-threads --disable-libmudflap --disable-libssp --disable-libgomp --enable-languages=c --with-gmp-include=$(pwd)/gmp --with-gmp-lib=$(pwd)/gmp/.libs --without-ppl --without-cloog
و وقتی که make می کنم بعد از چند دقیقه که روال عادی کامپایل طی میشه این خطا رو میده و متوقف میشه:configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tests/Makefile
config.status: creating mparam.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[2]: Entering directory `/mnt/lfs/sources/gcc-build/mpfr'
cd ../../gcc-4.5.2/mpfr && /bin/sh /mnt/lfs/sources/gcc-4.5.2/mpfr/missing --run automake-1.11 --gnu
autom4te: cannot create autom4te.cache: No such file or directory
automake-1.11: autoconf failed with exit status: 1
make[2]: *** [../../gcc-4.5.2/mpfr/Makefile.in] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/mpfr'
make[1]: *** [all-mpfr] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
make: *** [all] Error 2
میخواستم ببیتم کسی از دوستان نظری در این مورد داره یا نه.
ممنون