From: Ian Chapman Newsgroups: comp.os.msdos.djgpp Subject: Re: String Date: Fri, 28 Jan 2000 12:55:41 -0500 Organization: Nortel Lines: 23 Message-ID: <3891D81D.190A3BA5@nortelnetworks.com> References: <3891087C DOT 624C5D1A AT americasm10 DOT nt DOT com> <38916d8d$1 AT news DOT uni-bielefeld DOT de> NNTP-Posting-Host: bcarib90.ca.nortel.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Manni, I'm using Rhide and I put the -O option like you said. That's advance things. I'm now getting;_ undefined ref's to :- salloc(strRep *, const *, int, int) _nilStrRep so I've advanced a wee bit. Any more help would be greatly appreciated. regards Ian. > > So your call to gcc should look something like this: > > gxx myprog.cpp -O -lgpp > > -- > > Manni