Code:
(armv6l:1) /home/lynx2-8-7 # ./configure --prefix=/mnt/us --with-libdir=/home/lib
...
checking for extra include directories... no
checking if we have identified curses headers... none
configure: error: No curses header-files found
--with-libdir is not supported.
Options from configure (relevant looking candidates)
Code:
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
X features:
--x-includes=DIR X include files are in DIR
--x-libraries=DIR X library files are in DIR
--with-build-libs=XXX the build libraries (${BUILD_LIBS})
--with-curses-dir=DIR directory in which (n)curses is installed
I´ll put likely values in them all one-by-one...
ERR if this is too OT I can move it? but I suppose this is REAL LIFE monkey at typewriter stuff so possibly useful to future monkeys : )
HMM: Iḿ reading this. look relevant.
http://lists.gnu.org/archive/html/ly.../msg00038.html
From ncurses' NEWS file:
20100403
+ build-fixes for OpenSolaris aka Solaris 11, for wide-character
configuration as well as for rpath feature in *-config scripts.
Code:
(armv6l:1) /home/lynx2-8-7 # ./configure --prefix=/mnt/us --with-include-dir=/ho
me/include --with-curses-dir=/home/lib --with-screen=ncurses LDFLAGS="-R/home/li
b"
gets me
blah...
checking for screen type... ncurses
Looking for ncurses-config
checking for ncurses6-config... no
checking for ncurses5-config... no
so I´ll switch the the latest dev version and see how I fare.