problem with unix package

Stefan O'Rear stefanor at cox.net
Thu Apr 19 10:15:16 EDT 2007


On Thu, Apr 19, 2007 at 03:10:10PM +0100, Frederik Eaton wrote:
> Thanks. How do I get the HEAD?

darcs get --partial http://darcs.haskell.org/ghc
cd ghc
chmod +x darcs-all
./darcs-all --extra get
cd ..
mkdir ghcbuild
cd ghcbuild
lndir ../ghc
autoreconf
./configure
make
su -c 'make install'

This particular issue will almost certainly be fixed in 6.6.1 (which
isn't released yet).

In the meantime, if you don't want to use the darcs version of the
compiler, note that unix works fine in programs compiled with -fvia-C.

Stefan


More information about the Libraries mailing list