我在文件中包含了
using namespace std;
#include "clapack/f2c.h"extern "C"
{
#include "clapack/clapack.h"
}编译时出现Linking...
ClothoidDlg.obj : error LNK2001: unresolved external symbol _sgesv_
Debug/Clothoid.exe : fatal error LNK1120: 1 unresolved externals搜了一下是不认识sgesv_,可是在clapack.h我找到了这个函数的定义,不明白为什么会报错,希望各位大侠指点……