stas        2002/07/11 09:24:03

  Modified:    src/docs/1.0/guide install.pod
  Log:
  a few more compiler selection tweaks
  
  Revision  Changes    Path
  1.15      +7 -3      modperl-docs/src/docs/1.0/guide/install.pod
  
  Index: install.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/install.pod,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- install.pod       11 Jul 2002 16:21:41 -0000      1.14
  +++ install.pod       11 Jul 2002 16:24:03 -0000      1.15
  @@ -2946,9 +2946,9 @@
   
   =head2 What Compiler Should Be Used to Build mod_perl?
   
  -All Perl modules that use C extensions, and non-Perl components that
  -interact with Perl, must be compiled using the same compiler that your
  -copy of Perl was built with and the same compile options.
  +All Perl modules that use C extensions must be compiled using the same
  +compiler that your copy of Perl was built with and the same compile
  +options.
   
   When you run C<perl Makefile.PL>, a I<Makefile> is created.  This
   I<Makefile> includes the same compilation options that were used to
  @@ -2969,6 +2969,10 @@
   You shouldn't worry about this when compiling Perl modules since Perl
   will choose what's right automatically.  Unless you override things.
   If you do that, you are on your own...
  +
  +Similarly, if you compile a non-Perl component separately, you should
  +make sure to use both the same compiler and the same options used to
  +build Perl.
   
   =head1 OS Related Notes
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to