[project @ 2002-05-01 15:46:14 by simonmar]
authorsimonmar <unknown>
Wed, 1 May 2002 15:46:15 +0000 (15:46 +0000)
committersimonmar <unknown>
Wed, 1 May 2002 15:46:15 +0000 (15:46 +0000)
commit786db5767c7db0af9c4770d5a73c94606d4bdced
treed73ff7105e8ec2f039345e32e0312828b7b6c699
parente7693760c38d6524bb98f386e0da67f2f707c81e
[project @ 2002-05-01 15:46:14 by simonmar]
Cleanup and overhaul the bogus dynamic library loading code in
InteractiveUI.  Bugs fixed:

  - when linking in extra_libraries from a package,
    we now search library_paths in addition to the default
    dlopen() paths.

  - the path-searching machinery for dynamic libraries specified
    on the command line was broken, it didn't work unless the library
    was found on the first path in the list.
ghc/compiler/ghci/InteractiveUI.hs
ghc/includes/Linker.h
ghc/rts/Linker.c