Date: Sun, 30 Jan 2000 10:35:33 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: dennis51 AT my-deja DOT com cc: djgpp AT delorie DOT com Subject: Re: what am I supposed to get for gxx -v? In-Reply-To: <870et2$3b2$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.