Date: Thu, 15 Mar 2001 18:23:56 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Cesar Rabak cc: djgpp AT delorie DOT com Subject: Re: Run Error, need help! In-Reply-To: <3AB0D47A.A4E6A3C4@uol.com.br> 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 Thu, 15 Mar 2001, Cesar Rabak wrote: > > gcc -v -o hello hello.o -lstdcx > > > > Eli, for a better grasp of the inner workings of DJGPP, would you care > of sharing the reason (I'm surmising it helps for debugging) to use the > above line instead of [what I] expected: > > gxx -o hello hello.o Using gcc is slightly more predictable, since gxx might from (an old) gcc distribution, what we now know as gpp, or from djdevNNN.zip. If it's from djdev, an additional level of nesting is involved, which might or might not complicate things. It's not a big deal, either way; I just typed the simplest command I could think of.