We are compiling Togl 1.6 on Debian. We solved all problems about included libraries but when we type 'make' the compiler shows us this error:
/usr/lib/gcc-lib/i486-linux/3.3.3/../../../crt1.o(.text+0x18): In function `_start':
../sysdeps/i386/elf/start.S:98: undefined reference to `main'
collect2: ld returned 1 exit status
It seems as a Makefile problem but we aren't sure.
Do someone tell us anything about this error? Is it really a compiler error or anything else?
/usr/lib/gcc-lib/i486-linux/3.3.3/../../../crt1.o(.text+0x18): In function `_start':
../sysdeps/i386/elf/start.S:98: undefined reference to `main'
collect2: ld returned 1 exit status
It seems as a Makefile problem but we aren't sure.
Do someone tell us anything about this error? Is it really a compiler error or anything else?