安装一个程序,configure以后但是没办法make,代码如下,请高手指点,不胜感激 linux1linux ---x 1 [yh@localhost dpdmacs]$ ./configurechecking for icc... no checking for gcc... gcc checking for C compiler default output file name... a.outchecking whether the C compiler works... yes checking ...
安装一个程序,configure以后但是没办法make,代码如下,请高手指点,不胜感激[yh@localhost dpdmacs]$ ./configurechecking for icc... no checking for gcc... gcc checking for C compiler default output file name... a.outchecking whether the C compiler works... yes checking whether we are cross compil...
,可以通过以下步骤实现: 1. 在CMakeLists.txt文件中添加生成asm文件的相关配置。可以使用CMake的add_custom_command命令来执行生成asm文件的操作。例如: `...