┌──(rootBluejet)-[~/tools/VPNPivot]
└─# make && make install 2 ⨯
make all-recursive
make[1]: Entering directory '/root/tools/VPNPivot'
Making all in src
make[2]: Entering directory '/root/tools/VPNPivot/src'
gcc -ggdb -DUSE_SSL -DUSE_POLL -I../include -g -O2 -o pivots pivots.o utils.o crypto.o -lpthread -lcrypto -lssl -ldl
/usr/bin/ld: utils.o:/root/tools/VPNPivot/src/../include/etn.h:55: multiple definition of mbq'; pivots.o:/root/tools/VPNPivot/src/../include/etn.h:55: first defined here /usr/bin/ld: crypto.o:/root/tools/VPNPivot/src/../include/etn.h:55: multiple definition of mbq'; pivots.o:/root/tools/VPNPivot/src/../include/etn.h:55: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:349: pivots] Error 1
make[2]: Leaving directory '/root/tools/VPNPivot/src'
make[1]: *** [Makefile:352: all-recursive] Error 1
make[1]: Leaving directory '/root/tools/VPNPivot'
make: *** [Makefile:293: all] Error 2



HOW DO I SOLVE THESE ERROR CODE ON LATEST VERSION OF KALI LINUX