ld: warning: directory not found for option '-L/private/tmp/ghc20150401-90656-rxy9sj/ghc-7.10.1/gmp-static'

Hi, I see the following error. Does anybody know what is wrong? Thanks. $ cat hello.hs main = putStrLn "Hello, World!" $ ghc -o hello hello.hs [1 of 1] Compiling Main ( hello.hs, hello.o ) Linking hello ... ld: warning: directory not found for option '-L/private/tmp/ghc20150401-90656-rxy9sj/ghc-7.10.1/gmp-static' -- Regards, Peng

Seems like other people are also have the same issue.
https://github.com/Homebrew/homebrew/issues/38315
On Sat, May 16, 2015 at 7:38 AM, Peng Yu
Hi, I see the following error. Does anybody know what is wrong? Thanks.
$ cat hello.hs main = putStrLn "Hello, World!" $ ghc -o hello hello.hs [1 of 1] Compiling Main ( hello.hs, hello.o ) Linking hello ... ld: warning: directory not found for option '-L/private/tmp/ghc20150401-90656-rxy9sj/ghc-7.10.1/gmp-static'
-- Regards, Peng _______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners

What is the solution?
On Fri, May 15, 2015 at 11:21 PM, akash g
Seems like other people are also have the same issue.
https://github.com/Homebrew/homebrew/issues/38315
On Sat, May 16, 2015 at 7:38 AM, Peng Yu
wrote: Hi, I see the following error. Does anybody know what is wrong? Thanks.
$ cat hello.hs main = putStrLn "Hello, World!" $ ghc -o hello hello.hs [1 of 1] Compiling Main ( hello.hs, hello.o ) Linking hello ... ld: warning: directory not found for option '-L/private/tmp/ghc20150401-90656-rxy9sj/ghc-7.10.1/gmp-static'
-- Regards, Peng _______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
-- Regards, Peng
participants (2)
-
akash g
-
Peng Yu