hmake-PRAGMA not found

[email protected] Sun, 17 Dec 2006 07:04:47 -0600 (CST)
Newsgroups gmane.comp.lang.haskell.nhc.user
Message-ID <[email protected]>
Just downloaded and installed nhc98 this week.
Trying to compile an object file in a Slackware-based distro on a P2.

dan[haskl]$ make t3lib.o
nhc98 -c t3lib.hs
/usr/local/bin/nhc98: line 131:
/usr/local/lib/nhc98/pentium2-Linux/hmake-PRAGMA: No such file or
directory
/usr/local/bin/nhc98: line 131:
/usr/local/lib/nhc98/pentium2-Linux/hmake-PRAGMA: No such file or
directory
/usr/local/bin/nhc98: line 131:
/usr/local/lib/nhc98/pentium2-Linux/hmake-PRAGMA: No such file or
directory
/usr/local/bin/nhc98: line 547:
/usr/local/lib/nhc98/pentium2-Linux/nhc98comp: No such file or directory
make: *** [t3lib.o] Error 1

--Dan