From: Felix Natter Newsgroups: comp.os.msdos.djgpp Subject: Re: xmalloc and xfree Date: 11 Oct 1999 17:44:12 +0200 Organization: Customer of NDH Netzwerkdienste Hoeger GmbH Lines: 30 Message-ID: References: NNTP-Posting-Host: port231.bonn.ndh.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: passat.ndh.net 939663847 26704 195.94.93.231 (11 Oct 1999 17:44:07 GMT) X-Complaints-To: abuse AT ndh DOT net NNTP-Posting-Date: 11 Oct 1999 17:44:07 GMT User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4 To: djgpp AT Delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii writes: > Please look at stdlib.h, and you will see that the prototype of xmalloc > is commented out there. There's an explanation there about the reasons. thanks for all answers, the problem has been solved already by uncommenting the prototypes of xmalloc and xfree in include\stdlib.h. the question now is rather if the djgpp distribution should leave those lines commented, because it will not work with the strict checking of gcc 2.95. I would like to discuss that issue, but I do not know why you uncommented them in the first place. btw: there is another thing: the file cxxfilt.exe is included in two zip's: bnu281b.zip 55808 12-31-97 14:33 bin/cxxfilt.exe gpp2951b.zip 157302 09-24-99 02:14 bin/cxxfilt.exe and both seem to work! (I've unpacked the files in a different order, and it works as well) -- Felix Natter