Getting the following error block when attempting to compile OpenFuck.c using the following command on Kali Linux:
gcc -o OpenFuck.c -lcrypto
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o: in function _start': (.text+0x20): undefined reference to main'
Please advise.
Getting the following error block when attempting to compile OpenFuck.c using the following command on Kali Linux:
gcc -o OpenFuck.c -lcrypto
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o: in function
_start': (.text+0x20): undefined reference tomain'Please advise.