Message-ID: <36BC8CFD.E3D8E9C3@idirect.com> Date: Sat, 06 Feb 1999 13:42:05 -0500 From: Martin Smith X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: String class and lgpp 2.8: is something missing? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: ts7-55t-48.idirect.com X-Trace: 6 Feb 1999 13:41:45 +0500, ts7-55t-48.idirect.com Organization: via Internet Direct Lines: 17 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I asked this question a week ago, but nobody answered. So, I'll try again. I have the "latest" versions of lgpp and so on (versions 2.8x)..., and I use rhide. OK. Most stuff compiles and runs fine, BUT the C++ String class (in _string.h, with library supposedly in libgpp.a) COMPILES, but fails to link. "Undefined reference to String::String (char*)" and so on. Comparing the file sizes of libgpp.a from versions 2.7 and 2.8, one notices that the latter is about 40% smaller than the former. Is there something missing from this newer version of lgpp.a? Is it just me? Where are the Strings???