You are not logged in.
Pages: 1
There's probably another, better place to post this than devuan forums (but that's the O/S I'm using, so, there's that).
I've upgraded my main system to daedalus. When I gcc a simple program here, and try to run it on chimaera (the same architecture, amd64), I get this error: ./a.out: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./a.out)
I can transfer the source to the chimaera machine and re-build it there and it runs fine on either. Is there a simple workaround to avoid that step, some kind of build setting I can change on my daedalus machine to produce a binary executable that will run on chimaera?
Last edited by rbit (2023-09-03 21:15:11)
Offline
There are a number of what seems from my desktop to be useful answers to your specific use-case here (stackoverflow).
Offline
Thanks, adding -static option to gcc worked.
Offline
Pages: 1