-
Notifications
You must be signed in to change notification settings - Fork 111
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
Mx-linux (debian-sysVinit), compilation of gerbil fails with #1031
Comments
This seems to be a compiler configuration issue. We had the same issue in netbsd and was resolved by compiling with a newer gcc. |
Sidenote , it compiles fine on freebsd & artix-linux(arch-openrc). |
gcc is stronly recommended, >=11 |
Also check the compiler default flags, maybe use lates gnu standard flags? |
mx linux default to gcc-10. I must check for gcc-11. |
Are you sure you don't also need to install |
already installed. |
We need ssl3, ssl1.1.1 is EOL. |
make -j10 fails with
apt list --installed | grep openssl
returns
The text was updated successfully, but these errors were encountered: