MinGW/Eclipse ld.exe does not find libraries

前端 未结 2 1309
旧时难觅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: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!

提交回复
热议问题