Установка Midnight Commander
Берем исходники здесь (Last version 4.6.0 (released February 5, 2003)
Если в момент сборки выдается ошибка типа
c/icons/"\" -DREGEX_MALLOC -DHAVE_CONFIG_H -g -O mountlist.c
mountlist.c: In function `fstype_to_string':
mountlist.c:143: `MOUNT_UFS' undeclared (first use in this function)
mountlist.c:143: (Each undeclared identifier is reported only once
mountlist.c:143: for each function it appears in.)
mountlist.c:145: `MOUNT_NFS' undeclared (first use in this function)
mountlist.c:144: warning: unreachable code at beginning of switch statement
gmake[1]: *** [mountlist.o] Error 1
gmake[1]: Leaving directory `/root/from_inet/mc-4.1.27/src'
gmake: *** [all] Error 1
делаем следующее:
Заходим в директорию SRC
Находим файл mountlist.c и вначало файла вставляем следующую строку
#define xBSD
далее
./configure -prefix=/usr/local/mc
gmake
gmake install
Но при сборке может ругаться на отсутствие библиотеки glib-2.0
В этом случае ставим оную из портов.
Находится по адресу
/usr/ports/devel/glib20
gmake
Происходит скачка и сборка с ftp
gmake install
... можно пить пиво!!!