Xref: news-dnh.mv.net comp.os.msdos.djgpp:2032 Path: news-dnh.mv.net!mv!news.sprintlink.net!in2.uu.net!newshost.marcam.com!news.netins.net!news.dacom.co.kr!news.kreonet.re.kr!xpat.postech.ac.kr!bada.postech.ac.kr!neuroman From: neuroman AT bada DOT postech DOT ac DOT kr (Sungjun Park\(9524M26\)) Newsgroups: comp.os.msdos.djgpp Subject: undefined reference to __pure_virtual? Date: 13 Sep 1995 12:38:26 GMT Organization: POSTECH, Pohang, Korea Lines: 11 Nntp-Posting-Host: bada.postech.ac.kr To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp I can't solve this problem that is a link error. The error message is undefined reference to __pure_virtual. Here is the including library list. -lgpp -liostr -lpc -lm I used a pure virtual class as a super class. I wonder whether DJGPP supports pure class or not. Please, help me.