This is the result of Alian's patch for win32.c and makefile.mk, and the new
Test-Smoke-1.16 together with MinGW-2.0.0-3 (gcc-3.2)
I'm not too worried about the test failure (it's on and off), but I'll look
into it later (it probably has to do with vmware)...
Automated smoke report for patch 17941 on MSWin32 - 5.0 W2000Pro
(MSWin32-x86-multi-thread)
v1.16 using gcc version gcc (GCC) 3.2 (mingw special
20020817-1)
O = OK
F = Failure(s), extended report at the bottom
? = still running or test results not (yet) available
Build failures during: - = unknown
c = Configure, m = make, t = make test-prep
17941 Configuration (common) [EMAIL PROTECTED] -Dgcc_v3_2
------- --------------------------------------------------------------
O O F O
O O O O -Duseithreads
| | | +- PERLIO = perlio -DDEBUGGING
| | +--- PERLIO = stdio -DDEBUGGING
| +----- PERLIO = perlio
+------- PERLIO = stdio
Failures:
MSWin32 [stdio ]-DDEBUGGING [EMAIL PROTECTED]
(cont) -Dgcc_v3_2
op/time................................FAILED test 2
good luck,
Abe
--
Amsterdam Perl Mongers http://amsterdam.pm.org
#! /usr/bin/perl
tie *STDIN, JAPH => qw(Just another Perl hacker);print while <STDIN>;
sub JAPH::TIEHANDLE {$~=shift;bless \($^=join$/,@_),$~}
sub JAPH::READLINE {$/=$^=~s/^(.+)\n?//?$1:undef;$\=$^eq""?"\n":" ";$/}