Are there any blocking libraries not allowing a Linux build? Linux imho community is pretty forgiving of having to do game debugging for the author when the Linux version is given without any promises on usability.
firmware
9
Posts
8
Following
A member registered Jun 10, 2020
Recent community posts
It strongly suggests that you trying to "Frankenstein" a glibc, and this never works well, if at all.
Try building on a clean install of Ubuntu 22.04.3 LTS.In the end, for closed-source software, the ultimate solution is to figure out making static builds. Sorry for this advise in context of glibc. Bad advise, foolish me.
It seems you have compiled the linux version on Ubuntu 23.10 (Mantic) which already has glibc 2.38.
However, not even Debian Sid yet has it, and running it leaves us with:
./TotalControl.out: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./TotalControl.out)
Have you considered building the binary statically?