Rebuild project for addon with 64bit making script failed

Hello,

I am trying to rebuild the project for my addon, which I need for the JSON lib of perl now
with 64bit and I am running in a fault I do not know to fix for now:

Here the message:

Makefile.am: installing ‘./INSTALL’
Makefile.am:96: error: Libtool library used but ‘LIBTOOL’ is undefined
Makefile.am:96: The usual way to define ‘LIBTOOL’ is to add ‘LT_INIT’
Makefile.am:96: to ‘configure.ac’ and run ‘aclocal’ and ‘autoconf’ again.
Makefile.am:96: If ‘LT_INIT’ is in ‘configure.ac’, make sure
Makefile.am:96: its definition is in aclocal’s search path.
Makefile.am: installing ‘m4/depcomp’
parallel-tests: installing ‘m4/test-driver’
autoreconf: automake failed with exit status: 1
make: *** [libxcrypt:78: /home…ipfire-2.x/log/libxcrypt-4.4.17-tools] Error 1
ERROR: Building libxcrypt

I am trying to build the project with “sudo ./make.sh build” on a 64bit OS ubuntu.

The wiki is telling me to use “sudo linux32 ./make.sh build”. This already works,
but I get the information from someone in the forum, that I have to build
the project with 64bit.

So where is my problem with the build ?

Best regards
R.

I would recommend to download the toolchain and start building from stage2. Just run:

./make.sh gettoolchain

And then continue with

./make.sh build

2 Likes

Thanks for help.

./make.sh gettoolchain
Solves the problem.

Best regards
R.