> I'm trying to build Embperl with a threaded perl5.6.0. I get the following
> error while running make:
>..
> which suggests adding dTHR; to the beginning of any function that results
in
> this error. I try adding dTHR; to EvalDirect in epeval.c but still ended
up
> with the same error.
>
dTHR was the solution for perl 5.005, but all these function already contain
a dSP, which implies dTHR.
For Perl 5.6 try dTHX instead (see also man perlguts at the very end). If
this work, let me know where you had to add it, so I can put it in the next
release, if this doesn't work I need to know first how your Perl is build
(which flags to configure, output of Perl -V)
Gerald
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925151
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]