Re: building on Debian 3.0
Malcolm Wallace <[email protected]> Wed, 5 Feb 2003 11:19:17 +0000
| Newsgroups | gmane.comp.lang.haskell.nhc.bugs |
|---|---|
| Organization | Dept of Computer Science, University of York |
| Message-ID | <[email protected]> |
Richard Uhtenwoldt <[email protected]> writes: > The web site lists these two places to get Debian packages (.debs): > ix86-Linux for Debian: http://people.debian.org/~bfulgham/nhc98 > http://www-i2.informatik.rwth-aachen.de/Software/Haskell/debian/ > --but neither link leads anywhere fruitful. I have updated the "downloads" page with the new location of the .deb packages. Thanks to Brent for the updated information. > sh: /usr/bin/ghc-pkg-5.02.2: No such file or directory > > On my system, > /usr/bin/ghc-pkg > is a symlink to ... It looks as though the debian installation of ghc is non-standard. All of ghc-5.02.2, ghci-5.02.2, and ghc-pkg-5.02.2, should exist in addition to ghc, ghci, and ghc-pkg. The idea is that you can have several versions of ghc installed simultaneously, and refer to the version number explicitly to select any non-default one. Regards, Malcolm