[Haskell-cafe] Re: Problem linking with GHC 6.8.1

2007-11-07 Thread Simon Marlow
Alberto Ruiz wrote: If you don't use the foreign function interface I think that you only need the -L option: ghc --make -L/usr/local/lib/ghc-6.8.1/gmp -O2 -o edimail Main.hs Something similar worked for me, but this new behavior is not very reasonable. Could it be a bug? It looks like a

Re: [Haskell-cafe] Re: Problem linking with GHC 6.8.1

2007-11-07 Thread david48
On Nov 7, 2007 10:44 AM, Simon Marlow [EMAIL PROTECTED] wrote: /usr/local/lib/ghc-6.8.1 (or wherever you installed it). Alternatively you can install a suitable gmp package using your OS's package manager (you didn't say which flavour of Linux you're on). This is what I did, following an