代码之家  ›  专栏  ›  技术社区  ›  Leo Brown

Eclipse/MinGW不会链接库

  •  0
  • Leo Brown  · 技术社区  · 6 年前

    我正在运行Eclipse Oxygen,试图将GLFW链接到我的项目。我有3个库文件 glfw3.dll , libglfw3.a libglfw3dll.a . 我尝试了使用和不使用lib前缀,包括库路径,并且尝试了使用和不使用文件扩展名。

    编辑:错误为 c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lC:/Users/leobr/Desktop/glfw-3.2.1.bin.WIN64/lib-mingw-w64/glfw3.dll

    c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lC:/Users/leobr/Desktop/glfw-3.2.1.bin.WIN64/lib-mingw-w64/libglfw3.a

    c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lC:/Users/leobr/Desktop/glfw-3.2.1.bin.WIN64/lib-mingw-w64/libglfw3dll.a

    1 回复  |  直到 6 年前
        1
  •  1
  •   Leo Brown    6 年前

    我的主要问题是我使用的是Win32MinGW和win64GLFW。我还必须链接dll库而不是普通的库。