-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.log
303 lines (280 loc) · 9.79 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by TooN configure version-2.0.0-beta8, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = dysondemo-P15SM-A-SM1-A
uname -m = x86_64
uname -r = 3.13.0-32-generic
uname -s = Linux
uname -v = #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/dysondemo/torch/install/bin
PATH: /home/dysondemo/.luarocks/bin
PATH: /home/dysondemo/torch/install/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1846: checking for g++
configure:1862: found /usr/bin/g++
configure:1873: result: g++
configure:1900: checking for C++ compiler version
configure:1909: g++ --version >&5
g++ (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:1920: $? = 0
configure:1909: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)
configure:1920: $? = 0
configure:1909: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:1920: $? = 4
configure:1909: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:1920: $? = 4
configure:1940: checking whether the C++ compiler works
configure:1962: g++ conftest.cpp >&5
configure:1966: $? = 0
configure:2014: result: yes
configure:2017: checking for C++ compiler default output file name
configure:2019: result: a.out
configure:2025: checking for suffix of executables
configure:2032: g++ -o conftest conftest.cpp >&5
configure:2036: $? = 0
configure:2058: result:
configure:2080: checking whether we are cross compiling
configure:2088: g++ -o conftest conftest.cpp >&5
configure:2092: $? = 0
configure:2099: ./conftest
configure:2103: $? = 0
configure:2118: result: no
configure:2123: checking for suffix of object files
configure:2145: g++ -c conftest.cpp >&5
configure:2149: $? = 0
configure:2170: result: o
configure:2174: checking whether we are using the GNU C++ compiler
configure:2193: g++ -c conftest.cpp >&5
configure:2193: $? = 0
configure:2202: result: yes
configure:2211: checking whether g++ accepts -g
configure:2231: g++ -c -g conftest.cpp >&5
configure:2231: $? = 0
configure:2272: result: yes
configure:2324: checking for pkg-config
configure:2342: found /usr/bin/pkg-config
configure:2354: result: /usr/bin/pkg-config
configure:2369: checking for sed
configure:2385: found /bin/sed
configure:2397: result: sed
configure:2405: checking for pkg-config library dir
configure:2409: result: ${exec_prefix}/lib/pkgconfig
configure:2458: checking for dgesvd_ in -llapack
configure:2483: g++ -o conftest -g -O2 conftest.cpp -llapack >&5
configure:2483: $? = 0
configure:2492: result: yes
configure:2525: checking for decltype
configure:2537: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:15:25: error: ISO C++ forbids declaration of 'decltype' with no type [-fpermissive]
typedef decltype(int()*double()) foo;
^
conftest.cpp:15:25: error: typedef 'decltype' is initialized (use decltype instead)
configure:2537: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "TooN"
| #define PACKAGE_TARNAME "toon"
| #define PACKAGE_VERSION "version-2.0.0-beta8"
| #define PACKAGE_STRING "TooN version-2.0.0-beta8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define HAVE_LIBLAPACK 1
| #define TOON_USE_LAPACK 1
| /* end confdefs.h. */
|
|
| int main()
| {
| typedef decltype(int()*double()) foo;
| }
|
configure:2541: result: no
configure:2550: checking for __typeof__
configure:2562: g++ -c -g -O2 conftest.cpp >&5
configure:2562: $? = 0
configure:2563: result: yes
configure:2641: checking for __attribute__((deprecated))
configure:2653: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:16:2: warning: 'void foo()' is deprecated (declared at conftest.cpp:13) [-Wdeprecated-declarations]
foo();
^
conftest.cpp:16:6: warning: 'void foo()' is deprecated (declared at conftest.cpp:13) [-Wdeprecated-declarations]
foo();
^
configure:2653: $? = 0
configure:2654: result: yes
configure:2667: checking if compiler flag -Wall works
configure:2682: g++ -c -g -O2 -Wall conftest.cpp >&5
configure:2682: $? = 0
configure:2695: result: yes
configure:2708: checking if compiler flag -Wextra works
configure:2723: g++ -c -g -O2 -Wall -Wextra conftest.cpp >&5
configure:2723: $? = 0
configure:2736: result: yes
configure:2749: checking if compiler flag -W works
configure:2764: g++ -c -g -O2 -Wall -Wextra -W conftest.cpp >&5
configure:2764: $? = 0
configure:2777: result: yes
configure:2790: checking if compiler flag -O3 works
configure:2805: g++ -c -g -O2 -Wall -Wextra -W -O3 conftest.cpp >&5
configure:2805: $? = 0
configure:2818: result: yes
configure:2831: checking if compiler flag -Werror works
configure:2846: g++ -c -g -O2 -Wall -Wextra -W -O3 -Werror conftest.cpp >&5
configure:2846: $? = 0
configure:2859: result: yes
configure:2988: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by TooN config.status version-2.0.0-beta8, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on dysondemo-P15SM-A-SM1-A
config.status:806: creating TooN.pc
config.status:806: creating Makefile
config.status:806: creating internal/config.hh
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_lib_lapack_dgesvd_=yes
ac_cv_objext=o
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_prog_SED=sed
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cxx_g=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2 -Wall -Wextra -W -O3 -Werror'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
LDFLAGS=''
LIBOBJS=''
LIBS='-llapack '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='TooN'
PACKAGE_STRING='TooN version-2.0.0-beta8'
PACKAGE_TARNAME='toon'
PACKAGE_URL=''
PACKAGE_VERSION='version-2.0.0-beta8'
PATH_SEPARATOR=':'
PKGCONFIG_LIBDIR='${exec_prefix}/lib/pkgconfig'
PKG_CONFIG='/usr/bin/pkg-config'
SED='sed'
SHELL='/bin/bash'
VERSION='version-2.0.0-beta8'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
use_lapack='yes'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "TooN"
#define PACKAGE_TARNAME "toon"
#define PACKAGE_VERSION "version-2.0.0-beta8"
#define PACKAGE_STRING "TooN version-2.0.0-beta8"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define HAVE_LIBLAPACK 1
#define TOON_USE_LAPACK 1
#define TOON_TYPEOF___TYPEOF__ 1
#define TOON_DEPRECATED_GCC 1
configure: exit 0