Date: Sun, 25 Jan 1998 22:23:19 -0800 (PST) Message-Id: <199801260623.WAA01737@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "DeHackEd" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: What is the differnce between GCC and GXX Please help Precedence: bulk At 07:15 1/24/1998 -0500, DeHackEd wrote: >GXX is the equvililant to: >gcc -lm -lstdcx -lgpp > >or such. It's just a convenience command. COUT and it's family are defined in >libgpp.a, which is what -lgpp is for. Actually, it's libiostream.a. libgpp.a contains a variety of convenient but nonstandard LGPL classes. > >-- >"DeHackEd" > >EMail address not given out due to low-life spammers. > > >Kris Mills wrote in message <6add6e$6l0$1 AT madrid DOT visi DOT net>... >>Please Can anyone help me my code compiles fine with GXX but not with GCC Why? >>I thought gCc could compile c++ code. >>I know that the user_input should be a String but i can't compile it that >>way. >> >>Also i get this when i type GXX at the prompt i think i should get no >>input file. >> >>e:/djgpp/lib\crt0.o(.data+0x92):crt0.s: undefined reference to `main' >>e:/djgpp/lib/libc.a(crt1.o)(.text+0x312):crt1.c: undefined reference to `main' >> >>Please help Me kdawghu AT hotmail DOT com > > > > > Nate Eldredge eldredge AT ap DOT net