|
echo $?返回2。
参照文档44页说法
In this chapter, some tests can be adversely affected by existing tools or environmental issues on the host system.
Glibc test suite failures in this chapter are typically not worrisome. The Glibc installed in Chapter 6 is the one that
will ultimately end up being used, so that is the one that needs to pass most tests (even in Chapter 6, some failures
could still occur, for example, with the math tests).
When experiencing a failure, make a note of it, then continue by reissuing the make check command. The test suite
should pick up where it left off and continue. This stop-start sequence can be circumvented by issuing a make -k
check command. If using this option, be sure to log the output so that the log file can be examined for failures later.
The install stage of Glibc will issue a harmless warning at the end about the absence of / tools/ etc/ ld. so.
conf.
可以继续么? |
|