From: bukinm AT inp DOT nsk DOT su (Michael Bukin) Newsgroups: comp.os.msdos.djgpp Subject: Re: Question about DJGPP Syntax Date: Fri, 11 Apr 1997 10:35:00 GMT Organization: BINP SD RAS Lines: 10 Message-ID: <334f129f.29478689@news-win.inp.nsk.su> References: <199704101502 DOT LAA22851 AT hcst DOT net> <5ikca8$j3g AT sky DOT inp DOT nsk DOT su> Reply-To: bukinm AT inp DOT nsk DOT su NNTP-Posting-Host: csd-bsdi.inp.nsk.su Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On 11 Apr 1997 03:48:24 GMT, bukinm AT inp DOT nsk DOT su (Michael Bukin) wrote: > 2. When you get undefined reference to OBJECT::member_function in ... > move definition of member_function from header which declares OBJECT > to apropriate .cc file (it will prevent inlining, though). BTW, you can use `nm' from bnu27b.zip to see that some function is actually present in library or in object file. Start with `info binutils nm'.