Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Wondering if anyone could point me in the right direction for getting a copy of htop that will run on the 323.
I assume a package could be built for ffp would be the best/easiest way to go for this, but I can't find a repo that has it
thanks in advance
Offline
it compiles fine with ffp 0.5, afair i have the ncurses package installed.
wget http://surfnet.dl.sourceforge.net/sourceforge/htop/htop-0.8.1.tar.gz tar xzf htop-0.8.1.tar.gz cd htop-0.8.1/ ./configure --prefix=/ffp make make install
seems to work fine, ffp-base, binutils and make packages may be needed to build...
Offline
thanks for the reply!
I ended up digging to this link which got me able to configure the package:
http://www.shadowandy.net/2008/08/addin … ns-323.htm
but it promptly failed telling me that /lib/cpp didn't exist. I symlinked /ffp/bin/cpp to /lib/cpp
but still get the following output on the ./configure:
checking how to run the C preprocessor... /lib/cpp configure: error: C preprocessor "/lib/cpp" fails sanity check See `config.log' for more details.
*edit:
I was able to get this working after installing kernel-headers and ncurses
Last edited by bruor (2009-01-30 15:18:38)
Offline