ex.c是一个GTK程序,下列编译命令正确的是()。
A、A.gcc -o ex ex.c gtk-config -cflags --libs
B、B.gcc -o ex ex.c ’gtk-config -cflags -libs’
C、C.gcc -o ex ex.c ’gtk-config -cflags -libs
D、D.gcc -o ex ex.c "gtk-config -cflags -libs"
A、A.gcc -o ex ex.c gtk-config -cflags --libs
B、B.gcc -o ex ex.c ’gtk-config -cflags -libs’
C、C.gcc -o ex ex.c ’gtk-config -cflags -libs
D、D.gcc -o ex ex.c "gtk-config -cflags -libs"
A、A、命令行输入的所有命令都被记录 B、B、定期计算程序的hash键(散列值)并与最近授权过的程序版本的hash键比较 C、C、操作系统命令行访问权限通过一个预先权限批准的访问限制工具来授权 D、D、将软件开发工具与编译器从产品环境中移除
A、gcc–i HelloWorld.c Hello B、gcc–o HellohelloWorld.c C、gcc–o HelloWorld.c Hello D、gcc–i HelloHelloWorld.c