home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume22 / archie / part01 / INSTALL < prev    next >
INI File  |  1991-08-21  |  2KB  |  59 lines

  1. [Last changed: 08/20/91 v1.1]
  2.  
  3.  This is the minimal set of things you need for an archie client using
  4. the Prospero system.  It is derived from the 4.2beta version of the
  5. full Prospero system, currently available in:
  6.  
  7.     cs.washington.edu:/pub/prospero.tar.Z
  8.  
  9.  To make the client:
  10.  
  11.     - edit the Makefile, changing CC, OPTIONS, LDFLAGS, and RM if
  12.       necessary
  13.     - edit the DEFINEs as necessary
  14.     - add the line
  15.         dirsrv            1525/udp
  16.       to your system's services file (recommended, but not
  17.       absolutely necessary; it will default to this)
  18.     - if you're closer to Finland or Australia than you are
  19.       Canada, please edit ARCHIE_HOST in archie.h appropriately
  20.     - type `make'
  21.  
  22.  Note that if you build this using gcc on Suns, you *must* compile dirsend.c
  23. with the Sun compiler and not the GNU one.  The current version of GNU C
  24. doesn't fully support Sun's structure passing; as a result, the inet_ntoa()
  25. function used in dirsend.c will segmentation fault.  (Aka, you're probably
  26. better off just building the whole thing with /bin/cc anyway right now.)
  27.  
  28.  It's been successfully built on:
  29.  
  30.   Machine            OS
  31.  
  32. * Apple Mac IIsomething        A/UX v2.01
  33. * CDC 4320 (Mips)        EP/IX 1.2.3
  34. * CDC 4680 (Mips)        EP/IX 1.3.1
  35. * Convex c210 & others        ConvexOS 9.0
  36. * DecStation 2100, 3100 & 5400    Ultrix 4.1
  37. * DecStation 5000-100        Ultrix 4.2
  38. * Encore Multimax 520 (XPC)    Encore UMAX 4.3
  39. * Encore Multimax 520        Encore Mach 1.1alpha
  40. * HP 9000/s300            MORE/bsd-4.3
  41. * HP 9000/s834            HP/UX 7.0
  42. * IBM RS/6000            AIX
  43. * IBM RT            4.3BSD
  44. * NeXT                NeXT OS 2.1
  45. * Sequent Symmetry        Dynix 3.1.1
  46. * SGI 4D/220GTX            SGI Irix 3.3.2
  47. * Solbourne Series 5/600    OS/MP 4.0Da
  48. * Stardent 3030            SysV Rel 3.0.1
  49. * Sun Sparc1 & Sparc2        SunOS 4.1.1 (& SunOS 4.1 on the Sparc1) 
  50. * Sun 3/280            SunOS 4.0.3
  51. * Sun 4/110            SunOS 4.1
  52. * Sun 4/280            SunOS 4.0.3
  53. * Vax 8600            MORE/bsd-4.3
  54.  
  55.  (I have it *almost* working under VMS with Multinet TCP.  I haven't found
  56.   a good select() yet---once I get that, it'll work.  Contributions? :) )
  57.  
  58. -- Brendan Kehoe (brendan@cs.widener.edu)
  59.