Xref: utzoo gnu.emacs.help:1674 comp.emacs:10491 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!tut.cis.ohio-state.edu!unreplyable!garbage From: darrylo@HPNMXX.HP.COM Newsgroups: gnu.emacs.help,comp.emacs Subject: Re: Emacs 18.57 on a Convex with V8.1 Message-ID: <9104082240.AA22964@hpnmd.hp.com> Date: 8 Apr 91 22:33:06 GMT References: Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.emacs.help Organization: Gatewayed from the GNU Project mailing list help-gnu-emacs@prep.ai.mit.edu Lines: 21 > We recently upgraded our Convex to Convex OS 8.1 and it broke all of our > gnuware in one way or another. I'm now trying to compile emacs 18.57 > following the suggestions in etc/MACHINES (use cc -pcc and s-bsd4-2.h, > m-convex.h) and it barphs at ld time claiming that there is an > unsatisfied external (mcount). Grep shows NO reference to mcount in > any of the code nor any of the included files! This may not be your problem, but "mcount" is typically a variable used specifically when you tell the compiler to *add* code to profile your program. Look for a compiler option that turns on profiling (I hope it's not on by default). You'll have to remove all .o and .a files and recompile. -- Darryl Okahata UUCP: {hplabs!, hpcea!, hpfcla!} hpnmd!darrylo Internet: darrylo%hpnmd@relay.hp.com DISCLAIMER: this message is the author's personal opinion and does not constitute the support, opinion or policy of Hewlett-Packard or of the little green men that have been following him all day.