|
Hi,
Could it be differences in compilers? Which version of gcc are you using on Debian? And which version on Mint? Will the Mint compiled version run on the older Debian? Wouldn't it need a new C++ runtime library?
So if on Mint they have a new C++ runtime library from a newer gcc. We do not include the c++ runtime library (libstdc++) when shipping binaries on Linux do we? So if you move the Mint version (which worked perfectly) to a system with a much older gcc and g++ runtime library (older libstdc++) installed (but same major number) such as Debian, you might see bugs that don't exist on Mint.
Kevin
Last edited by KevinH; 02-12-2015 at 06:46 PM.
|