summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorPer Einar Ellefsen <per.einar@skynet.be>2002-06-19 21:37:15 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-19 18:49:06 +0000
commita6a21311b1760cd7fbbeef23a16b1acc38f15e3d (patch)
treea5dba306035f50b5fbbf6adb4adb900ef60ae41e /README.win32
parent19f439bf866addc02a3a79f9e2cd6142b41a1e1c (diff)
downloadperl-a6a21311b1760cd7fbbeef23a16b1acc38f15e3d.tar.gz
Re: Mingw32: some tests fail
Message-Id: <5.1.0.14.2.20020619192631.025848a0@pop.skynet.be> p4raw-id: //depot/perl@17306
Diffstat (limited to 'README.win32')
-rw-r--r--README.win3210
1 files changed, 10 insertions, 0 deletions
diff --git a/README.win32 b/README.win32
index bb76bfc716..e9c56a0b64 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<link()> related tests (I<op/write.t>, I<op/stat.t> ...). Testing on
+NTFS avoids these errors.
+
+Furthermore, you should make sure that during C<make test> you do not
+have any GNU tool packages in your path: some toolkits like Unixutils
+include some tools (C<type> 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<BUGS AND CAVEATS>.
=head2 Installation of Perl on Win32