appimage只解决打包问题,libstdc++和glibc的兼容问题依旧存在。
它的文档写的原则是:用最老的那个目标系统里的libstdc++.so.6
不过对于glibc,它推荐了三种可能的方式,值得研究:
LibcWrapGenerator or glibc_version_header or bingcc.
https://docs.appimage.org/reference/best-practices.html?highlight=libstdc
libstdc++.so.6?
As a general rule of thumb, please use no libstdc++.so.6 newer than the one that comes with the oldest distribution that you still want to support, i.e., the oldest still-supported LTS version of Ubuntu.
【 在 AudiDoggie 的大作中提到: 】
: 打包成appimage格式?
:
--
修改:z16166 FROM 222.130.137.*
FROM 222.130.137.*