id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
4984,OS X: ld: warning: -read_only_relocs cannot be used with x86_64,igloo,,"
From http://www.haskell.org/pipermail/glasgow-haskell-users/2011-February/020086.html

{{{
I'm getting a warning from the linker when building programs using the 64-bit   
version of the release candidate on Mac OS X 10.6.                              
                                                                                
$ cat Hello.hs                                                                  
module Main where                                                               
main = putStrLn ""Hello, World""                                                  
                                                                                
$ ~/ghc-7/bin/ghc -fforce-recomp Hello.hs                                       
[1 of 1] Compiling Main             ( Hello.hs, Hello.o )                       
Linking Hello ...                                                               
ld: warning: -read_only_relocs cannot be used with x86_64                       
                                                                                
It doesn't seem to cause a problem when actually running the programs, from what
I have seen so far.                                                             
}}}
",bug,closed,high,7.2.1,Compiler,7.0.2,fixed,,william.knop.nospam@… gale@… johan.tibell@…,MacOS X,x86_64 (amd64),None/Unknown,,,,,
