MinGW/Eclipse ld.exe does not find libraries

前端 未结 2 1310
旧时难觅i
旧时难觅i 2021-02-13 12:19

I am using Eclipse CDT to try to compile a project with the Ogre 3D engine. But somehow mingw is not able to find the static libraries I link against.

These are the erro

2条回答
  •  别那么骄傲
    2021-02-13 13:06

    looks like you should try to remove "_d" from library names and add -DDEBUG . Also, debug libraries can be stored in a separate ogre directory.

提交回复
热议问题