Re: [win32] errno with mod_perl-1.27

2002-06-16 Thread Doug MacEachern
On Sun, 16 Jun 2002, Randy Kobes wrote: > With perl-5.8 on Win32 and mod_perl-1.27, I get an error > in compiling src/modules/perl/Constants.c about errno > being undeclared. The attached diff allows things > to build and all tests pass. I also tested it with > perl-5.6.1. thanks randy, applied

Re: win32 binary

2002-06-16 Thread Doug MacEachern
it is likely modperl will require 5.8 to run threaded mpms (anything other than prefork) once 5.8.x is considered stable. will likely continue to allow modperl to be compiled with 5.6.x and croak by default at startup if mpm is threaded. perhaps using an explicit flag to allow it to run: httpd

Re: SOLVED: failed modperl2 build on osx: parse problem with"-undefined suppress"?

2002-06-16 Thread Doug MacEachern
On Sat, 15 Jun 2002, R Blake wrote: > either i did it in a haze, or something did it for me modperl did it. i changed Apache::Build to rip those flags out of ldflags, which still show up in your perl -V:ldflags, they shouldn't be there in the first place. -

Re: Thread bug in 5.8RC1 Win32

2002-06-16 Thread Jarkko Hietaniemi
In UNIX platforms your test made Perl enter a 100% CPU loop consisting of SEGVs on top of SEGVs on top of SEGVS... the below hopefully fixes: Change 17250 by jhi@alpha on 2002/06/15 15:34:51 Possible cure for Subject: Re: Thread bug in 5.8RC1 Win32 From: Alessan

Re: Thread bug in 5.8RC1 Win32

2002-06-16 Thread Alessandro Forghieri
Greetings. On Fri, Jun 14, 2002 at 12:44:50PM +0200, Alessandro Forghieri wrote: > Running NT4SP6, 5.8RC1 compiled debug. > > The following session: > > D:\Apache2>perl -d -e 42 > DB<1> ;{use threads;my $var=1;threads->create(sub{$var++})->join();} > > Crashes the intepreter, in perl.c: [...