compiling ncurses on g++
I know for gcc I have to append -lncurses to link the library but for g++ how do I go about doing it?
-lncurses
gcc and g++ are just compilers. Options beginning with -l are passed to the linker.
Topic archived. No new replies allowed.