Quote Originally Posted by wpte View Post
I already gave you this link: http://wpte.kicks-ass.net/forum/view...hp?thread_id=2

I''m working with this, and it works fine, since it''s the most obvious way to compile stuff...

these toolchains you have here are for machines that arent MIPS and want to compile something for MIPS called cross-compiling.
the only thing you need is GCC and some other basic things.

+ you need those ncurses headers wich I just compiled
the package dialog itself still contains some bugs, just some linking problems so I need to dive into that and fix the code
Thanks.
So no chance for native dialog compilation as of today ?

I have already visited the link you provided:

==================================
Discussion Forum
Forum Threads Posts Last Post
There are no Forums defined.

New Posts - Forum with new posts since last visit.
No New Posts - Forum with no new posts since last visit.
==========================================

where to go now ?


Two other forum members already claimed Linux dialog native compilation to work

"
Lesiuk Lesiuk is offline
Member

Join Date: Aug 2008
Posts: 43
Download sources and compile it. I try it and it works. (I native compile it under my router.)

Link to sources: http://ftp.de.debian.org/debian/pool...21.orig.tar.gz
"

al37919 al37919 is offline
Forum Guru
said:\

"
to create a toolchain for native compilation use:
PHP Code:
ipkg install optware-devel
"

Darius