jim         98/03/25 12:38:39

  Modified:    src      PORTING
  Log:
  Add a new section where we just add Notes and Words Of Wisdom about
  porting Apache to various platforms... Seemed to make better sense to
  put it here rather than README (??)
  
  Revision  Changes    Path
  1.22      +12 -0     apache-1.3/src/PORTING
  
  Index: PORTING
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/PORTING,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- PORTING   1998/03/08 04:25:54     1.21
  +++ PORTING   1998/03/25 20:38:38     1.22
  @@ -360,3 +360,15 @@
   Usenet group as well.
   
   Good luck and happy porting!
  +
  +
  +----------------------------
  +Appendix: OS-Specific Notes:
  +----------------------------
  +A/UX:
  +  Don't even try with cc. Instead, use gcc-2.7.2 and the libUTIL.a
  +  function library, both of which are available on jagubox.gsfc.nasa.gov.
  +  libUTIL.a includes many basic functions that Apache (and other software)
  +  requires as well as fixed versions of functions in libc.a. Contact
  +  Jim Jagielski ([EMAIL PROTECTED]) if you need a precompiled build for
  +  A/UX 3.1.x.
  
  
  

Reply via email to