Dear all,

here are the results from my first attempts to install
ghc-5.00 on my linux machine:

o  Using the binary package:

I was not able to install the documentation:

> make install-docs
./mkdirhier /home/ralf/Lang/share/ghc-5.00
cp -r html/* /home/ralf/Lang/share/ghc-5.00
chmod -R 644 /home/ralf/Lang/share/ghc-5.00
chmod: getting attributes of `/home/ralf/Lang/share/ghc-5.00/set': Keine Berechtigung
make: *** [install-html] Error 1


`ghc' expects `libreadline.so.3' while I have `libreadline.so.4'
installed on my machine.

> ghci
/home/ralf/Lang/lib/ghc-5.00/ghc-5.00: error while loading shared libraries: 
libreadline.so.3: cannot open shared object file: No such file or directory
> locate readline.so
/lib/libreadline.so.4
/lib/libreadline.so.4.1
/usr/lib/libreadline.so

o  Building from source:

------------------------------------------------------------------------
===fptools== Finished making `boot' in cbits ...
PWD = /home/ralf/Lang/ghc-5.00/ghc/lib/std
------------------------------------------------------------------------
../../../ghc/utils/hsc2hs/hsc2hs-inplace Directory.hsc
../../../ghc/utils/hsc2hs/hsc2hs-inplace: 
/test/v-julsew/Nightly-HEAD/i386-unknown-linux/stage1/ghc/utils/hsc2hs/hsc2hs-bin: 
Datei oder Verzeichnis nicht gefunden
make[3]: *** [Directory.hs] Error 127
make[2]: *** [boot] Error 1
make[1]: *** [boot] Error 1
make[1]: Leaving directory `/home/ralf/Lang/ghc-5.00/ghc'
make: *** [all] Error 1

Any suggestions?

Ralf


_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to