Newsgroups: comp.os.msdos.djgpp From: manni DOT heumann AT gmx DOT de (Manni Heumann) Subject: Re: compiling C++ References: <7vsnag$jhc AT hermes DOT acs DOT unt DOT edu> <7vugut$7d9 AT hermes DOT acs DOT unt DOT edu> <3822ce3d DOT 0 AT news DOT uni-bielefeld DOT de> <7vuqnq$9nq AT hermes DOT acs DOT unt DOT edu> X-Newsreader: News Xpress 2.01 Date: Fri, 05 Nov 1999 18:38:45 GMT NNTP-Posting-Host: ppp36-51.hrz.uni-bielefeld.de Message-ID: <38232437.0@news.uni-bielefeld.de> X-Trace: 5 Nov 1999 19:38:47 +0200, ppp36-51.hrz.uni-bielefeld.de Lines: 28 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <7vuqnq$9nq AT hermes DOT acs DOT unt DOT edu>, "Morpheus" wrote: > >> Now, maybe I am blind or something. But I couldn't see any complaints or >errors messages from gcc here. Looks like everything compiled and linked >just fine. > >Hmm. Someone just emailed me and said it was full of syntax and other errors >and he can't even get it to compile. Can you think of anything that might be >wrong with the way I set up djgpp when I installed? (This is the first >program I've run.) By the way, I tried to compile a class written by my >instructor that compiles and links fine in Linux, and it gives me the same >error. Is it possible that I need to write a Makefile to display the >dependencies and such? Give me any ideas you have, please. > Well, I was refering to the output of gcc that you posted. I didn't try it myself. But this output did not show any errors, at least I didn't see any. If I were you, I would try to reproduce the problem with as little code as possible. Write the tiniest program you can think of in two translation units (source files) and see what happens. -- Manni