On 10 June 2004 14:49, Arjan van IJzendoorn wrote:
> Hello GHC people,
>
> I'm having a lot of fun with GHC and wxHaskell, but at one point
> something unwanted happened. I created a version of wxHaskell from
> source with extra GHC options "-prof -auto-all"; I wanted to have a
> profiling version of wxHaskell so I can get a stack trace when my
> program crashes. The creation and installation of that version of
> wxHaskell went fine. When I tried to load my project NetEdit into
> ghci, I got the message at the end of this e-mail. Using ghc
> (instead of GHCi) gives another message:
>
> src/Common.hs:3:
> Failed to load interface for `Graphics.UI.WX':
> Could not find interface file for `Graphics.UI.WX'
> (use -v to see a list of the files searched for)
Sounds like wxHaskell created the profiling versions of the libraries,
but it called them by the ordinary names. A profiled version of a
package should have .hi files named Foo.p_hi, and libraries named
libFoo_p.a.
Cheers,
Simon
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs