yesss!!!
I try to replicate, I hope forget nothing...
it doesn't build with slang, only with ncurses, so I have to specify it
smart install gcc binutils make autoconf glib2 glib2-devel ncurses ncurses-devel libtool pcre pcre-devel
wget http://ftp.midnight-commander.org/mc-4.8.9.tar.bz2
bzip -d mc-4.8.9.tar.bz2
cd mc-4.8.9
./configure --with-screen=ncurses
make
make install
mc