2 questions regarding ghci and --make

I have just built ghc-5.00.2 and I have 2 questions: 1.- What is the option that I have to change to build the system for interactive use? At this moment, when I run "ghci", I obtain $ ghci ghc-5.00.2: not built for interactive use 2.- If I want to have modules in separate directories. How can I tell "--make" to look for them? For example, imagine that I have the following configuration: DirectoryA contains file A.hs DirectoryB contains file B.hs And I have "Main.hs" which imports "A" and "B". Is there a nice way to compile it? Regards, Jose Labra

In local.glasgow-haskell-users, you wrote:
1.- What is the option that I have to change to build the system for interactive use? At this moment, when I run "ghci", I obtain
You have to rebuild ghc-5 with the compiler you just built. Then you will get a running ghci.
2.- If I want to have modules in separate directories. How can I tell "--make" to look for them?
Use the same options as you´d use for plain ghc: -i Saludos, Volker -- Volker Stolz * vs@foldr.org * PGP + S/MIME
participants (2)
-
Jose Emilio Labra Gayo
-
Volker Stolz