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.
我目前正在学习 Irrlicht 图书馆,但遇到了很多麻烦。我使用 Irrlicht ZIP 存档附带的示例(不是 C::B 附带的示例)。我将如何在运行时解决这个“找不到入口点”错误?它说诸如“gxx_personality_v0”之类的东西没有找到或其他东西。什么?我什至不知道这是从哪里来的?Irrlicht 是否与 MinGW 混合良好?
看来您正在构建gcc而不是g++. 该g++命令与 C++ 库链接,而gcc没有,会导致像您这样的错误。
gcc
g++