[GHC] #14278: undefined symbol: gsl_multiroot_fsolver_broyden

GHC ghc-devs at haskell.org
Tue Sep 26 14:41:16 UTC 2017


#14278: undefined symbol: gsl_multiroot_fsolver_broyden
-------------------------------+----------------------------------------
        Reporter:  smyds       |                Owner:  (none)
            Type:  bug         |               Status:  new
        Priority:  normal      |            Milestone:
       Component:  Compiler    |              Version:  8.0.2
      Resolution:              |             Keywords:
Operating System:  Linux       |         Architecture:  Unknown/Multiple
 Type of failure:  GHCi crash  |            Test Case:
      Blocked By:              |             Blocking:
 Related Tickets:              |  Differential Rev(s):
       Wiki Page:              |
-------------------------------+----------------------------------------

Comment (by smyds):

 machine 1 (x86) :
 {{{
 $ objdump -T /usr/lib/i386-linux-gnu/libgsl.so | grep broyden
 00281738 g    DO .data  00000004  Base
 gsl_multiroot_fsolver_broyden
 }}}

 machine 2 (x86_64) (libgsl.so doesn't exists here, only libgsl.so.19) :
 {{{
 $ objdump -T /usr/lib/x86_64-linux-gnu/libgsl.so.19 | grep broyden
 00000000004670e0 g    DO .data  0000000000000008  Base
 gsl_multiroot_fsolver_broyden
 }}}

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14278#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list