#5816: static linking silently fails in ghc
-------------------------------+--------------------------------------------
    Reporter:  carter          |       Owner:  igloo       
        Type:  bug             |      Status:  infoneeded  
    Priority:  normal          |   Milestone:  7.6.1       
   Component:  Compiler        |     Version:  7.2.2       
    Keywords:  linking osx     |          Os:  MacOS X     
Architecture:  x86_64 (amd64)  |     Failure:  None/Unknown
  Difficulty:  Unknown         |    Testcase:              
   Blockedby:                  |    Blocking:              
     Related:                  |  
-------------------------------+--------------------------------------------
Changes (by igloo):

  * status:  new => infoneeded


Comment:

 {{{
 brew install cairo gtk gettext fontconfig
 }}}
 is failing for me.

 If the problem is in in linking, are you able to make a testcase that
 demonstrates the problem using only a trivial C library, that just has a
 function like
 {{{
 int f(int x) {
     return x + 3;
 }
 }}}
 or similar please?

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

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to