Date: Mon, 27 May 2002 08:17:27 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Richard Dawe cc: djgpp-workers AT delorie DOT com Subject: Re: DJGPP CVS & gcc 3.1 [patch included] In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 26 May 2002, Richard Dawe wrote: > Below is a patch that I've used to build DJGPP CVS with gcc 3.1. Thanks. I didn't have time yet to review the patches, so what's below is based on your comments only. (Btw, it's better to send one patch per module, instead of a mega-patch like the one you sent.) > * I had to overwrite $DJDIR/include/sys/djtypes.h with djtypes.h > from DJGPP CVS. I don't understand this at all: IIRC, the library build procedure forces the compiler to use the headers from the source distribution, not from the production tree. So what you did should have been done automagically. What am I missing?