O
owolablo
I'm making a project involving some C++ source files.
It keeps popping up the following error:
/usr/lib/gcc/i386-redhat-linux/4.0.0/../../../crt1.o(.text+0x18): In
function `_start':
: undefined reference to `main'
collect2: ld returned 1 exit status
This happens whether I compile the code using a makefile or normally
(via a g++ command)
Anybody knows what this means?
Thanks.
It keeps popping up the following error:
/usr/lib/gcc/i386-redhat-linux/4.0.0/../../../crt1.o(.text+0x18): In
function `_start':
: undefined reference to `main'
collect2: ld returned 1 exit status
This happens whether I compile the code using a makefile or normally
(via a g++ command)
Anybody knows what this means?
Thanks.