Mac OS X Jaguar

Alastair Reid alastair@reid-consulting-uk.ltd.uk
28 Aug 2002 17:14:40 +0100


Jürgen Schweizer <juergen.schweizer@uni-tuebingen.de> writes:

> Dear Folks, I just began to love hugs (and Haskell of course), but
> now I am no longer able to use it after upgrading Mac OS X to
> Version 10.2 (reinstalling hugs was no help).

Just to be clear about what is going on here, was that reinstall from
a binary package or from the source package on the Hugs website?  

If you have 'make', 'cc' and 'tar' on your system, it should be easy
to install the source package.  It usually goes like this:

  <fetch the file>
  tar zxvf hugs98*.tar.gz
  cd hugs98/src/unix
  ./configure --prefix=$HOME --with-readline
                             ^^^^^^^^^^^^^^^ enable line-editing
                       ^^^^^ choose what you like here
  cd ..
  make install

There's more instructions in hugs98/Install (once you unpack the files).

-- 
Alastair Reid                 alastair@reid-consulting-uk.ltd.uk  
Reid Consulting (UK) Limited  http://www.reid-consulting-uk.ltd.uk/alastair/