Open fidelram opened 7 years ago
In case it helps, I manage to pass this issue by typing:
autoreconf --install
before ./configure
@fidelram Edit again (updating to account for road bumps encountered during "make")
This is exactly what i did, in this order.
to:
Cheers, Tony
This ends up getting solved by #28. It boggles my mind why #28 hasn't been fully implemented in the github repository and the installation instructions updated.
Hi,
When I run
./configure
I always get the following message:configure: error: cannot run /bin/sh ./config.sub
In the configure file I found:
I wonder if perhaps
config.sub
andconfig.guess
are missing in the repository?