X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: How to determine LIBC version from a GCC toolchain? Date: Thu, 31 Jan 2008 14:22:35 -0800 (PST) Organization: http://groups.google.com Lines: 5 Message-ID: <85dee0d5-db2a-4541-809f-1368e5bfa833@d70g2000hsb.googlegroups.com> NNTP-Posting-Host: 78.102.38.194 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1201818156 27514 127.0.0.1 (31 Jan 2008 22:22:36 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 31 Jan 2008 22:22:36 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: d70g2000hsb.googlegroups.com; posting-host=78.102.38.194; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, how can I discover what libc version is used in DJGPP and (general) GCC toolchain? Is it defined in some header file? Or can it be grabbed from libc.a? I need to compare libc version in djgpp, mingw and arm- gcc and i don't have closer info about this packages.