Re: Hat hasn't installed properly
Thomas Davie <[email protected]> Fri, 3 Nov 2006 16:22:29 +0000
| Newsgroups | gmane.comp.lang.haskell.hat |
|---|---|
| Message-ID | <[email protected]> |
It appears that the install script hasn't copied any of the hat-libs (none of the hi files, and not the .a file either). I'm wondering if it has got the wrong directory to copy the files to, but I can't figure out where the configures script actually does that install/copy. Bob On 3 Nov 2006, at 16:01, Thomas Davie wrote: > Something's up with hat-2.05 on my system. It hasn't installed its > package correctly. ./configure, make, sudo make install reported > no errors, but trying to build using 'hmake -hat' produces this error: > > hat-trans goodFib.hs > Creating directories Hat > Wrote Hat/goodFib.hs > ghc -c -package hat -o Hat/goodFib.o Hat/goodFib.hs > ghc-6.6: unknown package: hat > > Running ghc-pkg list reveals that no such package is installed: > LappyBob:~/Documents/Work/Hat test cases/goodFib tatd2$ ghc-pkg list > /usr/local/lib/ghc-6.6/package.conf: > Cabal-1.1.6, GLUT-2.0, HGL-3.1, HUnit-1.1, OpenGL-2.1, > QuickCheck-1.0, X11-1.1, base-2.0, cgi-2006.9.6, fgl-5.2, > (ghc-6.6), haskell-src-1.0, haskell98-1.0, html-1.0, mtl-1.0, > network-2.0, parsec-2.0, readline-1.0, regex-base-0.71, > regex-compat-0.71, regex-posix-0.71, rts-1.0, stm-2.0, > template-haskell-2.0, time-1.0, unix-1.0, xhtml-2006.9.13 > > Any ideas why the package isn't getting installed correctly? > > Bob > _______________________________________________ > Hat mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/hat