[comp.mail.mush] Compile problems on Intel Xenix

gcs@polari.UUCP (Greg Sheppard) (04/18/91)

  Help!  I can't get mush to run after a successful compile on
Intel Xenix 3.2.  There are no compile errors, but
when I execute mush I get an immediate memory fault - core dumped.
Here is the part of my makefile which I think is relevant:

# Memory model.  Use -M3e for 80386 machines.
# Use -M2le -Mt32 -LARGE for 80286 machines.
MODEL= -Mle -Mt12

#
# 80286 xenix may use this LDFLAGS define:
LDFLAGS= -X -Mle -Mt12 
#LDFLAGS= -X -lx -M3

CFLAGS= $(MODEL) -F 8000 -DSYSV -DCURSES -DREGCMP 
LIBES= -lcurses -ltermlib -lx
OTHERLIBS=
# Use some variant of this one if you #define MMDF in config.h
#OTHERLIBS=/usr/src/mmdf/lib/libmmdf.a

-- 
Greg Sheppard                        Internet:  imop@wa-ngnet.army.mil
WAARNG, Tacoma, WA, USA              UUCP:      ...!polari!gcs 
Voice: +1 206 581 8924
----