This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Makefile中静态库的调用



在Makefile中调用静态库如:LD_FLAGS += -L./  -lhuangosd,显示出错信息undefined reference to “函数名”,在调用的函数中包含库的头文件。不知道问题出在哪里??