Installation Problem

Hello, I downloaded an executable tar abd zipped version of nhc98. I unzipped and tared, changed into the new nhc98 directory. and started ./configure and then make install. After that I tried to translate a little haskell program with nhc98 test.hs but got error messages: "/usr/local/bin/nhc98: line 131: /usr/local/lib/nhc98/x86_64-Linux/hmake-PRAGMA: File or Directory not found" or "/usr/local/bin/nhc98: line 131: /usr/local/lib/nhc98/x86_64-Linux/nhc98comp: File or Directory not found" Indeed, those files didn't exist in the given directories. Any idea, what went wrong? Thank you for an answer Dieter

Dieter Büttner
I downloaded an executable tar and zipped version of nhc98. I unzipped and tared, changed into the new nhc98 directory. and started ./configure and then make install. After that I tried to translate a little haskell program 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
participants (2)
-
Dieter Büttner
-
Malcolm Wallace