X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 31 Jan 2008 17:57:10 -0500 Message-Id: <200801312257.m0VMvA9B009573@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <85dee0d5-db2a-4541-809f-1368e5bfa833 AT d70g2000hsb DOT googlegroups DOT com> (message from RayeR on Thu, 31 Jan 2008 14:22:35 -0800 (PST)) Subject: Re: How to determine LIBC version from a GCC toolchain? References: <85dee0d5-db2a-4541-809f-1368e5bfa833 AT d70g2000hsb DOT googlegroups DOT com> Errors-To: nobody AT delorie DOT com > how can I discover what libc version is used in DJGPP and (general) > GCC toolchain? Is it defined in some header file? It's in include/sys/version.h > I need to compare libc version in djgpp, mingw and arm- gcc and i > don't have closer info about this packages. DJGPP has its own C library so you can't compare them with other tools.