First of all, I am trying to configure this in Kali 2016.2. I didn't have any issues in 2016.1.

When trying to run "make" under /root/mdk3-v6/, I get the following error:

make -C osdep
make[1]: Entering directory '/root/mdk3-v6/osdep'
Building for Linux
make[2]: Entering directory '/root/mdk3-v6/osdep'
make[2]: 'os.Linux' is up to date.
make[2]: Leaving directory '/root/mdk3-v6/osdep'
make[1]: Leaving directory '/root/mdk3-v6/osdep'
cc -g -03 -w mdk3.c osdep/libosdep.a -o mdk3 -Losdep -losdep -lpthread
/usr/bin/ld: skipping incompatible osdep/libosdep.a when searching for -losdep
/usr/bin/ld: cannot find -losdep
collect2: error: ld returned exit 1 status
Makefile:22: recipe for target 'mdk3' failed
make: *** [mdk3] Error 1

Is there a fix?