Lines 6-8 also won't parse. Since they are part of the expression that started online 5, the compiler stopped after the first error.
第6到8行无法解析。因为它们是第5行开始的表达式的一部分,编译器在遇到第一个错误之后就会停住。
2
In addition to the listed options, all single-letter compiler directives can be specified on the command line, as described in compiler directive options.
在附加的选项列表中,所有的单字符编译器指令都可以在命令行编译中使用,详情请参照:编译器指令。
3
Finally, on some Linux systems, clock_gettime may be a part of librt.so, and you may need to append the -lrt switch to the compiler command line.