home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / languages / lisp / gcl.2.2-LISP.README < prev    next >
Encoding:
Text File  |  1996-01-20  |  877 b   |  39 lines

  1.  
  2. This is the gcl-2.2 GNU COMMON LISP version for Intel.
  3.  
  4. If you want to recompile the program you will need a
  5. Version of gcc higer than is provided with NS3.2
  6. (maybe the version of NS3.3 will work - I don't know 
  7.  - I used gcc2.7.1)
  8.  
  9. The whole gcl-2.2 folder needs to get installed into:
  10.  
  11. /LocalPrograms/GNU/
  12.  
  13. (Please don't ask me if you install it somewhere else
  14. and it doesn't work the path is compiled into the 
  15. program - that's not my fault)
  16.  
  17. Then try:
  18.  
  19. localhost> /LocalPrograms/GNU/gcl-2.2/bin/gcl
  20. GCL (GNU Common Lisp)  Version(2.2) Sat Dec  2 18:29:45 GMT-0600 1995
  21. Licensed under GNU Public Library License
  22. Contains Enhancements by W. Schelter
  23.  
  24. >
  25.  
  26. (exit gcl with Control-D)
  27.  
  28. then put:
  29.  
  30. /LocalPrograms/GNU/gcl-2.2/bin/
  31.  
  32. on your csh - serarchpath and you should 
  33. be able to start LISP with:
  34.  
  35. localhost> gcl
  36.  
  37. Hope it works.
  38. Thomas Katzlberger
  39. katzlbt@vuse.vanderbilt.edu