Re: Hat hasn't installed properly
Thomas Davie <[email protected]> Fri, 3 Nov 2006 21:05:36 +0000
| Newsgroups | gmane.comp.lang.haskell.hat |
|---|---|
| Message-ID | <[email protected]> |
On 3 Nov 2006, at 17:35, Malcolm Wallace wrote: > Thomas Davie <[email protected]> wrote: > >> Further update to this - the latest patch did not succed with fixing >> at least my complaint. Where exactly should the various hi files get >> copied to? Where in the install script is the code that should do >> this? > > script/confhat does all copying of files, and calls ghc-pkg to > register > the library package. That file never appears to try to copy anything to /usr/local/lib/ ghc-6.6/imports/Hat (which is where I would expect hi files to end up) or /usr/local/lib/ghc-6.6/ (which is where I'd expect libHShat.a to end up, and why ghc-pkg register fails)... Should it do this? Have I got an odd copy? Bob