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
This is a bit of a severe issue, the linux docs aren't verbose enough to get through installation.
I'd recommend reviewing these docs and updating them with exact commands for each major distro (ubuntu/RHEL etc).
To do this I usually get a clean version of the OS and try to use apt as much as possible to keep the CLI arguements/parameters clean and to avoid leaving the CLI.
jose@mint ~/libnfc $ autoreconf -vis
Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 196.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 196.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --no-force
examples/Makefile.am:79: compiling `doc/quick_start_example1.c' in subdir requires `AM_PROG_CC_C_O' in `configure.ac'
libnfc/Makefile.am:6: Libtool library used but `LIBTOOL' is undefined
libnfc/Makefile.am:6: The usual way to define `LIBTOOL' is to add `LT_INIT'
libnfc/Makefile.am:6: to `configure.ac' and run `aclocal' and `autoconf' again.
libnfc/Makefile.am:6: If `LT_INIT' is in `configure.ac', make sure
libnfc/Makefile.am:6: its definition is in aclocal's search path.
libnfc/buses/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
libnfc/buses/Makefile.am:4: The usual way to define `LIBTOOL' is to add `LT_INIT'
libnfc/buses/Makefile.am:4: to `configure.ac' and run `aclocal' and `autoconf' again.
libnfc/buses/Makefile.am:4: If `LT_INIT' is in `configure.ac', make sure
libnfc/buses/Makefile.am:4: its definition is in aclocal's search path.
libnfc/chips/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined
libnfc/chips/Makefile.am:5: The usual way to define `LIBTOOL' is to add `LT_INIT'
libnfc/chips/Makefile.am:5: to `configure.ac' and run `aclocal' and `autoconf' again.
libnfc/chips/Makefile.am:5: If `LT_INIT' is in `configure.ac', make sure
libnfc/chips/Makefile.am:5: its definition is in aclocal's search path.
libnfc/drivers/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
libnfc/drivers/Makefile.am:4: The usual way to define `LIBTOOL' is to add `LT_INIT'
libnfc/drivers/Makefile.am:4: to `configure.ac' and run `aclocal' and `autoconf' again.
libnfc/drivers/Makefile.am:4: If `LT_INIT' is in `configure.ac', make sure
libnfc/drivers/Makefile.am:4: its definition is in aclocal's search path.
test/Makefile.am:21: Libtool library used but `LIBTOOL' is undefined
test/Makefile.am:21: The usual way to define `LIBTOOL' is to add `LT_INIT'
test/Makefile.am:21: to `configure.ac' and run `aclocal' and `autoconf' again.
test/Makefile.am:21: If `LT_INIT' is in `configure.ac', make sure
test/Makefile.am:21: its definition is in aclocal's search path.
utils/Makefile.am:13: Libtool library used but `LIBTOOL' is undefined
utils/Makefile.am:13: The usual way to define `LIBTOOL' is to add `LT_INIT'
utils/Makefile.am:13: to `configure.ac' and run `aclocal' and `autoconf' again.
utils/Makefile.am:13: If `LT_INIT' is in `configure.ac', make sure
utils/Makefile.am:13: its definition is in aclocal's search path.
autoreconf: automake failed with exit status: 1
jose@mint ~/libnfc $
The text was updated successfully, but these errors were encountered:
This is a bit of a severe issue, the linux docs aren't verbose enough to get through installation.
I'd recommend reviewing these docs and updating them with exact commands for each major distro (ubuntu/RHEL etc).
To do this I usually get a clean version of the OS and try to use apt as much as possible to keep the CLI arguements/parameters clean and to avoid leaving the CLI.
The text was updated successfully, but these errors were encountered: