Date: Sun, 1 Aug 1999 16:12:47 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Jurre Koning cc: djgpp AT delorie DOT com Subject: Re: beginner question In-Reply-To: <37a40892@wau.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 1 Aug 1999, Jurre Koning wrote: > >From the readme.1st I figured, that is was ok to use gcc for C as well as > C++ programs. I guess it is not when you include iostream.h. I "forgot" to > try gxx, ... guess i misread. It is indeed okay to use GCC for C++ programs, but you then need to put -lstdcxx at the end of the link command line. Using GXX frees you from this.