|
g++ -c -pipe -Wall -W -O2 -march=i386 -mcpu=i686 -g -DGLX_GLXEXT_LEGACY -fno-use-cxa-atexit -fno-exceptions -DQT_NO_DEBUG -I/usr/lib/qt-3.1/mkspecs/default -I. -I/usr/lib/qt-3.1/include -o lcdrange.o lcdrange.cpp
g++ -c -pipe -Wall -W -O2 -march=i386 -mcpu=i686 -g -DGLX_GLXEXT_LEGACY -fno-use-cxa-atexit -fno-exceptions -DQT_NO_DEBUG -I/usr/lib/qt-3.1/mkspecs/default -I. -I/usr/lib/qt-3.1/include -o main.o main.cpp
g++ -o main lcdrange.o main.o -L/usr/lib/qt-3.1/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm
lcdrange.o(.text+0x2c): In function `LCDRange: CDRange[not-in-charge](QWidget*, char const*)':
/usr/local/work/qt/lcdrange/lcdrange.cpp:11: undefined reference to `vtable for LCDRange'
lcdrange.o(.text+0x33):/usr/local/work/qt/lcdrange/lcdrange.cpp:11: undefined reference to `vtable for LCDRange'
lcdrange.o(.text+0x14c): In function `LCDRange: CDRange[in-charge](QWidget*, char const*)':
/usr/local/work/qt/lcdrange/lcdrange.cpp:11: undefined reference to `vtable for LCDRange'
lcdrange.o(.text+0x153):/usr/local/work/qt/lcdrange/lcdrange.cpp:11: undefined reference to `vtable for LCDRange'
collect2: ld returned 1 exit status
make: *** [main] Error 1 |
|