|
RE: Panic: msg#00023lang.haskell.glasgow.bugs
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
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Strange problems with binary file output: result of incorrect size, Simon Marlow |
|---|---|
| Next by Date: | RE: unsafeperformio, Simon Marlow |
| Previous by Thread: | 6.2.1 vs 6.0.1, Arjan van IJzendoorn |
| Next by Thread: | Strange problems with binary file output: result of incorrect size, Mike Aizatsky |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |