compile.opt的文件内容为
-c
-j
-g
-O
该文件已经通过Linux的dos2unix命令转换为Unix要求的文件格式。
下面要通过Linux的GCC编译hello.c文件的MakeFile
COMP_OPT = compile.opt
all:
gcc -o $(COMP_OPT) hello hell.c
※我找到了一个类似的命令:
ar: illegal option -- .
Usage: ar [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...
@
但我不知道怎么使用这个命令实现我的请求?
tyl8899 于 2015-11-04 16:19:48发表:
或者下载电纸书更好哟
tyl8899 于 2015-11-04 16:19:28发表:
这书在哪里可以买啊
fangzhan9527269 于 2015-11-01 07:23:06发表:
推荐新手Linux学员看下《Linux就该这么学》,确实不错的Linux教材。(e:e2shttp://www.linuxprobe.com/