-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.log
43 lines (41 loc) · 1.14 KB
/
config.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
file /home/hongki/iotivity/build_common/SConscript,line 820:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for POSIX Thread Support...
scons: Configure: ".sconf_temp/conftest_0.c" is up to date.
scons: Configure: The original builder output was:
|.sconf_temp/conftest_0.c <-
| |
| |#if !defined(__GNUC__)
| |# error "Not the GCC C compiler."
| |#endif
| |
| |int foo(void)
| |{
| | return 0;
| |}
| |
|
scons: Configure: ".sconf_temp/conftest_0.o" is up to date.
scons: Configure: The original builder output was:
|Compiling .sconf_temp/conftest_0.o
|
scons: Configure: ".sconf_temp/conftest_1.c" is up to date.
scons: Configure: The original builder output was:
|.sconf_temp/conftest_1.c <-
| |
| |#include <unistd.h>
| |#include <pthread.h>
| |int main()
| |{
| | #ifndef _POSIX_THREADS
| | # error POSIX Threads support not available
| | #endif
| | return 0;
| |}
| |
|
scons: Configure: ".sconf_temp/conftest_1.o" is up to date.
scons: Configure: The original builder output was:
|Compiling .sconf_temp/conftest_1.o
|
scons: Configure: (cached) yes