回 帖 发 新 帖 刷新版面

主题:[讨论]怎么操作下面的说明啊?

--------------------------------------------------------------------------------
  How to compile "libgrid.a"
--------------------------------------------------------------------------------


Edit first the flags (SRC, EXEC, O, LD, FC, FFLAGS, and LDFLAGS) in "Makefile"
as appropriate for your computer, compiler and/or operating system. There are
examples of settings for GNU g77, Mac OS X, IBM, SGI and SUN f77 compilers. Type
"make" at the prompt to compile the subroutines and to create the library. 

上面的英文我该怎么操作啊?(文件夹中有Makefile文件)

回复列表 (共3个回复)

沙发

修改Makefile文件里,帮助指定的那几个变量,然后保存后在命令行输入make就行了。

板凳

帮助是readme吗?什么帮助?还有“命令行”在哪,是在Makefile中输入,还是在“运行”中输入?多谢

3 楼

“帮助”是指README吧,是不是要修改SRC, EXEC, O, LD, FC, FFLAGS等参数啊?

和“命令行”是不是指在DOS下输入啊?

输入MAKE不行,输入NMAKE看起来可以,不过出现错误如下:
makefile(58) : fatal error U1001: syntax error : illegal character '{' in macro
Stop.

请教高手我该怎么解决???

我来回复

您尚未登录,请登录后再回复。点此登录或注册