delorie.com/archives/browse.cgi | search |
From: | "Mark E." <snowball3 AT bigfoot DOT com> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Linker warning |
Date: | Thu, 10 Aug 2000 13:53:05 -0400 |
Organization: | Snowball's Web |
Message-ID: | <glq5pskesd9njjpdlja7mr1e8pp1q7nd1o@4ax.com> |
References: | <3992D37A DOT D0274FA6 AT ma DOT tum DOT de> |
X-Newsreader: | Forte Agent 1.8/32.548 |
MIME-Version: | 1.0 |
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 <schultz AT ma DOT tum DOT de> 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |