I don't think you can link GHCi with binaries compiled in profiling mode. You'll have to build an executable.
On 28 August 2011 16:38, Chris Smith <[email protected]> wrote: > Okay, I should have waited until morning to post this... so actually, > things still work fine when I build without profiling. However, when I > build with profiling, I get the segfault. I'm guessing either I need to > set different dynamic flags with the profiling build to match the > options of the compiler that built the executable... or perhaps it's > still impossible to do what I'm looking for with profiling enabled. > Does anyone know which is the case? > > -- > Chris > > > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe > -- Push the envelope. Watch it bend. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
