Date: Wed, 29 May 2002 15:03:49 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Andrew Cottrell cc: djgpp-workers AT delorie DOT com, Andris Pavenis Subject: Re: Building GCC 3.1 error help In-Reply-To: <002f01c206fc$4fa7d6c0$0102a8c0@acceleron> 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 Wed, 29 May 2002, Andrew Cottrell wrote: > When building make the following warnings were generated:- > In file included from glob.c:813: > glob.c: In function `glob': > glob.c:197: warning: passing arg 0 of `my_realloc' from incompatible > pointer type It would help if you show the offending line and tell what are the types of arg 0 to my_realloc and the variable actually passed as argument 0. > d:/dj204/bin/ld.exe: cc1plus.exe: warning: .text: line number overflow: 0x29e83 > 0xffff Disregard this warning: it simply says that cc1plus.exe has debug info about more than 64K source lines, and COFF debugging format cannot cope with that much. (The info about source lines beyond 64K is thrown away by the linker.) If you want to avoid this warning, either compile without -g or (recommended) change -g into -gstabs+.