Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

ah so “GLIBCXX_3.4.29” and “GLIBC_2.34” aren’t there. My executable must have linked against those versions, and they aren’t on your system. I though it wouldn’t matter which version I had, but I guess it does. I’m not very knowledgable on the linux side of things, so I don’t know if you can install those?

I found a posting on askubuntu:

GLIBCXX_3.4.29 is an object from libstdc++.so.6.0.29 . Supplied with g++-11.

So my package list goes up to "g++-10", so it seems that version is too recent. Maybe if you just installed Version 10 as well and compiled using that?

(+1)

yeah, I’m in the middle of doing a fresh linux install (having some driver issues). Once I have that setup I’ll try and build it with an older g++ version.