X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.182.230.168 with SMTP id sz8mr6824902obc.9.1385251752488; Sat, 23 Nov 2013 16:09:12 -0800 (PST) X-Received: by 10.49.16.168 with SMTP id h8mr617894qed.2.1385251752457; Sat, 23 Nov 2013 16:09:12 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Sat, 23 Nov 2013 16:09:12 -0800 (PST) In-Reply-To: <528E6CE6.7040301@gmx.de> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO NNTP-Posting-Host: 65.13.115.246 References: <1129ec5e-7001-4838-aefe-beffc5c0d1ba AT googlegroups DOT com> <54466520-a684-405e-ab40-36a4acc5c10b AT googlegroups DOT com> <528E6CE6 DOT 7040301 AT gmx DOT de> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: no enought memory under win xp From: rugxulo AT gmail DOT com Injection-Date: Sun, 24 Nov 2013 00:09:12 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2298 Lines: 30 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Hi, On Thursday, November 21, 2013 2:28:22 PM UTC-6, Juan Manuel Guerrero wrote: > > Here is the output I got from the configure run: > > checking malloc.h usability... yes > checking malloc.h presence... yes > checking for malloc.h... yes > checking for memory.h... (cached) yes > checking for stdlib.h... (cached) yes > checking for memalign... yes > checking for stdlib.h... (cached) yes > checking for GNU libc compatible malloc... yes Sorry to mention this yet again, but I think this is still a problem. It shouldn't say "yes" for memalign since DJGPP does it backwards to Linux, and some apps may have problems with that. I previously suggested to remove it entirely from stdlib.h and put the corrected version in malloc.h (like Linux does). http://www.delorie.com/bin/cvsweb.cgi/djgpp/include/stdlib.h?rev=1.20 http://www.delorie.com/djgpp/doc/libc/libc_562.html Here's one real project that had to workaround this problem already: http://ffmpeg.org/pipermail/ffmpeg-cvslog/2013-March/061793.html