| delorie.com/archives/browse.cgi | search |
| Date: | Tue, 18 May 1999 14:16:54 +0300 (IDT) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| X-Sender: | eliz AT is |
| To: | Paul H <paulwebdev AT hotmail DOT com> |
| 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: | <Pine.SUN.3.91.990518141607.24330r-100000@is> |
| MIME-Version: | 1.0 |
| Reply-To: | djgpp AT delorie DOT com |
| X-Mailing-List: | djgpp AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
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.)
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |