Topic: Midnight commander

Has anyone ever tried to install midnight commander on chumby?

I'm trying this, but have some problems with compiling glib and pkg-config... When I try configure glib it cancels with the follwoing error:

configure: error: in `/mnt/storage/glib-2.29.16':
configure: error: The pkg-config script could not be found or is too old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Alternatively, you may set the environment variables LIBFFI_CFLAGS
and LIBFFI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See `config.log' for more details

So I've downloaded pkg-config and now I get this error:

./configure: line 13540: --exists: command not found
configure: error: pkg-config and glib-2.0 not found, please set GLIB_CFLAGS and GLIB_LIBS to the correct values

Does this mean that glib needs pkg-config and pkg-config needs glib? Is there a chance to compile them anyway?