home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / math / bc102a.not next >
Encoding:
Text File  |  1993-02-04  |  964 b   |  40 lines

  1. GNU bc 1.02
  2. Binaries for Linux prepared by faith@cs.unc.edu, Tue Dec 22 19:59:18 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 (bc102A.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 bc102A.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/bc-1.02
  21. ./bc102A.Unins
  22.  
  23.  
  24. To install from source:
  25.  
  26. 1) Get source from: prep.ai.mit.edu:/pub/gnu/bc-1.02.tar.Z
  27. 2) Untar bc-1.02.tar.Z in /usr/src
  28. 3) cd bc-1.02
  29. 4) Edit configure and comment out the line that reads:
  30.    EXIT=1
  31. 5) make derived
  32. 6) make CC=gcc 'CFLGAS=-O6 -D_POSIX_SOURCE' LDFLAGS=-s
  33. 7) make PREFIX=/usr install
  34. 8) To test, and see some random roundoff errors,
  35.    cd Test
  36.    bc -l checklib.b
  37.    quit
  38.    bc -l testfns.b
  39.    quit
  40.