You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@hyperreal.org on 1997/11/13 19:22:56 UTC

cvs commit: apachen/src INSTALL

coar        97/11/13 10:22:56

  Modified:    src      INSTALL
  Log:
  	Added prominent notice about the ANSI C requirement.
  
  PR:		1044
  
  Revision  Changes    Path
  1.19      +10 -0     apachen/src/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/INSTALL,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- INSTALL	1997/08/27 01:12:19	1.18
  +++ INSTALL	1997/11/13 18:22:55	1.19
  @@ -1,3 +1,13 @@
  +***
  +*** Building the Apache Web server absolutely REQUIRES an ANSI C-compliant
  +*** compiler.  If your compiler does not meet this requirement, don't
  +*** even bother trying to build the server; it won't work.
  +***
  +*** The server may or may not build correctly with a C++ compiler.  Making
  +*** it compilable with C++ is not a goal at this point, so if it doesn't
  +*** work please use a normal ANSI C compiler instead.
  +***
  +
   This release of Apache supports the notion of "optional modules".
   However, the server has to know which modules are compiled into it, in
   order for those modules to be effective; this requires generation of a