From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem with C++ Compile...Help! Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: <9f4b0tc101eajnoalhnfr4f84n8uiaurqh@4ax.com> References: <8u19e7$eeo$1 AT nnrp1 DOT deja DOT com> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 28 X-Trace: /KHlxIyCFDRgCVddVvAWh76v/pQ74rSnGLJccIO9zYT+Qp3gpoqYxCUMLhC8UefaNaPppGOB+LwN!614h07gUcZkXLo/6S/Fi5vaiM4fiXra349UVPFHS3QgD5dwjhm307Grg/MQ/tBdXTMOU4aAoM4md!lMAUIQ== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Sun, 05 Nov 2000 16:59:44 GMT Distribution: world Date: Sun, 05 Nov 2000 16:59:44 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sat, 04 Nov 2000 15:19:38 GMT, mdorin AT my-deja DOT com wrote: >I apologize if this question has been asked before, but I am trying >to do a compile without link. Do I have something installed wrong >or setup wrong? > >I type: > >gxx -ggdb -D_DEBUG -fexceptions -fpic -fPIC -c -o Codec.o Codec > >I have also tried: > >gxx -fexceptions -c -o Codec.o Codec > > >I get: [a s___load of errors] Post the smallest complete program that gives this type of problem. --