Open devosalain opened 1 year ago
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). So which compiler is advised ? clang , gcc , which version should i try ? Do i set an environment variable or do i give make a flag ?
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 libssl-dev
to get the development headers?
already installed. libssl-dev/oldstable,now 1.1.1w-0+deb11u1 amd64 [installed] libssl-doc/oldstable,oldstable,now 1.1.1w-0+deb11u1 all [installed] libssl-ocaml-dev/oldstable,now 0.5.9-2+b1 amd64 [installed] libssl-ocaml/oldstable,now 0.5.9-2+b1 amd64 [installed] libssl-utils-clojure/oldstable,oldstable,now 3.1.0-4 all [installed] libssl1.1/oldstable,now 1.1.1w-0+deb11u1 amd64 [installed]
We need ssl3, ssl1.1.1 is EOL.
make -j10 fails with
apt list --installed | grep openssl
returns