This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/33583] FAIL: gfortran.dg/gamma_1.f90



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]