Date: Tue, 25 Jan 2000 10:44:32 -0500 (EST) From: Frank Donahoe To: Eli Zaretskii cc: DJGPP List Subject: Re: make 3.78.1 check In-Reply-To: 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, 25 Jan 2000, Eli Zaretskii wrote: > > > > If the above doesn't help to resolve this, I'm afraid you'll have to > > > debug these specific tests and tell what you find. > > I can only reiterate this last advice. Insert debugging print > statements into the script and the Makefile it produces and take it > from there. > Fortunately this turned out to be not so difficult after I connected some key words in the difference files, "environment" and "default" to `djgpp.env'. If not defined, "CC=cc" by default. Long ago I added an override "+CC=gcc" to `djgpp.env' and that innocent seeming line broke the two tests. If I had posted the difference data for `djgpp.env' vs. `djgpp.std' the resolution would have been there for all to see. All the recent ports compiled with gcc 2.95.2 pass their respective test suites. Thanks and best wishes, Frank