Re: Installation Problem
Malcolm Wallace <[email protected]> Fri, 29 Jul 2005 11:21:59 +0100
| Newsgroups | gmane.comp.lang.haskell.nhc.bugs |
|---|---|
| Organization | Dept of Computer Science, University of York |
| Message-ID | <[email protected]> |
Dieter B=FCttner <[email protected]> writes: > I downloaded an executable tar and zipped version of nhc98. I unzipped an= d=20 > tared, changed into the new nhc98 directory. and started ./configure and > then make install. After that I tried to translate a little haskell prog= ram > with nhc98 test.hs but got error messages: You omitted to build the compiler. Between './configure' and 'make install= ', you need to 'make'. Regards, Malcolm