www.digitalmars.com         C & C++   DMDScript  

c++ - Getting error while doing make

reply Sarvesh Damle <smdamle yahoo.com> writes:
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
parent Walter Bright <newshound1 digitalmars.com> writes:
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