Add a few glibc cpp symbols to probe for.
[p5sagit/p5-mst-13.2.git] / README.dos
index fe649ed..9c444a4 100644 (file)
@@ -26,7 +26,7 @@ Detailed instructions on how to build and install perl extension
 modules, including XS-type modules, is included.  See 'BUILDING AND
 INSTALLING MODULES'.
 
-=head2 Prerequisites
+=head2 Prerequisites for Compiling Perl on DOS
 
 =over 4
 
@@ -97,7 +97,7 @@ sockets
 
 =back
 
-=head2 Building
+=head2 Building Perl on DOS
 
 =over 4
 
@@ -202,7 +202,7 @@ Now you can compile Perl. Type:
 
 =back
 
-=head2 Testing
+=head2 Testing Perl on DOS
 
 Type:
 
@@ -213,7 +213,7 @@ a few failed subtests (less than 5 hopefully) depending on some external
 conditions (e.g. some subtests fail under linux/dosemu or plain dos
 with short filenames only).
 
-=head2 Installation
+=head2 Installation of Perl on DOS
 
 Type:
 
@@ -224,10 +224,9 @@ directory structure. Perl.exe and the utilities go into C<($DJDIR)/bin>,
 and the library goes under C<($DJDIR)/lib/perl5>. The pod documentation
 goes under C<($DJDIR)/lib/perl5/pod>.
 
-=head1 BUILDING AND INSTALLING MODULES
+=head1 BUILDING AND INSTALLING MODULES ON DOS
 
-
-=head2 Prerequisites
+=head2 Building Prerequisites for Perl on DOS
 
 For building and installing non-XS modules, all you need is a working
 perl under DJGPP.  Non-XS modules do not require re-linking the perl
@@ -245,7 +244,7 @@ an XS extension module.  In addition, you will have to have built your
 perl binary from the source distribution so that all of the components
 of the perl binary are available for the required link step.
 
-=head2 Unpacking CPAN Modules
+=head2 Unpacking CPAN Modules on DOS
 
 First, download the module package from CPAN (e.g., the "Comma Separated
 Value" text package, Text-CSV-0.01.tar.gz).  Then expand the contents of
@@ -272,7 +271,7 @@ to unpack and expand these files.  For example:
 This will create the new directory C<($DJDIR)/Text-CSV-0.01>, filling
 it with the source for this module.
 
-=head2 Building Non-XS Modules
+=head2 Building Non-XS Modules on DOS
 
 To build a non-XS module, you can use the standard module-building
 instructions distributed with perl modules.
@@ -286,7 +285,7 @@ This is sufficient because non-XS modules install only ".pm" files and
 (sometimes) pod and/or man documentation.  No re-linking of the perl
 binary is needed to build, install or use non-XS modules.
 
-=head2 Building XS Modules
+=head2 Building XS Modules on DOS
 
 To build an XS module, you must use the standard module-building
 instructions distributed with perl modules *PLUS* three extra