Quote:
Originally Posted by rokytnji
Stepping out on a limb here. Just woke up and have one of those early morning ideas. I was wondering if Nano Linux which is based on TinyCore Linux have some text browser like retawq based packages built inside their repository. Most of those micro distos for old gear usually cover all the bases they can for minimal applications.
Just some more flotsam and jetsam to throw into this thread.
http://www.goingnuts.dk/linux.asp
If I am just being a Pain in the you know what. Just let me know in your reply or pm me.
|
Well the biggest problem is I am using uClibc C library instead of glibc because glib is too bloated.
But uClibc is missing some functionality which causes the build to fail sometimes. ncurses is giving me linker errors
even though the ncurses lib built okay earlier.
----edit----
Got it compiled. I had to rebuild ncurses with
Code:
CC=i386-unknown-linux-uclibc-gcc ./configure --disable-lp64 --disable-largefile --disable-shared --disable-widec --disable-big-core --prefix=$PFX --host=i386-unknown-linux-uclibc