anthonix / ffts

The Fastest Fourier Transform in the South
http://anthonix.com/ffts
Other
536 stars 213 forks source link

Angstrom: aclocal-1.14: command not found #47

Open fl4p opened 8 years ago

fl4p commented 8 years ago

On Angstrom Linux it would't make:

# make
CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.14 -Im4
/bin/sh: aclocal-1.14: command not found
make: *** [aclocal.m4] Error 127

To fix this I had to add these symlinks:

# ln /usr/bin/automake /usr/bin/automake-1.14
# ln /usr/bin/aclocal /usr/bin/aclocal-1.14

I'm not very familiar to autotools, so don't know how to fix this properly.

marcusmueller commented 7 years ago

@f4bsch can you try https://github.com/anthonix/ffts/pull/56 ? I think it should get you around that hurdle.

gson1703 commented 7 years ago

I'm having the same issue on Debian 9.