Created
October 6, 2011 00:23
-
-
Save 2bits/1266154 to your computer and use it in GitHub Desktop.
A configure option from ncurses-5.9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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