From: "Tim Van Holder" To: "'Andrew Cottrell'" , Subject: Re: New perl package Date: Thu, 11 Oct 2001 22:25:34 +0200 Message-ID: <000901c15292$e83254c0$6ff8e0d5@pandora.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-reply-to: <001a01c15251$14ac7680$0a02a8c0@acceleron> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Tim if you have some time could you have a look at this as I > know nothing > about the perl language. > > cd t && PERL_SKIP_TTY_TEST=1 ./perl TEST; \ > fi > base/cond............ok > base/if..............ok > base/lex.............ok > base/pat.............ok > base/rs..............ok > base/term............ok > comp/bproto..........ok > comp/cmdopt..........ok > comp/colon........... Odd - I get the same thing with a perl (sources from my updated package) built on XP against CVS libc. It hangs after completing subtest 7 (as seen by running 'perl comp/colon.t' directly from the 't' directory). Under WinME, the binary I built against 2.03+patches works just fine and passes the entire test. Not sure if this is a perl, libc, XP or bash issue... Will try to look into it this weekend, though I'm not sure I'll be able to debug this properly. Oh, and I did notice that perl's configure got the names of ALL extensions right by itself. Normally it finds the B, I18N and IO packages as b, i18n and io (which is why Laszlo added a config.over to set those right again). So it seems that under XP, FNCASE=y is always in effect (or something like that anyway).