Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/139.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ 我得到“;h:没有这样的文件或目录”;在CentOS_C++_Centos_Installation_Lapack - Fatal编程技术网

C++ 我得到“;h:没有这样的文件或目录”;在CentOS

C++ 我得到“;h:没有这样的文件或目录”;在CentOS,c++,centos,installation,lapack,C++,Centos,Installation,Lapack,我也有类似的问题。我在谷歌上搜索了几个小时,但我不知道应该安装什么才能获得#include头文件 我为我的CentOS 6.8在x86_64上尝试了这个lapack-3.2.1-4.el6 RPM。 但我还是有同样的问题 谢谢你的指导。也许是一个愚蠢的观察,但我看到你的include\include而不是\include。还有一件事 不需要特殊的标题,只有通常的标题会在那里 #include <stdio.h> #include <math.h> #包括 #包括 然后

我也有类似的问题。我在谷歌上搜索了几个小时,但我不知道应该安装什么才能获得
#include
头文件

我为我的CentOS 6.8在x86_64上尝试了这个
lapack-3.2.1-4.el6 RPM。
但我还是有同样的问题


谢谢你的指导。

也许是一个愚蠢的观察,但我看到你的include
\include
而不是
\include
。还有一件事

不需要特殊的标题,只有通常的标题会在那里

#include <stdio.h>
#include <math.h>
#包括
#包括

然后,尝试使用正常功能,不要执行
#include

是否可以将头文件复制到目录中,并通过
-I
提供地址?我从这里()获得了包,并通过
-I/path_to_folder/lapack-3.7.0/LAPACKE/include提供了头文件地址。它以某种方式解决了问题。拉帕克和拉帕克不一样。在一些linux发行版中,它们甚至捆绑成不同的系统包。使用C接口进行lapack时,确实需要执行
#include