[Bug libfortran/33583] FAIL: gfortran.dg/gamma_1.f90
kargl at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Nov 27 19:43:00 GMT 2007
------- Comment #19 from kargl at gcc dot gnu dot org 2007-11-27 19:42 -------
Michael,
I found a part of the problem. First, I grabbed the tarballs
you specified and built gcc/gfortran in a directory as you
stated. The reason I did not see a problem previously is
because I always add -static to my options. A quick check
shows
troutmask:sgk[239] nm libgfortran.a | grep tgamma
U tgamma
0000000000000000 T tgammaf
troutmask:sgk[240] nm --dynamic libgfortran.so.3 | grep tgamma
U tgamma
Thus, the tgammaf symbol is missing in the shared library. I have no
idea at the moment why it does not appear in the shared lib. Of course,
libtools is a complete mystery to me.
--
kargl at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33583
More information about the Gcc-bugs
mailing list