c++ - Getting error while doing make
- Sarvesh Damle (10/10) Apr 17 2007 Hi
- Walter Bright (3/15) Apr 17 2007 I suggest getting a Windows box, downloading the Digital Mars C++
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