From: Per Einar Ellefsen Date: Wed, 19 Jun 2002 19:37:15 +0000 (+0200) Subject: Re: Mingw32: some tests fail X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a6a21311b1760cd7fbbeef23a16b1acc38f15e3d;p=p5sagit%2Fp5-mst-13.2.git Re: Mingw32: some tests fail Message-Id: <5.1.0.14.2.20020619192631.025848a0@pop.skynet.be> p4raw-id: //depot/perl@17306 --- diff --git a/README.win32 b/README.win32 index bb76bfc..e9c56a0 100644 --- a/README.win32 +++ b/README.win32 @@ -275,6 +275,16 @@ contain a header file called "patchlevel.h". The latest Borland compiler option -VI- for backward (bugward) compatibility for using the old Borland search algorithm to locate header files. +If you run the tests on a FAT partition, you may see some failures for +C related tests (I, I ...). Testing on +NTFS avoids these errors. + +Furthermore, you should make sure that during C you do not +have any GNU tool packages in your path: some toolkits like Unixutils +include some tools (C for instance) which override the Windows +ones and makes tests fail. Remove them from your path while testing to +avoid these errors. + Please report any other failures as described under L. =head2 Installation of Perl on Win32