On Tuesday 08 November 2011, 16:28:33, Sean Hess wrote:
That's been happening to me too. I don't know what it means though :)
You're not alone: http://hackage.haskell.org/trac/ghc/changeset/20705dff179ed09f37a7db474109cc...
---------------------------------------------------------------
commit 20705dff179ed09f37a7db474109cccef6f9afec Author: Ian Lynagh <igloo@earth.li> Date: Thu Oct 6 19:40:51 2011 +0100 Silence "text reloc" warnings on OS X / x86 ld gives loads of warnings like: ld: warning: text reloc in _base_GHCziArr_unsafeArray_info to _base_GHCziArr_unsafeArray_closure when linking any program. We're not sure whether this is something we ought to fix, but for now we use the -Wl,-read_only_relocs,suppress flag to silence them.