Date: Sun, 28 Aug 94 19:43 PDT From: sbb AT ecomcon DOT sbay DOT org (Steve Byrne) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Make 371 hangs Reply-To: sbb AT gnu DOT ai DOT mit DOT edu Mailed-From: GNU Emacs (19.19.1), of course Hi! I'm trying to build GNU Smalltalk under DOS using DJGPP and I'm running into a problem with using GNU Make. I can compile programs by hand just fine, but when I use make (even in the djgpp\samples files), my system hangs hard enough so that CTRL-ALT-DEL will not reboot it. This is a completely repeatable problem. I FTP'd the latest DJGPP (112) & associated files from Oakland, and did a fresh install yesterday, and I've been exhausting possible causes of this problem ever since. My hardware: 486DX2/66 8M main memory Fahrenheit 1280+/VLB Adaptec 1542C Software: DOS 6.0 DJGPP 112, GNU Make 371, etc. Config.sys: DEVICE=C:\ADAPTEC\ASPI4DOS.SYS /D DEVICE=C:\DOS\ANSI.SYS DEVICE=C:\DOS\SETVER.EXE DEVICE=C:\DOS\HIMEM.SYS DOS=HIGH FILES=30 lastdrive=d shell=c:\command.com c:\ /e:1200 /p STACKS=9,256 Autoexec.bat C:\DOS\SMARTDRV.EXE @ECHO OFF PROMPT $p$g SET DJGPP=c:/djgpp/djgpp.env rem PATH C:\WINDOWS;C:\DOS;c:\bin;c:\djgpp\bin;c:\util PATH C:\WINDOWS;C:\DOS;c:\bin;c:\djgpp\bin;c:\demacs\bin;c:\util SET HOME=c:\sbb SET TERM=ibmpc SET TERMCAP=c:\demacs\termcap SET USER=sbb SET DEMACS_KEEP=1024 SET SHELL=c:\command.com SET GO32TMP=c:\tmp { I tried c:/tmp too, but the same problem occurs } Does anyone have any ideas about what I am running into here? Thanks!! (Oh, I'm not yet on the DJGPP mailing list, so please reply to sbb AT gnu DOT ai DOT mit DOT edu. Thanks!) Steve