You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configure:2341: checking for a BSD-compatible install
configure:2409: result: /usr/bin/install -c
configure:2420: checking whether build environment is sane
configure:2475: result: yes
configure:2624: checking for a thread-safe mkdir -p
configure:2663: result: /bin/mkdir -p
configure:2670: checking for gawk
configure:2700: result: no
configure:2670: checking for mawk
configure:2686: found /usr/bin/mawk
configure:2697: result: mawk
configure:2708: checking whether make sets $(MAKE)
configure:2730: result: yes
configure:2759: checking whether make supports nested variables
configure:2776: result: yes
configure:2964: checking for g++
configure:2980: found /usr/bin/g++
configure:2991: result: g++
configure:3018: checking for C++ compiler version
configure:3027: g++ --version >&5
g++ (Raspbian 8.3.0-6+rpi1) 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:3038: $? = 0
configure:3027: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/8/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Raspbian 8.3.0-6+rpi1' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --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 --with-target-system-zlib --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
gcc version 8.3.0 (Raspbian 8.3.0-6+rpi1)
configure:3038: $? = 0
configure:3027: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3038: $? = 1
configure:3027: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:3038: $? = 1
configure:3058: checking whether the C++ compiler works
configure:3080: g++ conftest.cpp >&5
g++: internal compiler error: Segmentation fault signal terminated program collect2
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-8/README.Bugs for instructions.
configure:3084: $? = 4
configure:3122: result: no
configure: failed program was:
| /* confdefs.h /
| #define PACKAGE_NAME "kalibrate"
| #define PACKAGE_TARNAME "kal"
| #define PACKAGE_VERSION "0.4.1"
| #define PACKAGE_STRING "kalibrate 0.4.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "kal"
| #define VERSION "0.4.1"
| / end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3127: error: in /home/pi/kalibrate-rtl': configure:3129: error: C++ compiler cannot create executables See config.log' for more details
Here's the output:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by kalibrate configure 0.4.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
---------
Platform.
---------
hostname = weather-radio
uname -m = aarch64
uname -r = 5.10.17-v8+
uname -s = Linux
uname -v = #1403 SMP PREEMPT Mon Feb 22 11:37:54 GMT 2021
/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: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
-----------
Core tests.
-----------
configure:2341: checking for a BSD-compatible install
configure:2409: result: /usr/bin/install -c
configure:2420: checking whether build environment is sane
configure:2475: result: yes
configure:2624: checking for a thread-safe mkdir -p
configure:2663: result: /bin/mkdir -p
configure:2670: checking for gawk
configure:2700: result: no
configure:2670: checking for mawk
configure:2686: found /usr/bin/mawk
configure:2697: result: mawk
configure:2708: checking whether make sets $(MAKE)
configure:2730: result: yes
configure:2759: checking whether make supports nested variables
configure:2776: result: yes
configure:2964: checking for g++
configure:2980: found /usr/bin/g++
configure:2991: result: g++
configure:3018: checking for C++ compiler version
configure:3027: g++ --version >&5
g++ (Raspbian 8.3.0-6+rpi1) 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:3038: $? = 0
configure:3027: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/8/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Raspbian 8.3.0-6+rpi1' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --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 --with-target-system-zlib --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
gcc version 8.3.0 (Raspbian 8.3.0-6+rpi1)
configure:3038: $? = 0
configure:3027: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3038: $? = 1
configure:3027: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:3038: $? = 1
configure:3058: checking whether the C++ compiler works
configure:3080: g++ conftest.cpp >&5
g++: internal compiler error: Segmentation fault signal terminated program collect2
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-8/README.Bugs for instructions.
configure:3084: $? = 4
configure:3122: result: no
configure: failed program was:
| /* confdefs.h /
| #define PACKAGE_NAME "kalibrate"
| #define PACKAGE_TARNAME "kal"
| #define PACKAGE_VERSION "0.4.1"
| #define PACKAGE_STRING "kalibrate 0.4.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "kal"
| #define VERSION "0.4.1"
| / end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3127: error: in
/home/pi/kalibrate-rtl': configure:3129: error: C++ compiler cannot create executables See
config.log' for more details----------------
Cache variables.
----------------
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_FFTW3_CFLAGS_set=
ac_cv_env_FFTW3_CFLAGS_value=
ac_cv_env_FFTW3_LIBS_set=
ac_cv_env_FFTW3_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBRTLSDR_CFLAGS_set=
ac_cv_env_LIBRTLSDR_CFLAGS_value=
ac_cv_env_LIBRTLSDR_LIBS_set=
ac_cv_env_LIBRTLSDR_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_make_make_set=yes
am_cv_make_support_nested_variables=yes
-----------------
Output variables.
-----------------
ACLOCAL='${SHELL} /home/pi/kalibrate-rtl/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/kalibrate-rtl/missing autoconf'
AUTOHEADER='${SHELL} /home/pi/kalibrate-rtl/missing autoheader'
AUTOMAKE='${SHELL} /home/pi/kalibrate-rtl/missing automake-1.16'
AWK='mawk'
CC=''
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX='g++'
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
FFTW3_CFLAGS=''
FFTW3_LIBS=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBRTLSDR_CFLAGS=''
LIBRTLSDR_LIBS=''
LIBS=''
LN_S=''
LRT_FLAGS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/pi/kalibrate-rtl/missing makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT=''
PACKAGE='kal'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='kalibrate'
PACKAGE_STRING='kalibrate 0.4.1'
PACKAGE_TARNAME='kal'
PACKAGE_URL=''
PACKAGE_VERSION='0.4.1'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POW_LIB=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='0.4.1'
ac_ct_CC=''
ac_ct_CXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/pi/kalibrate-rtl/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='NONE'
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 "kalibrate"
#define PACKAGE_TARNAME "kal"
#define PACKAGE_VERSION "0.4.1"
#define PACKAGE_STRING "kalibrate 0.4.1"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define PACKAGE "kal"
#define VERSION "0.4.1"
configure: exit 77
The text was updated successfully, but these errors were encountered: