I'm trying to use GHC with the gold linker. This is what I get:

ghc Main -pgml ld.gold
Linking Main ...
ld.gold: error: cannot find -lrt
ld.gold: error: cannot find -lutil
ld.gold: error: cannot find -ldl
ld.gold: error: cannot find -lgmp
ld.gold: error: cannot find -lm
ld.gold: error: cannot find -lrt
ld.gold: error: cannot find -ldl

... then tons of undefined reference errors. Do I need to configure
something else?



--
View this message in context: 
http://haskell.1045720.n5.nabble.com/GHC-7-6-3-with-gold-linker-tp5733763.html
Sent from the Haskell - Glasgow-haskell-users mailing list archive at 
Nabble.com.

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

Reply via email to