-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.log
324 lines (301 loc) · 10.8 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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by joepass configure 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = DESKTOP-D2O9OHI
uname -m = x86_64
uname -r = 3.0.7-338.x86_64
uname -s = MSYS_NT-10.0-18362
uname -v = 2019-05-24 10:50 UTC
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /opt/bin
PATH: /c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR
PATH: /c/Program Files (x86)/NVIDIA Corporation/PhysX/Common
PATH: /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL
PATH: /c/Program Files/Intel/Intel(R) Management Engine Components/DAL
PATH: /c/ProgramData/chocolatey/bin
PATH: /mingw64/bin
PATH: /c/Users/Patrice/AppData/Local/Microsoft/WindowsApps
PATH: /mingw64/bin
PATH: /c/Program Files (x86)/Nmap
PATH: /c/Program Files/ffmpeg
PATH: /c/Program Files/VideoLAN/VLC
PATH: /c/Program Files (x86)/Tobias Erichsen/loopMIDI
PATH: /c/Program Files/REAPER (x64)
PATH: /c/Program Files/Pd/bin
PATH: /c/Program Files (x86)/Atmel/Flip 3.4.7/bin
PATH: /c/Windows/System32/wbem
PATH: /c/Windows/System32
PATH: /mingw64/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1675: loading site script /etc/config.site
| # This file is in public domain.
| # Original author: Karlson2k (Evgeny Grin)
| # Written for MSys2 to help running 'configure' scripts
|
| # Use correct config.site even if CONFIG_SITE is not set
| if test "x$MSYSTEM" = "xMINGW64"; then
| if test -r "${MINGW_PREFIX-/mingw64}/etc/config.site"; then
| . "${MINGW_PREFIX-/mingw64}/etc/config.site"
| fi
| elif test "x$MSYSTEM" = "xMINGW32"; then
| if test -r "${MINGW_PREFIX-/mingw32}/etc/config.site"; then
| . "${MINGW_PREFIX-/mingw32}/etc/config.site"
| fi
| elif test "x$MSYSTEM" = "xCLANG64"; then
| if test -r "${MINGW_PREFIX-/clang64}/etc/config.site"; then
| . "${MINGW_PREFIX-/clang64}/etc/config.site"
| fi
| elif test "x$MSYSTEM" = "xCLANG32"; then
| if test -r "${MINGW_PREFIX-/clang32}/etc/config.site"; then
| . "${MINGW_PREFIX-/clang32}/etc/config.site"
| fi
| else
| # Defaults for MSys2-targeted programs
|
| # Set proper selfname on bash and fallback to default name on other shells
| test -n "${BASH_SOURCE}" 2>/dev/null && config_site_me="${BASH_SOURCE[0]##*/}" || config_site_me=config.site
|
| # Set default 'host' to speedup configure
| if test -z "$build_alias"; then
| build_alias="${MSYSTEM_CARCH-x86_64}-pc-msys" && \
| ${as_echo-echo} "$config_site_me:${as_lineno-$LINENO}: default build_alias set to $build_alias" >&5
| fi
|
| # Set default 'prefix' to "/usr"
| if ( test -z "$prefix" || test "x$prefix" = "xNONE" ) && \
| ( test -z "$exec_prefix" || test "x$exec_prefix" = "xNONE" ); then
| prefix="${MSYSTEM_PREFIX-/usr}" && \
| ${as_echo-echo} "$config_site_me:${as_lineno-$LINENO}: default prefix set to $prefix" >&5
| fi
|
| fi
config.site:31: default build_alias set to x86_64-pc-msys
config.site:38: default prefix set to /usr
configure:1815: checking for a BSD-compatible install
configure:1883: result: /usr/bin/install -c
configure:1894: checking whether build environment is sane
configure:1931: result: yes
configure:1985: checking for gawk
configure:2001: found /usr/bin/gawk
configure:2012: result: gawk
configure:2023: checking whether make sets $(MAKE)
configure:2045: result: yes
configure:2277: checking for g++
configure:2293: found /mingw64/bin/g++
configure:2304: result: g++
configure:2331: checking for C++ compiler version
configure:2340: g++ --version >&5
g++.exe (Rev2, Built by MSYS2 project) 8.3.0
Copyright (C) 2018 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:2351: $? = 0
configure:2340: g++ -v >&5
Using built-in specs.
COLLECT_GCC=C:\msys64\mingw64\bin\g++.exe
COLLECT_LTO_WRAPPER=C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../gcc-8.3.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=ada,c,lto,c++,objc,obj-c++,fortran --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-filesystem-ts=yes --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev2, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
Thread model: posix
gcc version 8.3.0 (Rev2, Built by MSYS2 project)
configure:2351: $? = 0
configure:2340: g++ -V >&5
g++.exe: error: unrecognized command line option '-V'
g++.exe: fatal error: no input files
compilation terminated.
configure:2351: $? = 1
configure:2340: g++ -qversion >&5
g++.exe: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++.exe: fatal error: no input files
compilation terminated.
configure:2351: $? = 1
configure:2371: checking whether the C++ compiler works
configure:2393: g++ conftest.cpp >&5
configure:2397: $? = 0
configure:2445: result: yes
configure:2448: checking for C++ compiler default output file name
configure:2450: result: a.exe
configure:2456: checking for suffix of executables
configure:2463: g++ -o conftest.exe conftest.cpp >&5
configure:2467: $? = 0
configure:2489: result: .exe
configure:2511: checking whether we are cross compiling
configure:2519: g++ -o conftest.exe conftest.cpp >&5
configure:2523: $? = 0
configure:2530: ./conftest.exe
configure:2534: $? = 0
configure:2549: result: no
configure:2554: checking for suffix of object files
configure:2576: g++ -c conftest.cpp >&5
configure:2580: $? = 0
configure:2601: result: o
configure:2605: checking whether we are using the GNU C++ compiler
configure:2624: g++ -c conftest.cpp >&5
configure:2624: $? = 0
configure:2633: result: yes
configure:2642: checking whether g++ accepts -g
configure:2662: g++ -c -g conftest.cpp >&5
configure:2662: $? = 0
configure:2703: result: yes
configure:2737: checking for style of include used by make
configure:2765: result: GNU
configure:2793: checking dependency style of g++
configure:2883: result: gcc3
configure:3026: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by joepass config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on DESKTOP-D2O9OHI
config.status:828: creating Makefile
config.status:828: creating config.h
config.status:1003: config.h is unchanged
config.status:1050: executing depfiles commands
## ---------------- ##
## 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_exeext=.exe
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CXX_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/Patrice/joepass-code/Source/missing --run aclocal-1.8'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/Patrice/joepass-code/Source/missing --run tar'
AUTOCONF='${SHELL} /home/Patrice/joepass-code/Source/missing --run autoconf'
AUTOHEADER='${SHELL} /home/Patrice/joepass-code/Source/missing --run autoheader'
AUTOMAKE='${SHELL} /home/Patrice/joepass-code/Source/missing --run automake-1.8'
AWK='gawk'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='cygpath -w'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT='.exe'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/Patrice/joepass-code/Source/missing --run makeinfo'
OBJEXT='o'
PACKAGE='joepass'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='joepass'
PACKAGE_STRING='joepass 1.0'
PACKAGE_TARNAME='joepass'
PACKAGE_URL=''
PACKAGE_VERSION='1.0'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='1.0'
ac_ct_CXX='g++'
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build_alias='x86_64-pc-msys'
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'
install_sh='/home/Patrice/joepass-code/Source/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p -- .'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "joepass"
#define PACKAGE_TARNAME "joepass"
#define PACKAGE_VERSION "1.0"
#define PACKAGE_STRING "joepass 1.0"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define PACKAGE "joepass"
#define VERSION "1.0"
configure: exit 0