Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Does not come bundled with required GLIBC. 

Huh? Are you on Linux or Windows? If Linux , what distro?  Is it trying to dynamically link glibc?

(+1)

I'm on Debian. It's trying to search for the GLIBC, which as far as I know does not come in a blank base.

(1 edit)

I think I only forced static build on Windows by accident. Until I set up some packages there should be no dynamic linking in the binaries I distribute. Thanks for pointing this out! I'll fix this next DD. Maybe a nix package or an appimage would be best.

If possible, can you give me the exact error msg? I also won't be able to test for a little while unfortunately.

(+1)

./Shape_of_Dreams-x86_64_GNU_Linux: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by
./Shape_of_Dreams-x86_64_GNU_Linux)

I wonder if making builds for different distros is worth it. Of course Debian and Arch are so widely used that I  probably shouldn't leave them out. I might just be lazy and direct Linux users to run the build script kek.