ryancdotorg / brainflayer

A proof-of-concept cracker for cryptocurrency brainwallets and other low entropy key algorithms.
https://rya.nc/brainflayer
903 stars 460 forks source link

autoreconf won't get installed linux 20.4 lts #154

Closed medojoe closed 3 years ago

medojoe commented 3 years ago

everything goes smooth until i try the make command -- these are the last few lines of result:

Makefile.am:3: error: Libtool library used but 'LIBTOOL' is undefined Makefile.am:3: The usual way to define 'LIBTOOL' is to add 'LT_INIT' Makefile.am:3: to 'configure.ac' and run 'aclocal' and 'autoconf' again. Makefile.am:3: If 'LT_INIT' is in 'configure.ac', make sure Makefile.am:3: its definition is in aclocal's search path. Makefile.am: installing 'build-aux/depcomp' parallel-tests: installing 'build-aux/test-driver' autoreconf: automake failed with exit status: 1 make: *** [Makefile:24: secp256k1/.libs/libsecp256k1.a] Error 1

am i doing something wrong or is this a bug?

medojoe commented 3 years ago

i closed the issue because i found out that the problem was choosing where to run the program from .. i opened the Linux window inside of windows subsystems instead of running it from "bash" window. once i opened bash everything worked like charm.