Thread: DIY - KeK
View Single Post
Old 08-08-2012, 07:30 PM   #163
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
EDIT: I FIXED THIS RECOMPILING NCURSES WITH ./configure --prefix=/home blah blah BELOW

Oh I see. Iḿ telling it one thing, and then expecting it to find the libs in /mnt/us/blah...


Okay Ill try to config it for /home - that would test if that is the case.

(armv6l:1) /home/lynx2-8-8 # ./configure --prefix=/home LDFLAGS="-R/home/lib" CPPFLAGS="-I/home/include/ncurses"

checking for extra include directories... no
checking if we have identified curses headers... none
configure: error: No curses header-files found

Hmm.. *head scratch*


(armv6l:1) /home/lynx2-8-8 # ./configure --prefix=/home LDFLAGS="-R/home/lib"
--with-curses-dir=/home/include/ncurses

checking whether to enable ipv6... no
checking for screen type... curses
checking for specific curses-directory... /home/include/ncurses

Is my best attempt so far.. but it just hangs... forever

Last edited by twobob; 08-09-2012 at 08:23 AM. Reason: added fix
twobob is offline   Reply With Quote