#4984: OS X: ld: warning: -read_only_relocs cannot be used with x86_64
---------------------------------+------------------------------------------
Reporter: igloo | Owner:
Type: bug | Status: new
Priority: high | Milestone: 7.0.3
Component: Compiler | Version: 7.0.1
Keywords: | Testcase:
Blockedby: | Difficulty:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
---------------------------------+------------------------------------------
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.
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4984>
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