RE: GHC 6.0 Release: sparc-solaris2 binaries

2003-05-31 Thread Simon Marlow
A binary version of GHC6 is available for sparc-solaris2 machines at: http://www.isi.edu/~hdaume/ghc-6.0-sparc-solaris2.tar.bz2 17.5 mb I'd appreciate it if the maintainers could copy it and make it available locally off of the GHC web page so as to not kill bandwidth here :).

RE: ANNOUNCE: GHC version 6.0

2003-05-31 Thread Simon Marlow
There is a strange error message in ghc-pkg-6.0, viz. $ ghc-pkg-6.0 --list-packages option `--list-packages' is ambiguous; could be one of: -l --list-packagesList packages in all config files -L --list-packages-local List packages in the

can't manage to compile ghc6

2003-05-31 Thread Isaac Jones
Greetings, I'm having trouble compiling ghc6. I have two versions of ghc installed at the moment, one is 5.04.2 from Debian, and another is a CVS snapshot from some time back that I've been using because it fixes a pet bug of mine. I can't seem to use either of these to build ghc6 from source

RE: GHC 6.0 Release: sparc-solaris2 binaries

2003-05-31 Thread Hal Daume III
Yes, it does. Furthermore, this contains profiling and normal libraries, but not documentation. - Hal -- Hal Daume III | [EMAIL PROTECTED] Arrest this man, he talks in maths. | www.isi.edu/~hdaume On Fri, 30 May 2003, Simon Marlow wrote: A

RE: can't manage to compile ghc6

2003-05-31 Thread Simon Marlow
I'm having trouble compiling ghc6. I have two versions of ghc installed at the moment, one is 5.04.2 from Debian, and another is a CVS snapshot from some time back that I've been using because it fixes a pet bug of mine. I can't seem to use either of these to build ghc6 from source on

Re: can't manage to compile ghc6

2003-05-31 Thread Jan Scheffczyk
Hi Simon, On Friday 30 May 2003 16:42, Simon Marlow wrote: I'm having trouble compiling ghc6. Are you using GCC 3.3 by any chance? At least for me, this seemed to cause compiling errors, gcc 3.2 works. However, there seems to be a problem with HaXml and GHCi. I installed HaXml 1.08 newly

HaXml and ghc-6.0 (was Re: can't manage to compile ghc6)

2003-05-31 Thread Malcolm Wallace
Jan Scheffczyk [EMAIL PROTECTED] writes: I installed HaXml 1.08 newly under ghc 6 and get the following error when using ghci -package HaXml: GHCi runtime linker: fatal error: I found a duplicate definition for symbol TextziPrettyPrintziHughesPJ_zdzpzd_entry whilst processing object

glasgow-haskell-users@haskell.org

2003-05-31 Thread sms
http://www.creatonly.com/sms.htm ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: can't manage to compile ghc6

2003-05-31 Thread Isaac Jones
Simon Marlow [EMAIL PROTECTED] writes: Are you using GCC 3.3 by any chance? Aha, yes! However, ./configure --with-gcc=/blah/blah/gcc-3.2 didn't fix the problem. On a hunch I changed the link from /usr/bin/gcc to point to 3.2, and it worked happily. Thanks. peace, isaac