[Haskell-cafe] Re: Poor first impression

2007-05-01 Thread Simon Marlow

brad clawsie wrote:

On Mon, Apr 30, 2007 at 09:53:06PM +0100, Andrew Coppin wrote:

 brad clawsie wrote:

installing a modern linux on this box is a thirty minute exercise.

 Ah - a volunteer! :-)


absolutely! for the low cost of one round-trip business-class seat from
san jose to wherever this box is, and i will happily insert a recent 
ubuntu cd and click the install icon.


Well, no way is it a 30 minute job to upgrade the OS on a production multi-user 
Linux system.  Surely I don't need to go into details here.


A better solution would be to use someone else's box via BuildBot.  I think 
someone offered to donate a couple of FC boxes for the builds recently.


Cheers,
Simon
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Re: Poor first impression

2007-04-30 Thread Simon Marlow

[EMAIL PROTECTED] wrote:

5) The gigantic README with it's obscure note is here
http://www.haskell.org/ghc/download_ghc_661.html a few lines away from
the download link.  You can probably read it in the time it takes you
to find and click the download link.  Much quicker than waiting for a
configure script to detect the problem.


Also, just in case one doesn't know where to look, doing a web search
for 'ghc libreadline.so.4' gives enough hits to solve the
problem. The OP insisisted on compiling from the source (which is OK),


Just wanted to clear up a misconception I've seen several times in this thread: 
the OP was *not* building from source, he was installing from a binary 
distribution tarball.  The confusion no doubt arises because our binary tarball 
has a configure script and a Makefile.  The real build system *does* check for 
readline, as it should.


The tarball is built on an old RedHat 9 system with readline 4 on it.  The main 
reasons we supply the binary tarball (as opposed to distro packages) are so that 
you can install GHC in your home directory, or install multiple versions of GHC, 
or try out new releases without installing them system-wide.  I'm going to 
upgrade the machine that builds these distributions at some point, but it's in 
the data center and I find it a bit cold and windy in there :-)


Typically the best way to get GHC on Linux is directly from your distro.  The 
download page for 6.6.1 is currently not particularly helpful, we will be 
improving it in due course.


Cheers,
Simon

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe