0

How to find the glibc version for x86_64-w64-mingw32-gcc-win32 compiler ?

sepp2k
  • 363,768
  • 54
  • 674
  • 675
Prq
  • 21
  • 2
  • Does this answer your question? [Check glibc version for a particular gcc compiler](https://stackoverflow.com/questions/9705660/check-glibc-version-for-a-particular-gcc-compiler) – Azhar Khan Oct 20 '22 at 07:00
  • Its a mingw compiler and with the ablove I am not able to find the glibc version. – Prq Oct 20 '22 at 07:04

1 Answers1

0

How to find the glibc version for x86_64-w64-mingw32-gcc-win32 compiler ?

GLIBC does not support Win32, so the answer to "which GLIBC version" is: none.

Instead, a completely different libc is used.

See also http://xyproblem.info

Employed Russian
  • 199,314
  • 34
  • 295
  • 362