Recompile with -fPIC (was "building a patched ghc")

scooter.phd at gmail.com scooter.phd at gmail.com
Sun Feb 20 05:30:13 CET 2011


You've got an object file compiled with 32-bit code, hence the relocation error. fPIC won't help you much (the linker error isn't helpful.) It's a matter of sifting through the make output to find the file or files that aren't compiled in 64-bit mode.
Sent from my Verizon Wireless BlackBerry

-----Original Message-----
From: José Pedro Magalhães <jpm at cs.uu.nl>
Sender: glasgow-haskell-users-bounces at haskell.org
Date: Fri, 18 Feb 2011 11:34:03 
To: GHC users<glasgow-haskell-users at haskell.org>
Cc: braver<deliverable at gmail.com>
Subject: Recompile with -fPIC (was "building a patched ghc")

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users



More information about the Glasgow-haskell-users mailing list