> Since then, I've been able compile a debugging perl with the PUTENV
> workaround (-DPERL_USE_SAFE_PUTENV isn't propagated from the Configure
> command line and needs to be set interactively, it seems) and a
> debugging wxWidgets and Wx.pm using the current SVN trunk.

I'm working on something completely different (perl bindings for Qt4)
but was having the same problem with "free from wrong pool".  I tried
explicitly adding the use safe putenv to perl's ccflags by configuring
with "-DPERL_USE_SAFE_PUTENV -A
append:ccflags="-DPERL_USE_SAFE_PUTENV"", and doing so resolved my
problem.  Maybe it'll work for you too?

Reply via email to