Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!ucbvax!ANDREW.CMU.EDU!dl2n+ From: dl2n+@ANDREW.CMU.EDU (Daniel Edward Lovinger) Newsgroups: comp.soft-sys.andrew Subject: Re: Trouble compiling/running on SunOS 4.1.1 Message-ID: Date: 1 Jul 91 01:03:26 GMT References: <1991Jun29.174631.9646@lia> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The Internet Lines: 29 fernwood!lia!steve@uunet.uu.net (Stephen Williams) writes: > When compiling tabs.do, the doindex command fails with > the message > doindex: indexing tabs.do ...ld.so: map heap error (9) for /dev/zero > It is interesting that I can run doindex on all the > individual .do files and I get no errors. I had exactly the same problem and spent about 12 hours banging my head against a wall until I realized that the top level Makefile hadn't been generated on a Sparc. Look at the top level Makefile, and if the first three macros aren't SYSTEM_H_FILE = sun4_41/system.h SYS_IDENT = sun4_41 SYS_OS_ARCH = sun_sparc_41 then you will need to recreate it - the bogus values were be enshrined since the top level Makefile installs system.h. imake -Timake.tmpl -I. -I./config -DTOPDIR=. (and of course, check to make sure it thinks you have a sun4_41 again) You should have no problems after doing this. I didn't ... Dan Lovinger Computing & Comunications Carnegie Mellon U. Internet: dl2n+@andrew.cmu.edu Bitnet: dl2n+%andrew.cmu.edu@carnegie "... and in the stillness, they heard the cry of the golden banana ..." ------------------------------------------------------------------------------