MinGW/Eclipse ld.exe does not find libraries

前端 未结 2 1311
旧时难觅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.

    0 讨论(0)
  • 2021-02-13 13:12

    On Windows, when you add libraries path "-L" and click "File System" Eclipse gives you the path with "\", change those to "/" and it shall work!

    0 讨论(0)
提交回复
热议问题