Xref: utzoo gnu.emacs.help:2132 comp.sys.hp:9044 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!uunet!wri!dragonfly.wri.com!rory From: rory@wri.com (Rory Murtagh) Newsgroups: gnu.emacs.help,comp.sys.hp Subject: Re: How to compile Emacs (re: followon to hp 720 problem......) Message-ID: Date: 24 May 91 04:35:18 GMT References: <1991May21.213529.10223@bellcore.bellcore.com> Sender: news@wri.com Distribution: usa Organization: Wolfram Research, Inc. Lines: 26 In-Reply-To: toad@CS.CMU.EDU's message of 24 May 91 01: 27:36 GMT > ... > [I just added the "(long)" in there], and then it compiles. However, > I don't know if it works, sinces the resulting dumped emacs starts up > but immediately produces an "Fatal error(11)." and doesn't make a > window or anything... > ... The 720 uses shared libraries by default. This'll cause a problem. Try linking with : LDFLAGS = -a archive > ... > that HP ships with this: No debugger! No X include files! I even > ... man xdb xdb(1) xdb(1) NAME xdb - C, FORTRAN, Pascal, and C++ Symbolic Debugger ... - rory@wri.com