我是C ++的新手,在我问之前我做了很多搜索,我用C ++开始使用OpenGL教程,我使用eclipse和GNU交叉编译器,我知道如何喜欢doc_count: 2
格式的静态库然后我想要使用nested_fields
库,我有它的源代码和Windows libXXX.a
的预编译版本,如果我使用GLEW
编译源代码我得到一个错误1 p>
libglew32.lib
。
如果我把库放在libraries文件夹中并像其他库一样将它添加到链接器中,我在编译项目时遇到错误,例如make
或make (e=2): The system cannot find the file specified.
Makefile:131: recipe for target 'tmp/cygwin/default/shared/glew.o' failed
make: *** [tmp/cygwin/default/shared/glew.o] Error 2
所以我有两个问题:
undefined reference to 'glewExperimental'
个文件用于eclipse吗?如果是的话,我该怎么办?答案 0 :(得分:0)
我使用gcc
编译并以ar
排列,最后我得到了libglew.a