| delorie.com/archives/browse.cgi | search |
| Newsgroups: | comp.os.msdos.djgpp |
| From: | manni DOT heumann AT gmx DOT de (Manni Heumann) |
| Subject: | Re: Undefined String::String |
| References: | <1105_950952758 AT wol> |
| X-Newsreader: | News Xpress 2.01 |
| Date: | Sat, 19 Feb 2000 10:45:01 GMT |
| NNTP-Posting-Host: | ppp36-311.hrz.uni-bielefeld.de |
| Message-ID: | <38ae742e$1_1@news.uni-bielefeld.de> |
| X-Trace: | 19 Feb 2000 11:45:02 +0200, ppp36-311.hrz.uni-bielefeld.de |
| Lines: | 24 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
gdefty AT ittglobal DOT net (Graeme Defty) wrote: >My entry for the Dumb-Question-of-The-Day Competition ... > >I have a number of 'Undefined String::String' and Undefined String::~String' > error messages. I have used 'nm' to find the other String class functions in > 'libgpp.a' but >not the constructor or destructor. > >What am I missing? > >Thanks, > >G Try to compile with some form of optimization (add -O to your command line). IIRC a couple of functions in that class are inlines and for some strange reason will be forgotten if compiled without optimization. -- Manni
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |