cvs commit: apachen/htdocs/manual/misc known_bugs.html

1997-12-04 Thread dgaudet
dgaudet 97/12/04 14:10:13

  Modified:htdocs/manual/misc known_bugs.html
  Log:
  solaris 2.6 is common enough, talk about the broken gcc
  
  Revision  ChangesPath
  1.39  +10 -0 apachen/htdocs/manual/misc/known_bugs.html
  
  Index: known_bugs.html
  ===
  RCS file: /export/home/cvs/apachen/htdocs/manual/misc/known_bugs.html,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- known_bugs.html   1997/11/27 14:48:07 1.38
  +++ known_bugs.html   1997/12/04 22:10:09 1.39
  @@ -52,6 +52,16 @@
   CoreR\buildmark.obj (and similarly for del
   CoreD\buildmark.obj). See 
   http://bugs.apache.org/index/full/1473";>PR#1473.
  +Solaris 2.6 users may have troubles compiling the server with
  +gcc.  As is frequently the case with gcc compilation troubles, this
  +is the result of an improperly built gcc.  The gcc for solaris 2.6
  +found at http://www.sunfreeware.com/";>www.sunfreeware.com 
  +was built with a beta version of solaris 2.6.  The release version
  +has changed significantly enough that this version will not properly
  +work with it.  There are two workarounds mentioned in
  +http://bugs.apache.org/index/full/1336";>PR#1336.
  +This is not an Apache bug, and no code will be changed to deal with
  +it.
   
   
   Apache 1.3b2 Bugs
  
  
  


cvs commit: apachen/htdocs/manual/misc known_bugs.html

1997-12-04 Thread dgaudet
dgaudet 97/12/04 14:22:48

  Modified:htdocs/manual/misc known_bugs.html
  Log:
  tweak
  
  Revision  ChangesPath
  1.40  +2 -2  apachen/htdocs/manual/misc/known_bugs.html
  
  Index: known_bugs.html
  ===
  RCS file: /export/home/cvs/apachen/htdocs/manual/misc/known_bugs.html,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- known_bugs.html   1997/12/04 22:10:09 1.39
  +++ known_bugs.html   1997/12/04 22:22:47 1.40
  @@ -57,8 +57,8 @@
   is the result of an improperly built gcc.  The gcc for solaris 2.6
   found at http://www.sunfreeware.com/";>www.sunfreeware.com 
   was built with a beta version of solaris 2.6.  The release version
  -has changed significantly enough that this version will not properly
  -work with it.  There are two workarounds mentioned in
  +of solaris 2.6 changed a few header files enough that the beta-built
  +gcc won't work with it.  There are two workarounds mentioned in
   http://bugs.apache.org/index/full/1336";>PR#1336.
   This is not an Apache bug, and no code will be changed to deal with
   it.