This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [perl #8835] fairly large regex optimization bug with 5.7.3
[perl5.git] / mint / README
CommitLineData
61ae2fbf
JH
1This subdirectory contains some additional files which are necessary
2(or at least useful) when compiling Perl on MiNT.
3
4"Makefile" and "pwd.c" will build and install a fixed version of the
5pwd command if your system pwd is broken.
6
7The header files are wrappers around broken system header files. Make
8sure that this directory stands at first place in your include path
9when compiling Perl.
10
11The file system.c is an enhanced version of the system() function
12in the MiNTLib. It is strongly recommended that you insert this
13version into your libc before you compile Perl (see README.MiNT
14in the toplevel directory for details).