Re: Resending: [Haskell-cafe] MissingH: profiler support?

2007-01-12 Thread Nils Anders Danielsson
On Thu, 11 Jan 2007, Chris Eidhof <[EMAIL PROTECTED]> wrote:

> On 8 Jan, 2007, at 23:13 , Chris Eidhof wrote:
>
>> I'm trying to profile my application, which makes use of MissingH.
>> But when compiling with -prof -auto-all, I get the following error:
>>
>>> Language.hs:8:7:
>>> Could not find module `Data.String':
>>>  Perhaps you haven't installed the profiling libraries for
>>> package MissingH-0.18.0?
>>>   Use -v to see a list of the files searched for.

Use Cabal to compile and install the profiling libraries. There is a
flag called --enable-profiling, or something like that. If you use GHC
you will get two libraries, one without profiling, and one with, but
that is a technical detail that Cabal takes care of. Just use the
flag, and things should work.

-- 
/NAD

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Resending: [Haskell-cafe] MissingH: profiler support?

2007-01-11 Thread Chris Eidhof

Hey,

does anyone know about this? Resending as I got no replies (yet) ;)

Thanks,
-chris

On 8 Jan, 2007, at 23:13 , Chris Eidhof wrote:


Hey all,

I'm trying to profile my application, which makes use of MissingH.  
But when compiling with -prof -auto-all, I get the following error:



Language.hs:8:7:
Could not find module `Data.String':
  Perhaps you haven't installed the profiling libraries for  
package MissingH-0.18.0?

  Use -v to see a list of the files searched for.


When compiling without those options, everything works just fine. I  
built missingh from source, and added -prof -auto-all to GHCPARMS,  
and did a ./setup configure,make,install and still no result. Does  
anyone know what could be wrong? I'd really like to keep using  
MissingH and having profiling support at the same time.


Thanks,
-chris

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe