yuk7 / ArchWSL

ArchLinux based WSL Distribution. Supports multiple install.
https://git.io/archwsl
MIT License
6.91k stars 201 forks source link

The official glibc-2.38 reported to work in WSL1 #325

Open viruscamp opened 1 year ago

viruscamp commented 1 year ago

As the maintainer of glibc-linux4 said in https://aur.archlinux.org/packages/glibc-linux4#comment-930385

The normal glibc v2.38 works perfectly fine with WSL 1, which is on Linux v4.4.0. There is no need to update & use glibc-linux4 at the moment AFAIK. If you do need glibc-linux4 v2.38 as normal glibc will not work for you, please be sure to provide the details when you flag this package.

@yuk7 Would please make a new release which contains the latest official glibc-2.38 ?

viruscamp commented 1 year ago

I have tested, it works:

[~]$ yay -Q | grep glibc
glibc 2.38-3
[~]$ uname -a
Linux HOSTNAME 4.4.0-19041-Microsoft #2311-Microsoft Tue Nov 08 17:09:00 PST 2022 x86_64 GNU/Linux
[~]$ gcc
gcc: fatal error: no input files
compilation terminated.