http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47493
--- Comment #2 from dave at hiauly1 dot hia.nrc.ca 2011-01-27 17:27:40 UTC --- > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47493 > > Tobias Burnus <burnus at gcc dot gnu.org> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |burnus at gcc dot gnu.org > > --- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-01-27 > 17:04:51 UTC --- > > (.rodata+0x68): undefined reference to `_gfortran_specific__sqrt_r8' > > Can you run: > nm libgfortran.a |grep _gfortran_specific__sqrt_ > on my system that gives: dave@mx3210:~/gnu/gcc/objdir/hppa-linux-gnu/libgfortran/.libs$ nm libgfortran.a |grep _gfortran_specific__sqrt_ 00000000 T _gfortran_specific__sqrt_r4 00000000 T _gfortran_specific__sqrt_c4 00000000 T _gfortran_specific__sqrt_c8 I don't fully trust the kernel on this system. I see in config.h: /* libm includes sqrt */ /* #undef HAVE_SQRT */ I think the configure test probably failed due to a cache management problem, although I didn't see anything the the system log. Dave