delorie.com/archives/browse.cgi | search |
Date: | Wed, 29 May 2002 15:03:49 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Andrew Cottrell <acottrel AT ihug DOT com DOT au> |
cc: | djgpp-workers AT delorie DOT com, Andris Pavenis <andris AT latnet DOT lv> |
Subject: | Re: Building GCC 3.1 error help |
In-Reply-To: | <002f01c206fc$4fa7d6c0$0102a8c0@acceleron> |
Message-ID: | <Pine.SUN.3.91.1020529145909.3604A-100000@is> |
MIME-Version: | 1.0 |
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 |
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+.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |