Installation of doxygen and error in make command

后端 未结 5 483
面向向阳花
面向向阳花 2020-12-10 05:40

I am trying to install doxygen in my CentOs 6.3 machine and I am getting this error. Any ideas??

[root@dell1 doxygen-1.8.3.1]# make install
/usr/bin/install          


        
5条回答
  •  死守一世寂寞
    2020-12-10 06:42

    A cannot stat error literally means the file(s) or directory does not exist - or you do not have the correct permissions. If you know where the directory is located - start looking there for permissions and file existence.

提交回复
热议问题