Xref: news-dnh.mv.net comp.os.msdos.djgpp:4385 From: etxkeab AT inetx4 DOT ericsson DOT se (Kenneth Abrahamsson) Newsgroups: comp.os.msdos.djgpp Subject: Re: Problems with Genclass Date: Mon, 15 Jan 1996 07:54:27 GMT Organization: Ericsson Lines: 17 Message-ID: <30fa07b0.380685@ERINEWS.ERICSSON.SE> References: <30f928d8 DOT 19324017 AT news DOT tip DOT net> <30F986FE DOT 73135E94 AT alcyone DOT com> NNTP-Posting-Host: acat6slave.ericsson.se To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Sun, 14 Jan 1996 14:43:10 -0800, Erik Max Francis wrote: >Kenneth Abrahamsson wrote: > >> I have problems building the Genclass utility. I've tried using both DJGPP112m4 >> and V2b4 without success. In the first case it did compile but failed to link, >> giving a couple of error messages as: >> "Undeclared reference: '__pure_virtual'". > >This means that you need to link in the g++ library; add -lgpp onto the end of >your command line. > The problem is that I did link with -lgpp... Kenneth