| Building version 5.00.2 from source with ghc version 5.00.1 with
[...]
| -flet-no-escape Loading package std ... ghc-5.00.2: can't
| find .o or .so/.DLL for: m
| (lib.so: cannot open shared object file: Datei oder Verzeichnis nicht
| gefunden)
[...]
| The versions 5.00 and 5.00.1 worked, so I guess it is a bug
| in ghc (not in my linux configuration).
Neither. This is a bootstrapping problem.
To get a correctly-working ghc-5.00.2 interactive system, you
*must* build 5.00.2 with 5.00.2. So you need to use the compiler
you just built to compile itself again. That should work.
What you have at the moment is the main compiler sources for
5.00.2 linked with the RTS from 5.00.1. That means that ghci
in your 5.00.2 is relying on linker support routines in 5.00.1,
and the type of one of the linker routines changed between .1 and
.2 patchlevels. This causes your spurious linking error.
J
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs