Re: search path wierdness

2005-01-07 Thread Duncan Coutts
On Fri, 2005-01-07 at 19:52 +, Duncan Coutts wrote: > However when building some files, eg > gtk/Graphics/UI/Gtk/Abstract/Object.hs > ghc does not look in the right places for .hi files. I think I figured out what was happening, so let me retract my bug report and instead ask for some friendly

search path wierdness

2005-01-07 Thread Duncan Coutts
Hi, For the gtk2hs project we have the following directory layout: glib/System/Glib/* gtk/Graphics/UI/Gtk/Abstract/* gtk/Graphics/UI/Gtk/General/* gtk/Graphics/UI/Gtk/ etc... Our build uses single invocations of ghc, ie not using --make We build from the root and use -igtk:glib so that all modu