pikeyd165 – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 This file contains any messages produced by compilers while
2 running configure, to aid debugging if configure makes a mistake.
3  
4 It was created by bcm2835 configure 1.71, which was
5 generated by GNU Autoconf 2.69. Invocation command line was
6  
7 $ ./configure --target=aarch64-linux-gnu --host=aarch64-linux-gnu
8  
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12  
13 hostname = grimore
14 uname -m = x86_64
15 uname -r = 5.10.0-10-amd64
16 uname -s = Linux
17 uname -v = #1 SMP Debian 5.10.84-1 (2021-12-08)
18  
19 /usr/bin/uname -p = unknown
20 /bin/uname -X = unknown
21  
22 /bin/arch = unknown
23 /usr/bin/arch -k = unknown
24 /usr/convex/getsysinfo = unknown
25 /usr/bin/hostinfo = unknown
26 /bin/machine = unknown
27 /usr/bin/oslevel = unknown
28 /bin/universe = unknown
29  
30 PATH: /usr/local/sbin
31 PATH: /usr/local/bin
32 PATH: /usr/sbin
33 PATH: /usr/bin
34 PATH: /sbin
35 PATH: /bin
36 PATH: /root/.dotnet/tools
37  
38  
39 ## ----------- ##
40 ## Core tests. ##
41 ## ----------- ##
42  
43 configure:1896: checking for a BSD-compatible install
44 configure:1964: result: /usr/bin/install -c
45 configure:1975: checking whether build environment is sane
46 configure:2030: result: yes
47 configure:2089: checking for aarch64-linux-gnu-strip
48 configure:2105: found /usr/bin/aarch64-linux-gnu-strip
49 configure:2116: result: aarch64-linux-gnu-strip
50 configure:2181: checking for a thread-safe mkdir -p
51 configure:2220: result: /bin/mkdir -p
52 configure:2227: checking for gawk
53 configure:2243: found /usr/bin/gawk
54 configure:2254: result: gawk
55 configure:2265: checking whether make sets $(MAKE)
56 configure:2287: result: yes
57 configure:2316: checking whether make supports nested variables
58 configure:2333: result: yes
59 configure:2463: checking whether make supports the include directive
60 configure:2478: make -f confmf.GNU && cat confinc.out
61 this is the am__doit target
62 configure:2481: $? = 0
63 configure:2500: result: yes (GNU style)
64 configure:2530: checking for aarch64-linux-gnu-gcc
65 configure:2546: found /usr/bin/aarch64-linux-gnu-gcc
66 configure:2557: result: aarch64-linux-gnu-gcc
67 configure:2826: checking for C compiler version
68 configure:2835: aarch64-linux-gnu-gcc --version >&5
69 aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110
70 Copyright (C) 2020 Free Software Foundation, Inc.
71 This is free software; see the source for copying conditions. There is NO
72 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
73  
74 configure:2846: $? = 0
75 configure:2835: aarch64-linux-gnu-gcc -v >&5
76 Using built-in specs.
77 COLLECT_GCC=aarch64-linux-gnu-gcc
78 COLLECT_LTO_WRAPPER=/usr/lib/gcc-cross/aarch64-linux-gnu/10/lto-wrapper
79 Target: aarch64-linux-gnu
80 Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --without-target-system-zlib --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=aarch64-linux-gnu --program-prefix=aarch64-linux-gnu- --includedir=/usr/aarch64-linux-gnu/include --with-build-config=bootstrap-lto-lean --enable-link-mutex
81 Thread model: posix
82 Supported LTO compression algorithms: zlib
83 gcc version 10.2.1 20210110 (Debian 10.2.1-6)
84 configure:2846: $? = 0
85 configure:2835: aarch64-linux-gnu-gcc -V >&5
86 aarch64-linux-gnu-gcc: error: unrecognized command-line option '-V'
87 aarch64-linux-gnu-gcc: fatal error: no input files
88 compilation terminated.
89 configure:2846: $? = 1
90 configure:2835: aarch64-linux-gnu-gcc -qversion >&5
91 aarch64-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
92 aarch64-linux-gnu-gcc: fatal error: no input files
93 compilation terminated.
94 configure:2846: $? = 1
95 configure:2866: checking whether the C compiler works
96 configure:2888: aarch64-linux-gnu-gcc conftest.c >&5
97 configure:2892: $? = 0
98 configure:2940: result: yes
99 configure:2943: checking for C compiler default output file name
100 configure:2945: result: a.out
101 configure:2951: checking for suffix of executables
102 configure:2958: aarch64-linux-gnu-gcc -o conftest conftest.c >&5
103 configure:2962: $? = 0
104 configure:2984: result:
105 configure:3006: checking whether we are cross compiling
106 configure:3014: aarch64-linux-gnu-gcc -o conftest conftest.c >&5
107 configure:3018: $? = 0
108 configure:3025: ./conftest
109 ./configure: line 3027: ./conftest: cannot execute binary file: Exec format error
110 configure:3029: $? = 126
111 configure:3044: result: yes
112 configure:3049: checking for suffix of object files
113 configure:3071: aarch64-linux-gnu-gcc -c conftest.c >&5
114 configure:3075: $? = 0
115 configure:3096: result: o
116 configure:3100: checking whether we are using the GNU C compiler
117 configure:3119: aarch64-linux-gnu-gcc -c conftest.c >&5
118 configure:3119: $? = 0
119 configure:3128: result: yes
120 configure:3137: checking whether aarch64-linux-gnu-gcc accepts -g
121 configure:3157: aarch64-linux-gnu-gcc -c -g conftest.c >&5
122 configure:3157: $? = 0
123 configure:3198: result: yes
124 configure:3215: checking for aarch64-linux-gnu-gcc option to accept ISO C89
125 configure:3278: aarch64-linux-gnu-gcc -c -g -O2 conftest.c >&5
126 configure:3278: $? = 0
127 configure:3291: result: none needed
128 configure:3316: checking whether aarch64-linux-gnu-gcc understands -c and -o together
129 configure:3338: aarch64-linux-gnu-gcc -c conftest.c -o conftest2.o
130 configure:3341: $? = 0
131 configure:3338: aarch64-linux-gnu-gcc -c conftest.c -o conftest2.o
132 configure:3341: $? = 0
133 configure:3353: result: yes
134 configure:3372: checking dependency style of aarch64-linux-gnu-gcc
135 configure:3483: result: gcc3
136 configure:3499: checking for clock_gettime in -lrt
137 configure:3524: aarch64-linux-gnu-gcc -o conftest -g -O2 conftest.c -lrt >&5
138 configure:3524: $? = 0
139 configure:3533: result: yes
140 configure:3548: checking for doxygen
141 configure:3578: result: no
142 configure:3587: WARNING: Doxygen not found - continuing without Doxygen support
143 configure:3593: checking for aarch64-linux-gnu-ranlib
144 configure:3609: found /usr/bin/aarch64-linux-gnu-ranlib
145 configure:3620: result: aarch64-linux-gnu-ranlib
146 configure:3690: checking for aarch64-linux-gnu-gcc
147 configure:3717: result: aarch64-linux-gnu-gcc
148 configure:3986: checking for C compiler version
149 configure:3995: aarch64-linux-gnu-gcc --version >&5
150 aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110
151 Copyright (C) 2020 Free Software Foundation, Inc.
152 This is free software; see the source for copying conditions. There is NO
153 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
154  
155 configure:4006: $? = 0
156 configure:3995: aarch64-linux-gnu-gcc -v >&5
157 Using built-in specs.
158 COLLECT_GCC=aarch64-linux-gnu-gcc
159 COLLECT_LTO_WRAPPER=/usr/lib/gcc-cross/aarch64-linux-gnu/10/lto-wrapper
160 Target: aarch64-linux-gnu
161 Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --without-target-system-zlib --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=aarch64-linux-gnu --program-prefix=aarch64-linux-gnu- --includedir=/usr/aarch64-linux-gnu/include --with-build-config=bootstrap-lto-lean --enable-link-mutex
162 Thread model: posix
163 Supported LTO compression algorithms: zlib
164 gcc version 10.2.1 20210110 (Debian 10.2.1-6)
165 configure:4006: $? = 0
166 configure:3995: aarch64-linux-gnu-gcc -V >&5
167 aarch64-linux-gnu-gcc: error: unrecognized command-line option '-V'
168 aarch64-linux-gnu-gcc: fatal error: no input files
169 compilation terminated.
170 configure:4006: $? = 1
171 configure:3995: aarch64-linux-gnu-gcc -qversion >&5
172 aarch64-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
173 aarch64-linux-gnu-gcc: fatal error: no input files
174 compilation terminated.
175 configure:4006: $? = 1
176 configure:4010: checking whether we are using the GNU C compiler
177 configure:4038: result: yes
178 configure:4047: checking whether aarch64-linux-gnu-gcc accepts -g
179 configure:4108: result: yes
180 configure:4125: checking for aarch64-linux-gnu-gcc option to accept ISO C89
181 configure:4201: result: none needed
182 configure:4226: checking whether aarch64-linux-gnu-gcc understands -c and -o together
183 configure:4263: result: yes
184 configure:4282: checking dependency style of aarch64-linux-gnu-gcc
185 configure:4393: result: gcc3
186 configure:4523: checking that generated files are newer than configure
187 configure:4529: result: done
188 configure:4560: creating ./config.status
189  
190 ## ---------------------- ##
191 ## Running config.status. ##
192 ## ---------------------- ##
193  
194 This file was extended by bcm2835 config.status 1.71, which was
195 generated by GNU Autoconf 2.69. Invocation command line was
196  
197 CONFIG_FILES =
198 CONFIG_HEADERS =
199 CONFIG_LINKS =
200 CONFIG_COMMANDS =
201 $ ./config.status
202  
203 on grimore
204  
205 config.status:848: creating Makefile
206 config.status:848: creating src/Makefile
207 config.status:848: creating doc/Makefile
208 config.status:848: creating config.h
209 config.status:1029: config.h is unchanged
210 config.status:1077: executing depfiles commands
211 config.status:1154: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
212 make: Nothing to be done for 'am--depfiles'.
213 config.status:1159: $? = 0
214  
215 ## ---------------- ##
216 ## Cache variables. ##
217 ## ---------------- ##
218  
219 ac_cv_c_compiler_gnu=yes
220 ac_cv_env_CC_set=
221 ac_cv_env_CC_value=
222 ac_cv_env_CFLAGS_set=
223 ac_cv_env_CFLAGS_value=
224 ac_cv_env_CPPFLAGS_set=
225 ac_cv_env_CPPFLAGS_value=
226 ac_cv_env_LDFLAGS_set=
227 ac_cv_env_LDFLAGS_value=
228 ac_cv_env_LIBS_set=
229 ac_cv_env_LIBS_value=
230 ac_cv_env_build_alias_set=
231 ac_cv_env_build_alias_value=
232 ac_cv_env_host_alias_set=set
233 ac_cv_env_host_alias_value=aarch64-linux-gnu
234 ac_cv_env_target_alias_set=set
235 ac_cv_env_target_alias_value=aarch64-linux-gnu
236 ac_cv_lib_rt_clock_gettime=yes
237 ac_cv_objext=o
238 ac_cv_path_install='/usr/bin/install -c'
239 ac_cv_path_mkdir=/bin/mkdir
240 ac_cv_prog_AWK=gawk
241 ac_cv_prog_CC=aarch64-linux-gnu-gcc
242 ac_cv_prog_RANLIB=aarch64-linux-gnu-ranlib
243 ac_cv_prog_STRIP=aarch64-linux-gnu-strip
244 ac_cv_prog_cc_c89=
245 ac_cv_prog_cc_g=yes
246 ac_cv_prog_make_make_set=yes
247 am_cv_CC_dependencies_compiler_type=gcc3
248 am_cv_make_support_nested_variables=yes
249 am_cv_prog_cc_c_o=yes
250  
251 ## ----------------- ##
252 ## Output variables. ##
253 ## ----------------- ##
254  
255 ACLOCAL='${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing aclocal-1.16'
256 AMDEPBACKSLASH='\'
257 AMDEP_FALSE='#'
258 AMDEP_TRUE=''
259 AMTAR='$${TAR-tar}'
260 AM_BACKSLASH='\'
261 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
262 AM_DEFAULT_VERBOSITY='1'
263 AM_V='$(V)'
264 AUTOCONF='${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing autoconf'
265 AUTOHEADER='${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing autoheader'
266 AUTOMAKE='${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing automake-1.16'
267 AWK='gawk'
268 CC='aarch64-linux-gnu-gcc'
269 CCDEPMODE='depmode=gcc3'
270 CFLAGS='-g -O2'
271 CPPFLAGS=''
272 CYGPATH_W='echo'
273 DEFS='-DHAVE_CONFIG_H'
274 DEPDIR='.deps'
275 DOXYGEN=''
276 ECHO_C=''
277 ECHO_N='-n'
278 ECHO_T=''
279 EXEEXT=''
280 HAVE_DOXYGEN_FALSE=''
281 HAVE_DOXYGEN_TRUE='#'
282 INSTALL_DATA='${INSTALL} -m 644'
283 INSTALL_PROGRAM='${INSTALL}'
284 INSTALL_SCRIPT='${INSTALL}'
285 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
286 LDFLAGS=''
287 LIBOBJS=''
288 LIBS='-lrt '
289 LTLIBOBJS=''
290 MAKEINFO='${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing makeinfo'
291 MKDIR_P='/bin/mkdir -p'
292 OBJEXT='o'
293 PACKAGE='bcm2835'
294 PACKAGE_BUGREPORT='mikem@airspayce.com'
295 PACKAGE_NAME='bcm2835'
296 PACKAGE_STRING='bcm2835 1.71'
297 PACKAGE_TARNAME='bcm2835'
298 PACKAGE_URL=''
299 PACKAGE_VERSION='1.71'
300 PATH_SEPARATOR=':'
301 RANLIB='aarch64-linux-gnu-ranlib'
302 SET_MAKE=''
303 SHELL='/bin/bash'
304 STRIP='aarch64-linux-gnu-strip'
305 VERSION='1.71'
306 ac_ct_CC=''
307 am__EXEEXT_FALSE=''
308 am__EXEEXT_TRUE='#'
309 am__fastdepCC_FALSE='#'
310 am__fastdepCC_TRUE=''
311 am__include='include'
312 am__isrc=''
313 am__leading_dot='.'
314 am__nodep='_no'
315 am__quote=''
316 am__tar='$${TAR-tar} chof - "$$tardir"'
317 am__untar='$${TAR-tar} xf -'
318 bindir='${exec_prefix}/bin'
319 build_alias=''
320 datadir='${datarootdir}'
321 datarootdir='${prefix}/share'
322 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
323 dvidir='${docdir}'
324 exec_prefix='${prefix}'
325 host_alias='aarch64-linux-gnu'
326 htmldir='${docdir}'
327 includedir='${prefix}/include'
328 infodir='${datarootdir}/info'
329 install_sh='${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/install-sh'
330 libdir='${exec_prefix}/lib'
331 libexecdir='${exec_prefix}/libexec'
332 localedir='${datarootdir}/locale'
333 localstatedir='${prefix}/var'
334 mandir='${datarootdir}/man'
335 mkdir_p='$(MKDIR_P)'
336 oldincludedir='/usr/include'
337 pdfdir='${docdir}'
338 prefix='/usr/local'
339 program_transform_name='s,x,x,'
340 psdir='${docdir}'
341 runstatedir='${localstatedir}/run'
342 sbindir='${exec_prefix}/sbin'
343 sharedstatedir='${prefix}/com'
344 sysconfdir='${prefix}/etc'
345 target_alias='aarch64-linux-gnu'
346  
347 ## ----------- ##
348 ## confdefs.h. ##
349 ## ----------- ##
350  
351 /* confdefs.h */
352 #define PACKAGE_NAME "bcm2835"
353 #define PACKAGE_TARNAME "bcm2835"
354 #define PACKAGE_VERSION "1.71"
355 #define PACKAGE_STRING "bcm2835 1.71"
356 #define PACKAGE_BUGREPORT "mikem@airspayce.com"
357 #define PACKAGE_URL ""
358 #define PACKAGE "bcm2835"
359 #define VERSION "1.71"
360 #define HAVE_LIBRT 1
361  
362 configure: exit 0