X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.190.193 with SMTP id dj1mr17443603qab.6.1356698579256; Fri, 28 Dec 2012 04:42:59 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Fri, 28 Dec 2012 04:42:59 -0800 (PST) In-Reply-To: <114cca61-6c64-4dbe-b071-87779b11f392@googlegroups.com> 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: <114cca61-6c64-4dbe-b071-87779b11f392 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: interoperability problem of glibc <= 2.5 with gcc >= 4.3 in C99 mode From: rugxulo AT gmail DOT com Injection-Date: Fri, 28 Dec 2012 12:42:59 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2014 Lines: 13 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 Wednesday, December 26, 2012 9:46:07 PM UTC-6, Maksim Soifer wrote: > > I tried to compile coreutils 8.20 and if troubles and incompatibility are expected, i didnt expected to see next message in configure script : > > This is a known interoperability problem of glibc <= 2.5 with gcc >= 4.3 in > C99 mode. You have four options: DJGPP doesn't use Glibc, it has its own separate library and headers (DJDEV*.ZIP). IIRC, Glibc only supports Linux and Hurd. BTW, DJGPP already has working ports of Bash 2.04 / 2.05b as well as FileUtils / TextUtils / ShellUtils (which were later combined into CoreUtils). I assume you are already aware of this. Is there specific functionality that is lacking that you need, or are you just curious to see if you can build a newer version (doubtful without patches, but ...)?