【发布时间】:2020-10-09 03:37:00
【问题描述】:
错误列表https://imgur.com/a/ldeZ3Dk
每当我在 Dev c++ 中单击编译和运行时,它都会停止并用红色标记这一行 $(CC) $(LINKOBJ) -o $(BIN) $(LIBS) 并且 collect2.exe 不存在。
【问题讨论】:
标签: c++ opengl compiler-errors dev-c++
错误列表https://imgur.com/a/ldeZ3Dk
每当我在 Dev c++ 中单击编译和运行时,它都会停止并用红色标记这一行 $(CC) $(LINKOBJ) -o $(BIN) $(LIBS) 并且 collect2.exe 不存在。
【问题讨论】:
标签: c++ opengl compiler-errors dev-c++
我想通了,我没有在链接器中添加 libglu.a 和 libglut.a
【讨论】: