#5128: Linker text reloc warning under Mac OS 10.7
---------------------------------+------------------------------------------
    Reporter:  jah               |        Owner:                                
   
        Type:  bug               |       Status:  new                           
   
    Priority:  normal            |    Milestone:  7.4.1                         
   
   Component:  Compiler          |      Version:  7.0.3                         
   
    Keywords:                    |     Testcase:                                
   
   Blockedby:                    |   Difficulty:                                
   
          Os:  MacOS X           |     Blocking:                                
   
Architecture:  Unknown/Multiple  |      Failure:  Incorrect warning at 
compile-time
---------------------------------+------------------------------------------
Changes (by dstcruz):

 * cc: dstcruz@… (added)


Comment:

 I can report that this seems to work:

   * OS: Mac OS 10.7.1
   * XCode 4.1
   * GHC 7.2.1 (ghc-7.2.1-x86_64-apple-darwin.tar.bz2)

 Test:

 {{{
 > echo "main = return ()" > Main.hs
 > ghc --make Main
 1 of 1] Compiling Main             ( Main.hs, Main.o )
 Linking Main ...
 }}}

 I was seeing the ld issues with an install of i386, but the x86_64 seems
 to work without an issue.

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