From: "Mark E." To: Eli Zaretskii , djgpp AT delorie DOT com Date: Sun, 13 Aug 2000 14:48:00 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Linker warning Message-ID: <3996B520.15631.922B1@localhost> In-reply-to: <2110-Sun13Aug2000212423+0300-eliz@is.elta.co.il> References: (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I saw today a similar warning: > > c:/usr/djgpp/bin/ld.exe: Warning: type of symbol `_menu_bar_items' \ > changed from 4 to 36 in keyboard.o ... > Since struct members and functions are in separate namespaces in C, I > wonder why does the linker bother to issue a warning? Does that mean > that I have a real clash on my hands? It's a bug in Binutils 2.10. I'll have a fix soon. Mark