unfortunately not. just rebuilt, and ghci still can't load base:-(
That's a different GHCi problem :-) We know the cause: the base package is currently missing some extra-libraries on Windows. Ian is looking into fixing it. As a workaround, you could copy the extra-libraries from package.conf.in to base.cabal in your tree.

interesting. they are in base/package.conf.inplace, but ghc-pkg-inplace doesn't know about them. i've removed libraries/base/setup/ and hit make at the top (is that sufficient?), which seems to add the extra-libraries to driver/package.conf.inplace. i had tried this by hand before, but it isn't sufficient: ghc-pkg-inplace now knows about the libs, but compiler/stage2/ghc-inplace --interactive can't find them:

   $ compiler/stage2/ghc-inplace --interactive
      ___         ___ _
     / _ \ /\  /\/ __(_)
    / /_\// /_/ / /  | |      GHC Interactive, version 6.7.20070423, for 
Haskell 98.
   / /_\\/ __  / /___| |      http://www.haskell.org/ghc/
   \____/\/ /_/\____/|_|      Type :? for help.
Loading package base ... ghc.exe: can't load .so/.DLL for: HSbase_cbits (addDLL: unknown error)

there are libHSbase_cbits.a and HSbase_cbits.o in libraries/base/cbits, but not in libraries/dist/build/cbits, and there is no such .so/.DLL anywhere.

have i just messed up the remake, or is this a different GHCi problem?-)
unless rebuilding from scratch will help, i'll just have to wait for Ian's real 
fix.

claus

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to