357 lines
12 KiB
Plaintext
357 lines
12 KiB
Plaintext
This file contains any messages produced by compilers while
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
|
It was created by bcm2835 configure 1.71, which was
|
|
generated by GNU Autoconf 2.69. Invocation command line was
|
|
|
|
$ ./configure
|
|
|
|
## --------- ##
|
|
## Platform. ##
|
|
## --------- ##
|
|
|
|
hostname = solarmonitor
|
|
uname -m = armv6l
|
|
uname -r = 6.1.74+
|
|
uname -s = Linux
|
|
uname -v = #1725 Mon Jan 22 13:27:47 GMT 2024
|
|
|
|
/usr/bin/uname -p = unknown
|
|
/bin/uname -X = unknown
|
|
|
|
/bin/arch = armv6l
|
|
/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/sbin
|
|
PATH: /usr/local/bin
|
|
PATH: /usr/sbin
|
|
PATH: /usr/bin
|
|
PATH: /sbin
|
|
PATH: /bin
|
|
|
|
|
|
## ----------- ##
|
|
## Core tests. ##
|
|
## ----------- ##
|
|
|
|
configure:1896: checking for a BSD-compatible install
|
|
configure:1964: result: /usr/bin/install -c
|
|
configure:1975: checking whether build environment is sane
|
|
configure:2030: result: yes
|
|
configure:2181: checking for a thread-safe mkdir -p
|
|
configure:2220: result: /usr/bin/mkdir -p
|
|
configure:2227: checking for gawk
|
|
configure:2257: result: no
|
|
configure:2227: checking for mawk
|
|
configure:2243: found /usr/bin/mawk
|
|
configure:2254: result: mawk
|
|
configure:2265: checking whether make sets $(MAKE)
|
|
configure:2287: result: yes
|
|
configure:2316: checking whether make supports nested variables
|
|
configure:2333: result: yes
|
|
configure:2463: checking whether make supports the include directive
|
|
configure:2478: make -f confmf.GNU && cat confinc.out
|
|
this is the am__doit target
|
|
configure:2481: $? = 0
|
|
configure:2500: result: yes (GNU style)
|
|
configure:2570: checking for gcc
|
|
configure:2586: found /usr/bin/gcc
|
|
configure:2597: result: gcc
|
|
configure:2826: checking for C compiler version
|
|
configure:2835: gcc --version >&5
|
|
gcc (Raspbian 10.2.1-6+rpi1) 10.2.1 20210110
|
|
Copyright (C) 2020 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:2846: $? = 0
|
|
configure:2835: gcc -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=gcc
|
|
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/10/lto-wrapper
|
|
Target: arm-linux-gnueabihf
|
|
Configured with: ../src/configure -v --with-pkgversion='Raspbian 10.2.1-6+rpi1' --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 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --disable-libquadmath-support --enable-plugin --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
|
|
Thread model: posix
|
|
Supported LTO compression algorithms: zlib zstd
|
|
gcc version 10.2.1 20210110 (Raspbian 10.2.1-6+rpi1)
|
|
configure:2846: $? = 0
|
|
configure:2835: gcc -V >&5
|
|
gcc: error: unrecognized command-line option '-V'
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2846: $? = 1
|
|
configure:2835: gcc -qversion >&5
|
|
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2846: $? = 1
|
|
configure:2866: checking whether the C compiler works
|
|
configure:2888: gcc conftest.c >&5
|
|
configure:2892: $? = 0
|
|
configure:2940: result: yes
|
|
configure:2943: checking for C compiler default output file name
|
|
configure:2945: result: a.out
|
|
configure:2951: checking for suffix of executables
|
|
configure:2958: gcc -o conftest conftest.c >&5
|
|
configure:2962: $? = 0
|
|
configure:2984: result:
|
|
configure:3006: checking whether we are cross compiling
|
|
configure:3014: gcc -o conftest conftest.c >&5
|
|
configure:3018: $? = 0
|
|
configure:3025: ./conftest
|
|
configure:3029: $? = 0
|
|
configure:3044: result: no
|
|
configure:3049: checking for suffix of object files
|
|
configure:3071: gcc -c conftest.c >&5
|
|
configure:3075: $? = 0
|
|
configure:3096: result: o
|
|
configure:3100: checking whether we are using the GNU C compiler
|
|
configure:3119: gcc -c conftest.c >&5
|
|
configure:3119: $? = 0
|
|
configure:3128: result: yes
|
|
configure:3137: checking whether gcc accepts -g
|
|
configure:3157: gcc -c -g conftest.c >&5
|
|
configure:3157: $? = 0
|
|
configure:3198: result: yes
|
|
configure:3215: checking for gcc option to accept ISO C89
|
|
configure:3278: gcc -c -g -O2 conftest.c >&5
|
|
configure:3278: $? = 0
|
|
configure:3291: result: none needed
|
|
configure:3316: checking whether gcc understands -c and -o together
|
|
configure:3338: gcc -c conftest.c -o conftest2.o
|
|
configure:3341: $? = 0
|
|
configure:3338: gcc -c conftest.c -o conftest2.o
|
|
configure:3341: $? = 0
|
|
configure:3353: result: yes
|
|
configure:3372: checking dependency style of gcc
|
|
configure:3483: result: gcc3
|
|
configure:3499: checking for clock_gettime in -lrt
|
|
configure:3524: gcc -o conftest -g -O2 conftest.c -lrt >&5
|
|
configure:3524: $? = 0
|
|
configure:3533: result: yes
|
|
configure:3548: checking for doxygen
|
|
configure:3578: result: no
|
|
configure:3587: WARNING: Doxygen not found - continuing without Doxygen support
|
|
configure:3633: checking for ranlib
|
|
configure:3649: found /usr/bin/ranlib
|
|
configure:3660: result: ranlib
|
|
configure:3730: checking for gcc
|
|
configure:3757: result: gcc
|
|
configure:3986: checking for C compiler version
|
|
configure:3995: gcc --version >&5
|
|
gcc (Raspbian 10.2.1-6+rpi1) 10.2.1 20210110
|
|
Copyright (C) 2020 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:4006: $? = 0
|
|
configure:3995: gcc -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=gcc
|
|
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/10/lto-wrapper
|
|
Target: arm-linux-gnueabihf
|
|
Configured with: ../src/configure -v --with-pkgversion='Raspbian 10.2.1-6+rpi1' --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 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --disable-libquadmath-support --enable-plugin --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
|
|
Thread model: posix
|
|
Supported LTO compression algorithms: zlib zstd
|
|
gcc version 10.2.1 20210110 (Raspbian 10.2.1-6+rpi1)
|
|
configure:4006: $? = 0
|
|
configure:3995: gcc -V >&5
|
|
gcc: error: unrecognized command-line option '-V'
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:4006: $? = 1
|
|
configure:3995: gcc -qversion >&5
|
|
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:4006: $? = 1
|
|
configure:4010: checking whether we are using the GNU C compiler
|
|
configure:4038: result: yes
|
|
configure:4047: checking whether gcc accepts -g
|
|
configure:4108: result: yes
|
|
configure:4125: checking for gcc option to accept ISO C89
|
|
configure:4201: result: none needed
|
|
configure:4226: checking whether gcc understands -c and -o together
|
|
configure:4263: result: yes
|
|
configure:4282: checking dependency style of gcc
|
|
configure:4393: result: gcc3
|
|
configure:4523: checking that generated files are newer than configure
|
|
configure:4529: result: done
|
|
configure:4560: creating ./config.status
|
|
|
|
## ---------------------- ##
|
|
## Running config.status. ##
|
|
## ---------------------- ##
|
|
|
|
This file was extended by bcm2835 config.status 1.71, which was
|
|
generated by GNU Autoconf 2.69. Invocation command line was
|
|
|
|
CONFIG_FILES =
|
|
CONFIG_HEADERS =
|
|
CONFIG_LINKS =
|
|
CONFIG_COMMANDS =
|
|
$ ./config.status
|
|
|
|
on solarmonitor
|
|
|
|
config.status:848: creating Makefile
|
|
config.status:848: creating src/Makefile
|
|
config.status:848: creating doc/Makefile
|
|
config.status:848: creating config.h
|
|
config.status:1077: executing depfiles commands
|
|
config.status:1154: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
|
|
config.status:1159: $? = 0
|
|
|
|
## ---------------- ##
|
|
## Cache variables. ##
|
|
## ---------------- ##
|
|
|
|
ac_cv_c_compiler_gnu=yes
|
|
ac_cv_env_CC_set=
|
|
ac_cv_env_CC_value=
|
|
ac_cv_env_CFLAGS_set=
|
|
ac_cv_env_CFLAGS_value=
|
|
ac_cv_env_CPPFLAGS_set=
|
|
ac_cv_env_CPPFLAGS_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_rt_clock_gettime=yes
|
|
ac_cv_objext=o
|
|
ac_cv_path_install='/usr/bin/install -c'
|
|
ac_cv_path_mkdir=/usr/bin/mkdir
|
|
ac_cv_prog_AWK=mawk
|
|
ac_cv_prog_ac_ct_CC=gcc
|
|
ac_cv_prog_ac_ct_RANLIB=ranlib
|
|
ac_cv_prog_cc_c89=
|
|
ac_cv_prog_cc_g=yes
|
|
ac_cv_prog_make_make_set=yes
|
|
am_cv_CC_dependencies_compiler_type=gcc3
|
|
am_cv_make_support_nested_variables=yes
|
|
am_cv_prog_cc_c_o=yes
|
|
|
|
## ----------------- ##
|
|
## Output variables. ##
|
|
## ----------------- ##
|
|
|
|
ACLOCAL='${SHELL} /home/pi/e-paper-display/bcm2835-1.71/missing aclocal-1.16'
|
|
AMDEPBACKSLASH='\'
|
|
AMDEP_FALSE='#'
|
|
AMDEP_TRUE=''
|
|
AMTAR='$${TAR-tar}'
|
|
AM_BACKSLASH='\'
|
|
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
|
|
AM_DEFAULT_VERBOSITY='1'
|
|
AM_V='$(V)'
|
|
AUTOCONF='${SHELL} /home/pi/e-paper-display/bcm2835-1.71/missing autoconf'
|
|
AUTOHEADER='${SHELL} /home/pi/e-paper-display/bcm2835-1.71/missing autoheader'
|
|
AUTOMAKE='${SHELL} /home/pi/e-paper-display/bcm2835-1.71/missing automake-1.16'
|
|
AWK='mawk'
|
|
CC='gcc'
|
|
CCDEPMODE='depmode=gcc3'
|
|
CFLAGS='-g -O2'
|
|
CPPFLAGS=''
|
|
CYGPATH_W='echo'
|
|
DEFS='-DHAVE_CONFIG_H'
|
|
DEPDIR='.deps'
|
|
DOXYGEN=''
|
|
ECHO_C=''
|
|
ECHO_N='-n'
|
|
ECHO_T=''
|
|
EXEEXT=''
|
|
HAVE_DOXYGEN_FALSE=''
|
|
HAVE_DOXYGEN_TRUE='#'
|
|
INSTALL_DATA='${INSTALL} -m 644'
|
|
INSTALL_PROGRAM='${INSTALL}'
|
|
INSTALL_SCRIPT='${INSTALL}'
|
|
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
|
|
LDFLAGS=''
|
|
LIBOBJS=''
|
|
LIBS='-lrt '
|
|
LTLIBOBJS=''
|
|
MAKEINFO='${SHELL} /home/pi/e-paper-display/bcm2835-1.71/missing makeinfo'
|
|
MKDIR_P='/usr/bin/mkdir -p'
|
|
OBJEXT='o'
|
|
PACKAGE='bcm2835'
|
|
PACKAGE_BUGREPORT='mikem@airspayce.com'
|
|
PACKAGE_NAME='bcm2835'
|
|
PACKAGE_STRING='bcm2835 1.71'
|
|
PACKAGE_TARNAME='bcm2835'
|
|
PACKAGE_URL=''
|
|
PACKAGE_VERSION='1.71'
|
|
PATH_SEPARATOR=':'
|
|
RANLIB='ranlib'
|
|
SET_MAKE=''
|
|
SHELL='/bin/bash'
|
|
STRIP=''
|
|
VERSION='1.71'
|
|
ac_ct_CC='gcc'
|
|
am__EXEEXT_FALSE=''
|
|
am__EXEEXT_TRUE='#'
|
|
am__fastdepCC_FALSE='#'
|
|
am__fastdepCC_TRUE=''
|
|
am__include='include'
|
|
am__isrc=''
|
|
am__leading_dot='.'
|
|
am__nodep='_no'
|
|
am__quote=''
|
|
am__tar='$${TAR-tar} chof - "$$tardir"'
|
|
am__untar='$${TAR-tar} xf -'
|
|
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'
|
|
install_sh='${SHELL} /home/pi/e-paper-display/bcm2835-1.71/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/local'
|
|
program_transform_name='s,x,x,'
|
|
psdir='${docdir}'
|
|
runstatedir='${localstatedir}/run'
|
|
sbindir='${exec_prefix}/sbin'
|
|
sharedstatedir='${prefix}/com'
|
|
sysconfdir='${prefix}/etc'
|
|
target_alias=''
|
|
|
|
## ----------- ##
|
|
## confdefs.h. ##
|
|
## ----------- ##
|
|
|
|
/* confdefs.h */
|
|
#define PACKAGE_NAME "bcm2835"
|
|
#define PACKAGE_TARNAME "bcm2835"
|
|
#define PACKAGE_VERSION "1.71"
|
|
#define PACKAGE_STRING "bcm2835 1.71"
|
|
#define PACKAGE_BUGREPORT "mikem@airspayce.com"
|
|
#define PACKAGE_URL ""
|
|
#define PACKAGE "bcm2835"
|
|
#define VERSION "1.71"
|
|
#define HAVE_LIBRT 1
|
|
|
|
configure: exit 0
|