home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / text / fgrep11a.not < prev    next >
Encoding:
Text File  |  1996-11-16  |  833 b   |  34 lines

  1. GNU fgrep 1.1
  2. Binaries for Linux prepared by faith@cs.unc.edu, Wed Dec 23 15:54:13 1992
  3. Compiled with gcc 2.2.2d7 (-O6)
  4. Linked with jump-4.1 libraries (-s), but tested with jump-4.2 libraries
  5.  
  6.  
  7. To install from Linux binary distribution:
  8.  
  9. 1) Get binary distribution (fgrep11A.taz) from
  10. ftp.cs.unc.edu:/pub/faith/linux/utils or from
  11. tsx-11.mit.edu:/pub/linux/binaries/FSF
  12. 2) cd /
  13. 3) gtar zpxvf fgrep11A.taz
  14.  
  15. Alternatively, the SLS sysinstall program can be used.
  16.  
  17.  
  18. To uninstall this binary distribution, do the following:
  19.  
  20. cd /usr/src/fgrep-1.1
  21. ./fgrep11A.Unins
  22.  
  23.  
  24. To install from source:
  25.  
  26. 1) Get source from: prep.ai.mit.edu:/pub/gnu/fgrep-1.1.tar.Z
  27. 2) Untar fgrep-1.1.tar.Z in /usr/src
  28. 3) cd fgrep-1.1
  29. 4) Edit unix.h and delete the lines containing the following:
  30.    chmod
  31.    umask
  32. 6) make CC=gcc 'CFLAGS=-O6 -s'
  33. 7) cp fgrep /usr/bin
  34.