Show all missing dependencies when run configure

I am trying to compile a package in Cygwin. I ran:

./configure

then after a minute or two he says:

checking for working terminal libraries... Cannot find terminal libraries - configure failed

OK, read and install ncurses-dev, which takes a few minutes. If this is the only one, great! Otherwise, rinsing and repeating ... Many times, there are so many dependencies that I would not consider without first installing them if I knew ...

Is there a way to tell configure to tell you about all the missing dependencies? Not sure if this will make sense in all cases (e.g. chain bindings), but may be useful in any case.

Reading through:

./configure --help

doesn't seem to offer a suitable choice.

, , , , , , makefile ?

+4
1

, . configure, AC_MSG_FAILURE AC_MSG_ERROR, autoconf . configure.ac configure.in, , / , , "" POSIX/BSD, Cygwin.

FWIW, MacPorts OS X, vim : ncurses, gettext, libiconv.

+1

Source: https://habr.com/ru/post/1621534/


All Articles