Re: ghc-6.0.1 --make -O (linking errors)

2003-07-31 Thread Jan Scheffczyk
Hi Ian, > If you are not already using them then you could try the debs from the > Haskell Experimental repository. Both stable and unstable debs are > available (unfortunately they are awaiting manual intervention before > going into the Debian archive as there are a couple of new package > names

Re: ghc-6.0.1 --make -O (linking errors)

2003-07-31 Thread Ian Lynagh
On Thu, Jul 31, 2003 at 08:55:01AM +0200, Jan Scheffczyk wrote: > Hi all, > > I recently switched to ghc 6.0.1 running on a debian linux box. > > When compiling a program using > ghc --make -O > or > ghc --make -O2 > I get lots of errors while linking. > The linker concerns about undefined re

RE: ghc-6.0.1 --make -O (linking errors)

2003-07-31 Thread Simon Marlow
> I recently switched to ghc 6.0.1 running on a debian linux box. > > When compiling a program using > ghc --make -O > or > ghc --make -O2 > I get lots of errors while linking. > The linker concerns about undefined references to > Data.FiniteMap, which I > frequently use. > For example, th

ghc-6.0.1 --make -O (linking errors)

2003-07-31 Thread Jan Scheffczyk
Hi all, I recently switched to ghc 6.0.1 running on a debian linux box. When compiling a program using ghc --make -O or ghc --make -O2 I get lots of errors while linking. The linker concerns about undefined references to Data.FiniteMap, which I frequently use. For example, the linker says: