Quote:
Originally Posted by twobob
build stuff like:
root@kindle:/# ./configure --prefix=/mnt/us/extensions/{thing}/usr <other options>
root@kindle:/# make clean; PATH=/usr/lib/ccache:$PATH make ; make install
Hope that helps.
|
So far I am unsucessful at building the few packages I tried. I am still trying Navit, the map/gps program, but even with the instructions on here to build it, I can't get it to work. So after 8 hours or so of trying, I tried something else.
I tried to compile Midnight Commander. I know there is a version on here:
https://www.mobileread.com/forums/sho...3&postcount=24
but I wanted to try it myself, maybe with sftp (not in the other one). This is the error I get:
Code:
./mc: error while loading shared libraries: invalid mode for dlopen(): Invalid argument
which leads me to believe (from google searches) that it is a problem of different glib versions??? How to I link to the libraries on the native Kindle, not the one in the image?
I'm sure this is a complete newbie error, I just can't seem to get it?