Automake error in ld
Posted: Fri Jul 24, 2020 6:29 am
Hello,
I am building my binutils toolchain, but ran into a problem with ld. When running automake on ld, I get the error
Makefile.am
error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am
The usual way to define 'LIBTOOL' is to add 'LT_INIT'
Makefile.am
to 'configure.ac' and run 'aclocal' and 'autoconf' again.
Makefile.am
If 'LT_INIT' is in 'configure.ac', make sure
Makefile.am
its definition is in aclocal's search path.
I have the packages libtool and libtool-bin installed. Also I have autoconf 2.65, automake 1.16.1, and libtool 2.46
Thanks,
nexos
I am building my binutils toolchain, but ran into a problem with ld. When running automake on ld, I get the error
Makefile.am
Makefile.am
Makefile.am
Makefile.am
Makefile.am
I have the packages libtool and libtool-bin installed. Also I have autoconf 2.65, automake 1.16.1, and libtool 2.46
Thanks,
nexos