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