configure: error: C++ compiler cannot create executables

+1 vote

using [openSUSE-Tumbleweed-ARM-JeOS-raspberrypi3.aarch64-2017.06.10-Build2.7] to arm the raspberry with multichain. (along with docker hyperiotOS)

But .. configure: error: in `/root/Downloads/multichain-master':

configure: error: C++ compiler cannot create executables

## ———– ## ## confdefs.h. ## ## ———– ##

/* confdefs.h */ #define PACKAGE_NAME “Bitcoin Core” #define PACKAGE_TARNAME “bitcoin” #define PACKAGE_VERSION “0.10.0” #define PACKAGE_STRING “Bitcoin Core 0.10.0” #define PACKAGE_BUGREPORT “info@bitcoin.org” #define PACKAGE_URL ”“

configure: exit 77

apparently there is  C++ compiler on there ? Just looking for multichaind`, `multichain-cli` and `multichain-util` executables on ARM processor. ( multichain on Intel is no problem)

asked Sep 9, 2017 by boscp08

Please log in or register to answer this question.

...