Date: Wed, 5 Sep 2001 15:19:17 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Alex Vinokur cc: djgpp AT delorie DOT com Subject: Re: gxx -v : weird output In-Reply-To: <3B96214A.81667AF2@bigfoot.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 5 Sep 2001, Alex Vinokur wrote: > %gxx -v > Reading specs from d:/sys/djgpp/lib/gcc-lib/djgpp/2.953/specs > gcc version 2.95.3 20010315/djgpp (release) > d:/sys/djgpp/lib/gcc-lib/djgpp/2.953/collect2.exe > d:/sys/djgpp/lib/crt0.o -Ld:/sys/djgpp/lib > -Ld:/sys/djgpp/lib/gcc-lib/djgpp/2.953 -Ld:/sys/djgpp/bin > -Ld:/sys/djgpp/lib -lstdcxx -lm -lgcc -lc -lgcc -Tdjgpp.djl > d:/sys/djgpp/lib/crt0.o(.data+0xc2):crt0.s: undefined reference to > `main' > d:/sys/djgpp/lib/libc.a(crt1.o)(.text+0x44e):crt1.c: undefined reference > to `main' > collect2: ld returned 1 exit status > > Why does *output of 'gxx -v'* differ from one of 'gcc -v' and 'gpp -v'? > It seems that output of 'gxx -v' is weird (?). It's expected behavior. Don't worry about that.