So I ran the configure script, but when I run the makefile I get this:
Code:
make ../bin/circle
cc -o ../bin/circle -lcrypt
/usr/lib/crt1.o: In function `_start':
crt1.c:(.text+0x91): undefined reference to `main'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Does anyone have any ideas on how to make it compile?