[GHC] #8024: Dynamic linking not working on PowerPC Linux.

GHC ghc-devs at haskell.org
Wed Mar 5 22:52:02 UTC 2014


#8024: Dynamic linking not working on PowerPC Linux.
----------------------------------------+---------------------------
        Reporter:  erikd                |            Owner:
            Type:  bug                  |           Status:  new
        Priority:  normal               |        Milestone:
       Component:  Compiler             |          Version:  7.7
      Resolution:                       |         Keywords:
Operating System:  Linux                |     Architecture:  powerpc
 Type of failure:  Building GHC failed  |       Difficulty:  Unknown
       Test Case:                       |       Blocked By:
        Blocking:                       |  Related Tickets:
----------------------------------------+---------------------------

Comment (by erikd):

 In mk/config.mk.in tried changing

 {{{
 PIC = pic
 }}}

 to

 {{{
 PIC = PIC
 }}}

 ran the whole process from `perl boot` onwards and that didn't help.

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


More information about the ghc-tickets mailing list