Join Slack
Powered by
The Makefile of magic seems to have a dependency o...
# magic
p
Philipp Gühring
05/10/2021, 12:09 PM
The Makefile of magic seems to have a dependency on "csh" but ./configure does not detect that and then make fails.
@User
Could you add a check for csh please?
👍 1
t
Tim Edwards
05/10/2021, 3:07 PM
There
is
a check for
csh
:
AC_PATH_PROG(CSH, csh, [no])
in scripts/configure.in.
Open in Slack
Previous
Next