------- Comment #5 from kargl at gcc dot gnu dot org 2007-11-28 04:07 ------- (In reply to comment #4) > Created an attachment (id=14651) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14651&action=view) [edit] > sorry, this is the config.log(x86_64-unknown-linux-gnu/libgfortran/config.log) >
You have either a broken installation of gmp or mpfr, or you have more than one version gmp or mpfr installed and your linking against the wrong with the right header files. From your config.log, configure:11304: /home/xmj/temp/mini-gcc/obj/./gcc/gfortran -B/home/xmj/temp/mini-gcc/obj/./gcc/ -B/home/xmj/temp/mini-gcc/install/x86_64-unknown-linux-gnu/bin/ -B/home/xmj/temp/mini-gcc/install/x86_64-unknown-linux-gnu/lib/ -isystem /home/xmj/temp/mini-gcc/install/x86_64-unknown-linux-gnu/include -isystem /home/xmj/temp/mini-gcc/install/x86_64-unknown-linux-gnu/sys-include -c -o out/conftest2.o conftest.f >&5 /home/xmj/temp/mini-gcc/obj/./gcc/f951: symbol lookup error: /home/xmj/temp/mini-gcc/obj/./gcc/f951: undefined symbol: __gmp_get_memory_functions configure:11308: $? = 1 This indicates that you need to fix your library iinstallation. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34242