Date: Tue, 07 Feb 1995 20:58:32 -0400 (EDT) From: "Wonkoo Kim, EE, U. of Pittsburgh" Subject: Error message from gnu make? To: djgpp AT sun DOT soe DOT clarkson DOT edu, emx-list AT eb DOT ele DOT tue DOT nl This is not related to djgpp and may not be related to emx. It could be related to rsx or gnu make or my makefile itself. My question is: When do I get the following error message from gnu make (3.72.1)? ========================================================= H:\SRC\C\GRAPHICS\DISPIMAG>make bcc C:/PGM/MAKE.EXE allbcc \ CC=bcc \ O=.obj \ 'CFLAGS=-3 -f287 -ff -O1 -ml -C' \ LIBS=graphics.lib MAKE.EXE[1]: Entering directory `/SRC/C/GRAPHICS/DISPIMAG' bcc -odispimag.obj -3 -f287 -ff -O1 -ml -C -c dispimag.c Borland C++ Version 3.1 Copyright (c) 1992 Borland International dispimag.c: Available memory 3330748 MAKE.EXE[1]: *** wait: No such process. Stop. MAKE.EXE[1]: *** Waiting for unfinished jobs.... MAKE.EXE[1]: *** wait: No such process. Stop. C:/PGM/MAKE.EXE: *** [bcc] Error 2 ========================================================= (I should get more compliling messages for other *.c if it worked.) My makefile is recursive and I had no trouble in compiling with emx 0.8h compiled gnu make 3.71, but I am having problems with gnu make 3.72.1 (that was compiled with emx 0.9a) when I work on OS/2's DOS box. I'm using rsx (in OS/2's DOS box) from dpmigcc5.zip that should be compatible with emx 0.9a. I'm using djgpp, bcc, and emx/gcc, so I've been using emx compiled gnu make because of its ability to run on either OS/2 or DOS. DJGPP compiled gnu make 3.71 worked nicely for the same makefile, so I think that my makefile might be okay. I suspect rsx .... Thanks. Wonkoo Kim wkim AT vms DOT cis DOT pitt DOT edu