home *** CD-ROM | disk | FTP | other *** search
/ pc.louisiana.edu/pub/unix/ / Louisiana_UNIX.tar / Louisiana_UNIX / xspread-3.1.1c / xspread3.1.1c.linuxtips < prev    next >
Text File  |  1999-09-13  |  1KB  |  25 lines

  1. Under RedHat Linux 5.x:
  2.  
  3. 1. extracted xspread 3.1.1c and then REMOVED config.cache (from Solaris @ usl)
  4.  
  5. 2. I added the ka9q_des.zoo files to provide the des prog (in /usr/local/bin).
  6. Instead of edited config.h to #define DES and CRYPT_PATH after running configure,
  7. I just created an empty /usr/local/bin/crypt so configure would think it
  8. existed.  It won't allow DES unless a crypt prog exists!!
  9.  
  10. 3. run configure.
  11. 3a. Makefile is not too clever, tending to overwrite config.hg as it
  12. creates stamp_h, so heck, just run 'make' now, then 'make clean'.  Then
  13. edit config.h and look at DES and CRYPT_PATH.  Both should be defined; define
  14. manually if needed.
  15.  
  16. 4. -lX11 was insufficient ... had to prefix it in the LIBS
  17. spec in the makefile, with:  -L/usr/X11R6/lib
  18.  
  19. 5. I edited Makefile to specify INSTALL as just install, ie, not in /usr/ucb!!
  20.  
  21. 6. Apply my patches for interp.c (y2k), format.c (dates) and help.c.
  22. Then do: make; make install ; make install_man
  23.  
  24. 7. Symlink sc to xspread ... it'll run just fine.
  25.