Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++ ゲームを作成しました。
私がビルドしたディストリビューション (openSUSE) では完全に動作しますが、別のディストリビューション (Lubuntu) では実行できません。私はこのランチャーを使用します:
chmod +x Trigonium export LD_LIBRARY_PATH="" ./Trigonium
./Launcher.sh: 3 行目: ./Trigonium: バイナリ ファイルを開けません
直接実行しようとすると、同じエラーが発生します。
両方のシステムで同じバイナリですか?
一方のシステムは 32 ビットで、もう一方のシステムは 64 ビットですか? uname -aGowthamが提案するように確認してください。
uname -a