Date: Tue, 18 Jan 2000 12:25:36 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Gisle Vanem cc: djgpp AT delorie DOT com Subject: Re: make depend In-Reply-To: <01a701bf6198$9fa72d80$293f8589@gv015029.bgo.nera.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 18 Jan 2000, Gisle Vanem wrote: > I got another idea; force gcc (and the cpp stage) to use a > specific 'specs' file. Sure, but that's hardly a good way for an average DJGPP user out there. In fact, it might even be the wrong thing for you, if the rest of the program depends on __DJGPP_MINOR__, and stdio.h isn't included. This can be a cause for some subtle hard-to-debug problems. At least add -D switches that define these symbols correctly (in the Makefile).