Mail Archives: djgpp/2000/01/30/07:09:23
On Sun, 30 Jan 2000 dennis51 AT my-deja DOT com wrote:
> I recently installed djgpp version 203.
> The compiler seems to work OK, but,
> now, when I type gxx -v I get:
>
> Sat 01-29-2000 20:17:23.76 C:\0\gcc>gxx -v
"gxx -v" isn't supposed to do anything useful, you need to actually
mention some source files on the command line.
> c:/djgpp/lib/crt0.o(.data+0xc2):crt0.s: undefined reference to `main'
> c:/djgpp/lib/libc.a(crt1.o)(.text+0x44e):crt1.c: undefined reference to
> `main'
> collect2: ld returned 1 exit status
>
> Somehow, that doesn't look so good to me.
It's harmless; don't worry about it.
- Raw text -