You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@hyperreal.org on 1998/09/17 23:13:59 UTC

cvs commit: apache-1.3/src BUILD.NOTES PORTING

jim         98/09/17 14:13:59

  Modified:    src      PORTING
  Added:       src      BUILD.NOTES
  Log:
  Create an OS-specific "notes" file
  
  Revision  Changes    Path
  1.33      +0 -11     apache-1.3/src/PORTING
  
  Index: PORTING
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/PORTING,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- PORTING	1998/07/13 12:35:51	1.32
  +++ PORTING	1998/09/17 21:13:58	1.33
  @@ -373,14 +373,3 @@
   
   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 (jim@apache.org) if you need a precompiled build for
  -  A/UX 3.1.x.
  
  
  
  1.1                  apache-1.3/src/BUILD.NOTES
  
  Index: BUILD.NOTES
  ===================================================================
  OS Specific notes for building/compiling Apache
  
  -------------
  Introduction:
  -------------
  Apache has been ported to a wide variety of platforms, from multiple
  UNIX variants to OS/2 to Windows95/NT. In building and/or compiling
  Apache on some platforms, there are some hints and notes which may
  help you if you run into problems.
  
  -----
  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 (jim@apache.org) if you need a precompiled build for
    A/UX 3.1.x.