forked from wren-lang/wren-cli
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
glib fix #22
Comments
Also I receive and error ./wrenc: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./wrenc) wget -c https://ftp.gnu.org/gnu/glibc/glibc-2.29.tar.gz
tar -zxvf glibc-2.29.tar.gz
mkdir glibc-2.29/build
cd glibc-2.29/build
../configure --prefix=/opt/glibc
make
make install |
Is there a take away here? I forget how the binaries we publish are linked, but should be easy enough to build the entire |
I ended using an old ubuntu version for the glibc
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This one looks important maybe: https://github.com/wren-lang/wren-cli/pull/136/files
The text was updated successfully, but these errors were encountered: