c++ - Getting error while doing make
- Sarvesh Damle <smdamle yahoo.com> Apr 17 2007
- Walter Bright <newshound1 digitalmars.com> Apr 17 2007
Hi I am running makefile on Unix Sun solaris 2.6, with sunwspro 5.0 configuration. I am geeting following error Undefined first referenced symbol in file __RT_CLASS::__vtbl AlertDB.o [Hint: try checking whether the first non-inlined, non-pure virtual function of class __RT_CLASS is defined] Please help.
Apr 17 2007
Sarvesh Damle wrote:Hi I am running makefile on Unix Sun solaris 2.6, with sunwspro 5.0 configuration. I am geeting following error Undefined first referenced symbol in file __RT_CLASS::__vtbl AlertDB.o [Hint: try checking whether the first non-inlined, non-pure virtual function of class __RT_CLASS is defined] Please help.
I suggest getting a Windows box, downloading the Digital Mars C++ compiler for Windows, and seeing if that helps <g>.
Apr 17 2007








Walter Bright <newshound1 digitalmars.com>