Date: Tue, 1 Feb 94 13:52:39 EST From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: sheen AT pact DOT srf DOT ac DOT uk Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Make problems... Reply-To: babcock AT cfa DOT harvard DOT edu > everything seems to work fine - apart from make. I don't use GNU make, but two things I've found with OPUS make: 1. gcc is happier with more conventional memory. OPUS make has an option to swap itself out before running shell commands, and I need to do this. So, anything you can do to increase real memory may help. 2. The real mode version of gcc is the only one which works under OS/2. It might work better under DOS as well. Also, give gcc the -v option so that it will echo the commands it is executing. This will tell you exactly which part of the compilation is failing, or it might show that make isn't doing what you think.