public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* How to know the version of GLIBC installed on current platform?
@ 2020-08-10  1:29 孙世龙 sunshilong
  2020-08-10  5:28 ` Florian Weimer
  2020-08-10 23:42 ` Jim Wilson
  0 siblings, 2 replies; 3+ messages in thread
From: 孙世龙 sunshilong @ 2020-08-10  1:29 UTC (permalink / raw)
  To: gcc-help

Hi, list

How to know the version of GLIBC installed on current platform,e.g: Ubuntu?

Thank you for your attention to this matter.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to know the version of GLIBC installed on current platform?
  2020-08-10  1:29 How to know the version of GLIBC installed on current platform? 孙世龙 sunshilong
@ 2020-08-10  5:28 ` Florian Weimer
  2020-08-10 23:42 ` Jim Wilson
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Weimer @ 2020-08-10  5:28 UTC (permalink / raw)
  To: 孙世龙 sunshilong via Gcc-help

* 孙世龙 sunshilong via Gcc-help:

> How to know the version of GLIBC installed on current platform,e.g: Ubuntu?

“dpkg -l libc6” shows the full Ubuntu package version.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to know the version of GLIBC installed on current platform?
  2020-08-10  1:29 How to know the version of GLIBC installed on current platform? 孙世龙 sunshilong
  2020-08-10  5:28 ` Florian Weimer
@ 2020-08-10 23:42 ` Jim Wilson
  1 sibling, 0 replies; 3+ messages in thread
From: Jim Wilson @ 2020-08-10 23:42 UTC (permalink / raw)
  To: 孙世龙 sunshilong; +Cc: gcc-help

On Sun, Aug 9, 2020 at 6:29 PM 孙世龙 sunshilong via Gcc-help
<gcc-help@gcc.gnu.org> wrote:
> How to know the version of GLIBC installed on current platform,e.g: Ubuntu?

In addition to dpkg, there is also __GLIBC__ and __GLIBC_MINOR__ in
/usr/include/features.h.

Jim

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-10 23:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10  1:29 How to know the version of GLIBC installed on current platform? 孙世龙 sunshilong
2020-08-10  5:28 ` Florian Weimer
2020-08-10 23:42 ` Jim Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).