[GHC] #14444: Linker limit on OS X Sierra breaks builds for big projects

GHC ghc-devs at haskell.org
Thu May 10 11:59:30 UTC 2018


#14444: Linker limit on OS X Sierra breaks builds for big projects
-------------------------------------+-------------------------------------
        Reporter:  dredozubov        |                Owner:  angerman
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  8.2.1
  (Linking)                          |
      Resolution:                    |             Keywords:
Operating System:  MacOS X           |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by gelisam):

 > I tried it with a few work projects and it still fails for some of them,
 which is very frustrating.

 Note that the script alters the way in which dylibs are ''created'', not
 the way in which they are linked. As a consequence, you may have to delete
 your existing dylib files, otherwise your build tool may choose to keep
 your old broken dylib files instead of re-creating them using our wrapper
 script.

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


More information about the ghc-tickets mailing list