gbgames 2022-04-21 13:36
Unfortunately, my Ubuntu 20.04 system seems to have an older LIBC:
``` $ ./tordle ./tordle: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./tordle) ./tordle: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/gberardi/Desktop/LD50_Games_To_Play/tordle/libs/libSDL2-2.0.so.0) ./tordle: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/gberardi/Desktop/LD50_Games_To_Play/tordle/libs/libSDL2-2.0.so.0) ./tordle: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/gberardi/Desktop/LD50_Games_To_Play/tordle/libs/librt.so.1) ./tordle: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/gberardi/Desktop/LD50_Games_To_Play/tordle/libs/libpthread.so.0) ```