Skip to content

Instantly share code, notes, and snippets.

@2bits
Created October 6, 2011 00:23
Show Gist options
  • Save 2bits/1266154 to your computer and use it in GitHub Desktop.
Save 2bits/1266154 to your computer and use it in GitHub Desktop.
A configure option from ncurses-5.9
--disable-overwrite
If you are installing ncurses on a system which contains another
development version of curses, or which could be confused by the loader
for another version, we recommend that you leave out the link to
-lcurses. The ncurses library is always available as -lncurses.
Disabling overwrite also causes the ncurses header files to be
installed into a subdirectory, e.g., /usr/local/include/ncurses,
rather than the include directory. This makes it simpler to avoid
compile-time conflicts with other versions of curses.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment