From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: Re: Malloc problems Date: Tue, 18 Apr 2000 17:41:00 +0400 Organization: MTU-Intel ISP Lines: 20 Message-ID: <38FC65EC.70AA13C7@mtu-net.ru> References: <8074D95288C2D311AC660000F8106CC8EA7BE0 AT MSG1CHR> NNTP-Posting-Host: ppp103-164.dialup.mtu-net.ru Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-Trace: gavrilo.mtu.ru 956069915 18329 212.188.103.164 (18 Apr 2000 14:58:35 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 18 Apr 2000 14:58:35 GMT X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en,ru To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com IMHO you *must* use the latest parts of DJGPP. Don't mix older ones with new ones. It may cause unexpected problems. Just go to FTP and get entire the DJGPP packege, clean your old one from HDD and reinstall new. -- Alexei A. Frounze ----------------------------------------- Homepage: http://alexfru.chat.ru Mirror: http://members.xoom.com/alexfru DAANEN Vincent wrote: > > Hi > recently, I downloaded gcc 2.95.2 for djgpp. Some programs those > worked fine when compiled with gcc -2.7.. or gcc 2.8.. > do not work now. They break in malloc functions > Is there a bug in malloc of gcc 2.95.2 ? > Is there a patch ?