On Fri, 21 Jan 2005, Rafael Garcia-Suarez via RT wrote: > Thanks, I've applied your patch to the development version of perl as > change #23849. > > Could you test whether the development version (currently self-known as > 5.9.2) compiles and runs correctly on your platform ?
With one additional change (see below), I've verified that "make test" on current sources using default options, with or without shared libperl, mostly works, with one failure in ext/IO/t/io_sock: ext/IO/t/io_sock..........................FAILED at test 18 I'm trying to track that one down and understand it, but this failure doesn't appear in an Interix-buildable 5.8.6. --- hints/interix.sh.orig Fri Jan 21 14:34:38 2005 +++ hints/interix.sh Fri Jan 21 14:34:55 2005 @@ -12,6 +12,7 @@ lddlflags="-shared $lddlflags" rpathflag='-Wl,-R' sharpbang='#!' +usemymalloc='false' usenm='false' # This script UU/usethreads.cbu will get 'called-back' by Configure -- -- Todd Vierling <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
