#4973: building ghc7.0.1.20110217 under x86 solaris fails
-------------------------+--------------------------------------------------
    Reporter:  maeder    |        Owner:  igloo              
        Type:  bug       |       Status:  new                
    Priority:  highest   |    Milestone:  7.0.2              
   Component:  Compiler  |      Version:  7.0.1              
    Keywords:            |     Testcase:                     
   Blockedby:            |   Difficulty:                     
          Os:  Solaris   |     Blocking:                     
Architecture:  x86       |      Failure:  Building GHC failed
-------------------------+--------------------------------------------------
Changes (by igloo):

  * owner:  => igloo


Comment:

 Actually, according to my manpage, gnu ld supports both:
 {{{
 `-h NAME'
 `-soname=NAME'
 }}}
 and we don't use this code path on OS X or Windows, so I'll just change it
 to always use `-h`.

 I'm surprised `-soname` works for you when `--soname` is what's in the
 help output, though. Perhaps they also accept that for GNU compatibility.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4973#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