From: "Edmund Horner" Newsgroups: comp.os.msdos.djgpp References: <8rf3n1$i6g$1 AT venus DOT telepac DOT pt> Subject: Re: Compiling C++ Lines: 31 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Organization: Paradise Net Message-ID: <970663277.743690@shelley.paradise.net.nz> Cache-Post-Path: shelley.paradise.net.nz!unknown AT 203-96-149-174 DOT tnt1 DOT paradise DOT net DOT nz X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: Thu, 5 Oct 2000 01:41:28 +1300 NNTP-Posting-Host: 203.96.152.26 X-Complaints-To: newsadmin AT xtra DOT co DOT nz X-Trace: news.xtra.co.nz 970663278 203.96.152.26 (Thu, 05 Oct 2000 01:41:18 NZDT) NNTP-Posting-Date: Thu, 05 Oct 2000 01:41:18 NZDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com You could try using gxx instead of gcc, but apart from that, there's not much help anyone can give you without knowing what kind of errors you're getting. Different errors mean different problems, you know! "Paulo J. Matos aka PDestroy" wrote in message news:8rf3n1$i6g$1 AT venus DOT telepac DOT pt... > Hi, > I have a correct program and I've compiled it doing: > gcc -g -c tr.cpp > everything is ok but when I do: > gcc -o tr.exe tr.o > a bunch of errors appear... > > What to do to solve this? > > Best regards, > > > -- > Paulo J. Matos aka PDestroy > http://www.pdestroy.net > ICQ UIN - 361853 > > -- > The past is but the beginning of a beginning, and all that is and has been > is the twilight of the dawn. > - Wells, Herbert G. > >