[gnu.emacs] gnuemacs 18.54 and ksh with Sys V.3

jody@shell.com (Jody Winston) (11/16/89)

I'm tring to build emacs on a 68030 with System V.3 provided by
Motorola and using ksh as my shell.  I'm using s-usg5-3.h and m-news.h
which was modified to use C_ALLOCA.  All compiling works, but when
temacs is trying to run I get the following error:

./temacs is not an identifier
Please set the environment variable TERM; see tset(1)

I checked my environment and TERM is defined.  I looked in dispnew.c
to see how they were grabbing the environment and I pulled it out into
a simple test program

#include <stdio.h>

main()
{
   printf("'%s'\n", getenv("TERM"));
]

Which works.  But, dispnew thinks that getenv("TERM") is NULL.  Any
ideas?


--
Jody Winston		jody@shell.uucp
...!{sun,psuvax1,bcm,rice,decwrl,cs.utexas.edu}!shell!jody
Shell Development Company, Bellaire Research Center
P.O. Box 481, Room 2202, Houston, TX 77001	(Voice: 713 663-2993)