Date: Fri, 10 Dec 93 16:51:41 -0500 From: DJ Delorie To: jes AT mbio DOT med DOT upenn DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Anyone get make 3.69 to run? > The make 3.69 binary crashes immediately with a seg fault, even with > no makefile. Did I botch the installation somehow, or is there some > other problem. Please, in all bug reports, include the output of "go32" so that I know what mode you're running in. Also, the value of the GO32 environment variable is important. I used make-3.69 to build most of djgpp 1.11, so I know it works in my configuration. Without knowing what's different between mine and yours, I can't help you. Also, please try to recompile make with "-g" and run symify on the resulting stack traceback. That's what I have to do to figure out what's happening, you might as well do it for me and save me from having to rebuild all of 1.11 to solve everyone's bugs. If you really want to see the bug fixed, get the source code and start debugging . . . DJ