我无法正确链接我的程序。我使用以下命令行,但出现错误。
g++ -I/home/blah/intel/composerxe/mkl/include dotProduct.cpp /home/blah/intel/composerxe/mkl/lib/intel64/libmkl_core.a
输出是这样的:
/tmp/ccvw6w13.o: In function `main':
dotProduct.cpp:(.text+0x108): undefined reference to `cblas_sdot'
collect2: ld returned 1 exit status
我还尝试运行一个脚本,该脚本尝试将所有 .a 文件逐一链接,但它们都失败了。任何人都可以提出一个解决方案。谢谢。