From: "Carolyn Kelly-Pajot" References: <3469E511 DOT 235A AT bergen DOT mail DOT telia DOT com> Subject: Re: C++ library Date: Wed, 12 Nov 1997 19:05:04 -0500 Lines: 11 Message-ID: Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk john kismul wrote in message <3469E511 DOT 235A AT bergen DOT mail DOT telia DOT com>... >Does DJGPP automatically include the C++ library when creating an >executable? > GXX.EXE yes, GCC.EXE no. gcc someprog.cpp -o someprog.exe -lgpp