[Doxygen-users] Problem with Make
Brought to you by:
dimitri
From: <Lar...@ra...> - 2001-08-15 21:28:48
|
To Group, I am running Solaris 2.7 and using gnu compiler. Below is the printout after initiating make. Any help would be greatly appreciated. Thank you, Larry Kemp make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/home/lwkemp/doxygen-1.2.9.1/src' /software/fsf/bin/make -f Makefile.doxygen all make[2]: Entering directory `/usr/home/lwkemp/doxygen-1.2.9.1/src' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/home/lwkemp/doxygen-1.2.9.1/src' /software/fsf/bin/make -f Makefile.doxytag all make[2]: Entering directory `/usr/home/lwkemp/doxygen-1.2.9.1/src' CC -o ../bin/doxytag ../objects/doxytag.o ../objects/suffixtree.o ../objects/se archindex.o ../objects/logos.o ../objects/version.o -L../lib -lqtools Undefined first referenced symbol in file QList<Argument>::__vtbl /usr/home/lwkemp/doxygen-1.2.9.1/objects/SunWS_cache/C C_obj_j/jKyElLK8EP2B9pONhnx4.o [Hint: try checking whether the first non-inlined, non-pure virtual function of class QList<Argument> is defined] QDict<UsesClassDef>::__vtbl /usr/home/lwkemp/doxygen-1.2.9.1/objects/SunWS_cache /CC_obj_j/jKyElLK8EP2B9pONhnx4.o [Hint: try checking whether the first non-inlined, non-pure virtual function of class QDict<UsesClassDef> is defined] QList<BaseClassDef>::__vtbl /usr/home/lwkemp/doxygen-1.2.9.1/objects/SunWS_cache /CC_obj_j/jKyElLK8EP2B9pONhnx4.o [Hint: try checking whether the first non-inlined, non-pure virtual function of class QList<BaseClassDef> is defined] QIntDict<MemberGroup>::__vtbl /usr/home/lwkemp/doxygen-1.2.9.1/objects/SunWS_cac he/CC_obj_j/jKyElLK8EP2B9pONhnx4.o [Hint: try checking whether the first non-inlined, non-pure virtual function of class QIntDict<MemberGroup> is defined] SDict<MemberNameInfo>::__vtbl /usr/home/lwkemp/doxygen-1.2.9.1/objects/SunWS_cac he/CC_obj_j/jKyElLK8EP2B9pONhnx4.o [Hint: try checking whether the first non-inlined, non-pure virtual function of class SDict<MemberNameInfo> is defined] MemberGroup::~MemberGroup() /usr/home/lwkemp/doxygen-1.2.9.1/objects /SunWS_cache/CC_obj_j/jKyElLK8EP2B9pONhnx4.o SDict<Example>::__vtbl /usr/home/lwkemp/doxygen-1.2.9.1/objects/SunWS_cache /CC_obj_j/jKyElLK8EP2B9pONhnx4.o [Hint: try checking whether the first non-inlined, non-pure virtual function of class SDict<Example> is defined] QList<MemberGroup>::__vtbl /usr/home/lwkemp/doxygen-1.2.9.1/objects/SunWS_cache/ CC_obj_j/jKyElLK8EP2B9pONhnx4.o [Hint: try checking whether the first non-inlined, non-pure virtual function of class QList<MemberGroup> is defined] ld: fatal: Symbol referencing errors. No output written to ../bin/doxytag make[2]: *** [../bin/doxytag] Error 1 make[2]: Leaving directory `/usr/home/lwkemp/doxygen-1.2.9.1/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/home/lwkemp/doxygen-1.2.9.1/src' make: *** [all] Error 2 |