Discussion:
Autoconf and NCurses in C++
Adam Jiang
2014-07-30 13:32:50 UTC
Permalink
Hi,

It seems there is a macro create for ncurses detection

http://www.gnu.org/software/autoconf-archive/ax_with_curses.html

This macro could help to find out include path and right libraries for
libnruse.so.

How about the c++ binding for ncurse? which is located in ncurse/c++
directory and it is usually packed up as 'libncurse++.a'. Is there an
existing macro could do the same thing for libncurse++.a to generate
variable such as CURSES_CPP_LIBS?

Thanks.
Mike Frysinger
2014-08-01 08:40:12 UTC
Permalink
Post by Adam Jiang
It seems there is a macro create for ncurses detection
http://www.gnu.org/software/autoconf-archive/ax_with_curses.html
This macro could help to find out include path and right libraries for
libnruse.so.
How about the c++ binding for ncurse? which is located in ncurse/c++
directory and it is usually packed up as 'libncurse++.a'. Is there an
existing macro could do the same thing for libncurse++.a to generate
variable such as CURSES_CPP_LIBS?
pretty sure you don't want this list. try this one instead:
https://lists.gnu.org/mailman/listinfo/autoconf-archive-maintainers
-mike

Loading...