Error to compile in ubuntu 14.04 from source

+1 vote

Hi guys when I run ./autogen.sh I get:

libtoolize: AC_CONFIG_MACRO_DIR([build-aux/m4]) conflicts with .CLOCAL_AMFLAGS=-I build-aux/m4
autoreconf: libtoolize failed with exit status: 1

asked Aug 28, 2017 by Luis Acerv

1 Answer

0 votes

Why would you need to run ./autogen.sh that is not a multichain installation command.

This is how you install multichain on linux:

 

Installing MultiChain – Linux

su (enter root password)

cd /tmp
wget https://www.multichain.com/download/multichain-1.0.1.tar.gz
tar -xvzf multichain-1.0.1.tar.gz
cd multichain-1.0.1
mv multichaind multichain-cli multichain-util /usr/local/bin (to make easily accessible on the command line)

exit

----------------------------------------------------------------------

Please be more specific for further help.  Thanks

 

answered Sep 21, 2017 by jward01
...