home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / sysv386 / 13770 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.8 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!tulane!uflorida!sinkhole.unf.edu!shite
  2. From: shite@sinkhole.unf.edu (Stephen Hite)
  3. Newsgroups: comp.unix.sysv386
  4. Subject: Help getting Lucid Emacs 19.2 up on SVR4
  5. Message-ID: <1992Aug29.191514.26815@sinkhole.unf.edu>
  6. Date: 29 Aug 92 19:15:14 GMT
  7. Organization: Univ. of North Florida
  8. Lines: 33
  9.  
  10.  
  11.    I got Lucid Emacs 19.2 to compile and link okay on Esix SVR4 with 
  12. gcc 2.2.2 and X386 1.2E.  That's the good news. ;-)  I try to bring
  13. it up and I get:
  14.  
  15.             emacs: Terminal type invisible is not defined.
  16.  
  17. This message will appear in either X or text mode because the 
  18. X initialization hasn't occurred yet.  I'm trying to do an in-place
  19. test because I'm short of disk space. I created a directory called
  20. /usr/local/lemacs and in it I put symbolic links for  etc, lisp and 
  21. info and pointed them back to the respective place in my directory
  22. hierarchy.  I also temporarily removed my ~/.emacs file so that wouldn't
  23. cause some unexpected conflict.
  24.  
  25. Tips to get lemacs 19.2 to compile:
  26.  
  27.    Get s-usg5-4.h from the 18.58 Emacs distribution because it's missing
  28. from lemacs.  There's a couple of prototype changes that you'll discover
  29. during the build and, of course, there's some simple changes to the 
  30. Makefiles and that's about it.  Oh, one other thing that was peculiar...
  31. the file floatfns.c calls log1p() and expm1() and they remain unresolved
  32. in the link even though I linked in libm.a.  I could not find expm1() 
  33. in libm.a when I searched for it with "nm" but I could find log1p(). 
  34.  
  35.   I don't have enough room to build diffs off of the original, but really,
  36. it's an easy build (if you comment out the DEFUN's for log1p and expm1 ;-)).
  37.  
  38.   Thanks for any help someone can give on this "invisible" terminal type
  39. message.  
  40.  
  41. Steve Hite
  42. shite@sinkhole.unf.edu
  43.