Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux docs wont install #2

Open
JohnMcLear opened this issue Jul 14, 2014 · 0 comments
Open

Linux docs wont install #2

JohnMcLear opened this issue Jul 14, 2014 · 0 comments

Comments

@JohnMcLear
Copy link

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 $ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant