GCC, linking libraries, not found?

前端 未结 3 1811
遇见更好的自我
遇见更好的自我 2021-01-06 12:11
  • OS: Windows 7 Pro X64
  • IDE: Eclipse IDE for C/C++ Developers
  • Compiler: MinGW (lastest, 4.5.2)

Compiling HelloWorld.c works; but when I

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-06 12:52

    Try this:

    gcc -LC:\rhino\data\libs -LC:\rhino\data\lib -oTestC.exe TestC.o -lglfw libglfw.a libglfwdll.a
    

提交回复
热议问题