alito <[email protected]> added the comment:

pkg-config --cflags ncurses
and
pkg-config --libs ncurses

There's also more refined options. eg:
pkg-config --libs-only-l ncurses  (would skip the -L bit)

Another useful one is:
pkg-config --exists ncurses  (returns 0 on success)

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1497>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to