To enable samba virtual file-system in mc (under slackware-current), mc's configure needs different arguments than before. See the attached patch.
Code:
--- mc.SlackBuild.~0~ 2010-11-11 21:37:44.000000000 +0100
+++ mc.SlackBuild 2011-03-15 16:56:36.765258508 +0100
@@ -85,9 +85,9 @@
--with-ext2undel \
--with-x=yes \
--with-vfs \
- --with-samba \
- --with-configdir=/etc/samba \
- --with-codepagedir=/etc/codepages \
+ --enable-vfs-smb \
+ --with-smb-configdir=/etc/samba \
+ --with-smb-codepagedir=/etc/codepages \
--build=$ARCH-slackware-linux || exit 1
make $NUMJOBS || make || exit 1