home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / sgi / apps / 16 < prev    next >
Encoding:
Text File  |  1992-12-31  |  4.9 KB  |  116 lines

  1. Newsgroups: comp.sys.sgi.apps
  2. Path: sparky!uunet!haven.umd.edu!purdue!ames!agate!usenet.ins.cwru.edu!eagle!gonzo.lerc.nasa.gov!tohanson
  3. From: tohanson@gonzo.lerc.nasa.gov (Jeff Hanson)
  4. Subject: Re: Xftp on SGI ?
  5. Message-ID: <1992Dec31.161436.27829@eagle.lerc.nasa.gov>
  6. Sender: news@eagle.lerc.nasa.gov
  7. Nntp-Posting-Host: gonzo.lerc.nasa.gov
  8. Organization: NASA Lewis Research Center
  9. References:  <1992Dec31.144708.29726@nsisrv.gsfc.nasa.gov>
  10. Date: Thu, 31 Dec 1992 16:14:36 GMT
  11. Lines: 103
  12.  
  13. I like xftp.0.2.alpha which has a Motif interface (and others).  It is 
  14. available at ftp.chpc.utexas.edu via anonymous in the directory
  15. packages/X as xftp.0.2.alpha.tar.Z.  Readme is appended to this posting.
  16. This directory contains the source to xftp/mftp/oftp 0.1.alpha.
  17.  
  18. To install edit xftp.config and choose the desired compile time options and 
  19. then type "xmkmf" and then "make World".  You can only choose one of the
  20. following USE_XAW, USE_MOTIF or  USE_OPENWINDOW in xftp.config.  
  21. They are mutely exclusive.
  22.  
  23. I have include Wcl-2.2 in the source distribution. It will be build
  24. automatically.
  25.  
  26. Special machines:
  27.  
  28.  HP-UX with motif installed in /usr/lib/Motif1.1 and X11R4 installed
  29.  in /usr/lib/X11R4:
  30.  
  31.   Run the  "make_hp.sh" script.  This will build the motif
  32.   version of mftp of xftp/mftp/oftp.  You should be able to do a 
  33.   "make install"  after the make script is finished.
  34.  
  35.  Ultrix with Motif installed in /usr/lib/DXM directions:
  36.  
  37.   Define USE_MOTIF in xftp.config.
  38.   If you have Motif 1.1 installed in /usr/lib/DXM, ugh, you need only run
  39.   the "make_ultrix.sh" shell script.  This will build the motif
  40.   version mftp of xftp/mftp/oftp. You should be able to do a "make install"
  41.   after the make script is finished.
  42.  
  43.  SunOS with Openwindows 3.0 directions (xftp version):
  44.  
  45.   Define USE_XAW in xftp.config.
  46.   Define the shell variable OPENWINHOME to the Openwindow 3.0 directory,
  47.   if it s not installed in  /usr/openwin, and then run the
  48.   "make_openwin.sh" shell script.  This will build the Athena version
  49.   xftp of xftp/mftp/oftp.  You should be able to do a "make install"
  50.   after the make script is finished.
  51.  
  52. SunOS with Openwindows 3.0 directions (oftp version):
  53.  
  54.   Define USE_OPENWINDOW in xftp.config.
  55.   Define the shell variable OPENWINHOME to the Openwindow 3.0 directory,
  56.   if it not installed in the default place /usr/openwin, and then run the
  57.   "make_openwin.sh" shell script.  This will build the Open Look version
  58.   oftp of xftp/mftp/oftp.  You should be able to do a "make install"
  59.   after the make script is finished.
  60.  
  61.  Aix 3.2 with the installed motif libraries directions:
  62.  
  63.   Define USE_MOTIF in xftp.config.
  64.   Run the  "make_aix3.2.sh" script.  This will build the motif
  65.   version of mftp of xftp/mftp/oftp.  You should be able to do a "make install"
  66.   after the make script is finished.
  67.  
  68. You will need perl if you plan to update the resource files or help text.
  69.  
  70. You must use ftp_for_xftp if you do not select the USE_PTY option in the
  71. xftp.config file.  If you are running Unicos 6.1.x you will need to to 
  72. install fixpty if you do not select the PTY option.  You can define the shell 
  73. variable FTP to point to ftp_for_xftp.  If you start xftp/mftp/oftp in the 
  74. source directory it will find ftp_for_xftp if it is not already installed.
  75.  
  76. If you have already installed a older version of xftp/mftp you may need
  77. to add the "-debug" parameter on xftp/mftp/oftp to test it out before you
  78. install it.
  79.  
  80. I have build this version of xftp/mftp under:
  81.  
  82.   Ultrix with installed motif in /usr/lib/DXM  (mftp version)
  83.   SunOS with installed Athena libraries        (xftp version)
  84.     supplied with Openwindows 3.0.
  85.   SunOS with installed Open Look libraries     (oftp version)
  86.     supplied with Openwindows 3.0.
  87.   SunOS with X11R5.                            (xftp version)
  88.   SunOS with X11R5 and motif 1.1.4             (mftp version)
  89.   Unicos 6.1.4 with installed X11R4 and X11R5  (xftp version)
  90.   Aix 3.2.0 with X11R5                         (xftp version)
  91.   Aix 3.2.0 with installed motif               (mftp version)
  92.   IRIX with installed X11R4 libraries          (xftp version)
  93.   IRIX with installed  motif libraries         (mftp version)
  94.   Convex OS with installed motif               (mftp version)
  95.   Convex OS with installed Athena libraries    (xftp version)
  96.   HP-UX with installed motif               (mftp version)
  97.  
  98. This is an alpha version so please don't expect it to work perfectly.
  99.  
  100. Please read the disclaimer in the copywriter.
  101.  
  102. Send any gripes or suggestions to jones@chpc.utexas.edu
  103.  
  104. Bill Jones
  105.  
  106.  
  107.  
  108. -- 
  109. ---------------------------------------------------------------------------
  110.  Jeff Hanson - Scientific Graphics Programmer and Workstation Administrator
  111.  Sverdrup Technology, NASA Lewis Research Center Group
  112.  NASA Lewis Research Center, MS 86-4, Cleveland, Ohio 44135
  113.  Telephone - (216) 433-2284  Fax - (216) 433-2182
  114.  tohanson@gonzo.lerc.nasa.gov    -   ViSC: Better Science Through Pictures
  115.  Visualize whirled peas - Bumper sticker seen in Buffalo, NY
  116.