home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0369.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  1.1 KB  |  21 lines

  1. We are running Franz Lisp, opus 38.79 in VMS 4.1, Eunice 4.1 . 
  2. The way "funny" VMS filenames such as  i.am.funny  (two dots) and 
  3. longfilename.l  (more than 9 characters in first-filename) are hashed by 
  4. Eunice was changed from version 3.X (HSN/HSH filename extensions) to 
  5. version 4.X ($-sign encoding).
  6. The problem is even though we are running in VMS/Eunice 4.1, Franz only 
  7. understands the VMS/Eunice 3.X funny filename hashing e.g. for 
  8. (load "longfilename.l") .  It gives a "file not found error" if the 
  9. filename is hashed using the 4.X hashing scheme.
  10. Can anyone clarify this situation for me?  I.e. is it likely to be a Franz 
  11. problem or a Eunice problem we are facing?  We have not rebuilt Franz yet, 
  12. but would this help?  Would recompiling some C file help?  There's a 
  13. function cvt_unix_to_vms .  Is this the culprit?  Is this a Franz function 
  14. or a Eunice function?  Any advice would be appreciated.
  15.  
  16. Also, some .exe files work fine without rebuilding from 3.X .  Others 
  17. err out with: [EUNICE: $IMGACT failed, Status = %X84d8cbc - Couldn't get 
  18. message string].  Does anyone know what this means?
  19.  
  20.  
  21.