Date: Wed, 16 Dec 1998 10:29:59 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Charles Krug cc: djgpp AT delorie DOT com Subject: Re: Trying to isolate build errors. In-Reply-To: <366D8861.E7BEE2D3@mail.pentek.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 8 Dec 1998, Charles Krug wrote: > I'm cross compiling for an embedded system using manufacturer > provided tools (which aren't that great) under djgpp make v3.77, > using bash as the shell. At one point, specifically adding a > second source file, make started failing at the link stage. It would be nice to hear more about the failures, like what were the error messages. > --Is there a djgpp port of gmake 3.71.1? Not for v2.x. And frankly, I rather doubt that Make is the cause of the problem. You said yourself that even from the command line the COFF executable was non-functional. > --Has anyone else seen these types of anomalies using gmake (or > the djgpp port) with any other toolsets? I'm thinking of > toolsets other than djgpp, since I've never seen this happen > using the djgpp tools. You didn't explain anything about ``the other toolset'' you are using. So I really cannot tell you anything useful about this. > --Has anyone else experienced unusual incompatibilites between > different toolsets and various flavors of make? In my experience, all of them are subtly incompatible. If you want to use the DJGPP tools, stick to them, don't mix them with other tools. > The makefile worked correctly in the past under both djgpp and > unix. It only began failing under djgpp when I added another > source file to the dependency list. So let's investigate this problem, instead of looking for alternative tools that would most probably get you into more trouble.