Date: Tue, 18 May 1999 14:16:54 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Paul H cc: djgpp AT delorie DOT com Subject: Re: _String.h Error in compiling C++ program In-Reply-To: <19990518045020.62062.qmail@hotmail.com> 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 Mon, 17 May 1999, Paul H wrote: > C:\Development\c>gxx -o test.ext test.o > test.o(.text+0x1f):test.cpp: undefined reference to `String::String(void)' Append -lgpp to the gxx command line. (That's a lower-case ell, not a digit 1 after the dash.)