[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] who has Midnight Commander on a Qube 2 or RAQ2
- Subject: Re: [cobalt-developers] who has Midnight Commander on a Qube 2 or RAQ2
- From: Frank Baschin <frank.baschin@xxxxxxxxx>
- Date: Sun Nov 18 05:54:01 2001
- Organization: more:IT GmbH
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Hello,
Am Mittwoch 14 November 2001 16:26 schrieben Sie:
> Hello list readers,
>
> Midnight commander is one of the tools I like and have on my i386 boxes.
>
> I just did a quick try to compile it on my Qube 2 and get all type of error
> messages, which indicate that there are incompatibility with the libraries.
>
> Can anybody tell me which version of mc can be "ported" to the Qube 2 or
> RAQ2Install Midnight Commander on RaQ2
I installed the latest version of MC today on my RaQ2 with this steps:
1. Install GLIB 1.2.8
tar xzvf glib-1.2.8.tar.gz
cd glib-1.2.8
./configure
make
make install
2. Set Environment
export LD_LIBRARY_PATH=/usr/local/lib
(write in /etc/profile)
3. Install MC
./configure
make
make install
After that the mc in under /usr/local/bin
To start him with color user /usr/local/bin/mc -c
or set the COLOR section in the ini file as described in
the man page for mc.
greetings
frank baschin