From: "Mark E." Newsgroups: comp.os.msdos.djgpp Subject: Re: Linker warning Date: Thu, 10 Aug 2000 13:53:05 -0400 Organization: Snowball's Web Message-ID: References: <3992D37A DOT D0274FA6 AT ma DOT tum DOT de> X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 166.72.160.101 X-Trace: 10 Aug 2000 17:51:40 GMT, 166.72.160.101 Lines: 17 X-Complaints-To: abuse AT prserv DOT net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Waldemar Schultz wrote: >e:/djgpp/bin/ld.exe: Warning: type of symbol `_head' changed from 14 to 24 in gl >obals.o > >What does that mean? Is it dangerous? Thanks for help. The symbol type field in the COFF debug info has somehow changed. 14 is the code for unsigned int, but 24 doesn't exist in the references that I checked. This warning probably isn't dangerous, but just the same if you can boil it down to a simple testcase that you can post that shows the problem, I'd appreciate it. Mark -- Mark E.: snowball3 AT bigfoot DOT com http://snowball.frogspace.net/