To: kg AT mykonos DOT rc DOT rit DOT edu (Kyriakos Georgiou) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: problem with make.exe Date: Sun, 25 Dec 94 10:12:11 +0200 From: "Eli Zaretskii" > But, any other sample that comes with a makefile does not compile if I > 'make'. Seems like something is going on with make itself, because if: > cd djgpp/samples/pagetest > gcc -O2 pagetest.c -o pagetest > it compiles just fine. > but if I: > cd djgpp/samples/pagetest > make > it prints the 'gcc -O2 pagetest.c -o pagetest' on the screen, and then > `deadlocks' (numlock doesn't change the light indicator.) Mem reports > around 13Mb of free extended memory. Sounds like Borland's make is earlier on your PATH than DJGPP's make. I renamed my Borland make to bmake.exe so I could use both. If this is not the case, put ``topline'' into your GO32 environment variable and tell us which program is executing when the machine locks up (its full pathname is written near the left edge of the top screen line).