source RPM ghc-6.0

Jens Petersen petersen@redhat.com
19 Jun 2003 17:55:07 +0900


2003年06月18日(水)の21時25分に Simon Marlow 曰く:
> > Is this a correct way to detect versions needed for the GHC 
> > installation? 
> > 
> >   more /etc/redhat-release
> >   -->
> >   Red Hat Linux release 7.3 (Valhalla)
> > 
> >   ls /lib/libc*  
> >   -->
> >   /lib/libc-2.2.5.so 
> >  ... 
> 
> The binary distribution (not the RPM) is basically just a tarball.  It
> does no checking that you have the right versions of things, so it is a
> "use at your own risk".  The download instructions do say that it is
> suitable for RedHat 7.2, though, so you might be ok with 7.3.

Yes, the binary tarball built on RHL 7.2 should work fine with 7.3 too. 
(It doesn't work with Red Hat Linux 9 however...)

> If you want to build from source, you can use the "nosrc" RPM.  This is
> just like the source RPM, except that the source isn't included.  To
> build it, you need to download the source too (your sysadmin should know
> how to do this).

Yep.  Btw I just uploaded ghc-6.0-7 to

  http://haskell.org/~petersen/rpms/ghc/

There are an updated nosrc rpm and binary packages for Red Hat 8.0 and 9
(ie glibc-2.3).  So if you wish to rebuild, it might be a good starting
point.

Jens