无法运行'gdb ./a.out'甚至'gdb --help':
$ gdb ./a.out
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
Ubuntu Desktop 12.04 LTS是最新的。在'root'中工作。我宁愿不硬编码$ PYTHONHOME位置。任何提示赞赏。折流板。
更新:当我设置$ PYTHONHOME时,我得到:
$ PYTHONHOME=/usr/lib/python2.7 gdb ./a.out
ImportError: No module named site
更新:我确实安装了python-dev用于创建本机模块。
THX