From: Martin Stromberg Message-Id: <200011031507.QAA03732@lws256.lu.erisoft.se> Subject: Re: DJGPP iostream.h Problem To: kevin DOT odwyer AT latticesemi DOT com Date: Fri, 3 Nov 2000 16:07:29 +0100 (MET) Cc: djgpp AT delorie DOT com (DJGPP) In-Reply-To: <000001c03947$42a191c0$600917ac@ausnt010.latticesemi.com> from "Kevin O'Dwyer" at Oct 18, 2000 03:57:20 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 > > Hi. You two seem to know what's going on with problems with the DJGPP > software. > > My problem is that the file iostream.h itself seems to be goofed up. When I > go to compile, it knows where iostream.h is, but gets syntax errors for the > file itself: > > "c:/djgpp/lang/cxx/iostream.h(35) Error: syntax error before '&' ". Well, I'm not an C++ guy, but as far as I can tell it seems you are trying to use C++ in C. They are different languages. Right MartinS