Hi,
I'm trying to compile a simple c++ program-- your typical "Hello World"
program (I've also tried multiple other simple programs) using egcs 1.0.2
under RH Linux 5.1 (alpha). Regardless of what source file I try to compile
I consistently get the following error message, everytime.
/usr/lib/crt1.o: In function '_start':
../sysdeps/alpha/elf/start.S: 77: undefined reference to 'main'
..sysdeps/alpha/elf/start.S: 77: undefined reference to 'main'
collect2: ld returned 1 exit status
Compilation exited abnormally with code1 at Wed Nov 11 23:08:12
Anybody have any Ideas what's going on???
Mike Zuiderveen