Hallo Linux-Programmierer! Seit einiger Zeit kann ich kein Linking mehr durchführen, wie im angehängten File zu sehen ist. Wo könnte das herrühren?
Danke -- ,---._________________________________ / \ |~~\_____/~~\__ | | [EMAIL PROTECTED] >---\______====== )-+ | ,---._______________________________/ ~~~|/~~ | |/ ()
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/local/lib/qt/include -I/usr/X11R6/include -O2 -Wall -c about.cpp /bin/sh ../libtool --mode=link g++ -O2 -Wall -s -o ktablet -L/opt/kde/lib -L/usr/local/lib/qt/lib -L/usr/X11R6/lib -rpath /opt/kde/lib -rpath /usr/local/lib/qt/lib -rpath /usr/X11R 6/lib ktablet.o ktabletwidget.o main.o system.o generics.o buttons.o area.o tests.o about.o -lkfile -lkfm -lkdeui -lkdecore -lqt -lXext -lX11 g++ -O2 -Wall -s -o ktablet -L/opt/kde/lib -L/usr/local/lib/qt/lib -L/usr/X11R6/lib ktablet.o ktabletwidget.o main.o system.o generics.o buttons.o area.o tests.o about.o -lkfile -lk fm -lkdeui -lkdecore -lqt -lXext -lX11 -Wl,--rpath -Wl,/opt/kde/lib -Wl,--rpath -Wl,/usr/local/lib/qt/lib -Wl,--rpath -Wl,/usr/X11R6/lib ktablet.o: In function `ktablet::ktablet(void)': ktablet.o(.text+0x1a): undefined reference to `ktablet::QPaintDevice virtual table' ktablet.o(.text+0x21): undefined reference to `ktablet virtual table' ktablet.o: In function `ktablet::~ktablet(void)': ktablet.o(.text+0x32c): undefined reference to `ktablet::QPaintDevice virtual table' ktablet.o(.text+0x333): undefined reference to `ktablet virtual table' ktabletwidget.o: In function `ktabletWidget::ktabletWidget(QWidget *, char const *)': ktabletwidget.o(.text+0x1f): undefined reference to `ktabletWidget::QPaintDevice virtual table' ktabletwidget.o(.text+0x26): undefined reference to `ktabletWidget virtual table' ktabletwidget.o: In function `ktabletWidget::~ktabletWidget(void)': ktabletwidget.o(.text+0x4ec): undefined reference to `ktabletWidget::QPaintDevice virtual table' ktabletwidget.o(.text+0x4f3): undefined reference to `ktabletWidget virtual table' system.o: In function `tabletSystem::tabletSystem(QWidget *, char const *)': system.o(.text+0x1e): undefined reference to `tabletSystem::QPaintDevice virtual table' system.o(.text+0x25): undefined reference to `tabletSystem virtual table' system.o: In function `tabletSystem::~tabletSystem(void)': system.o(.text+0xac): undefined reference to `tabletSystem::QPaintDevice virtual table' system.o(.text+0xb3): undefined reference to `tabletSystem virtual table' generics.o: In function `tabletGenerics::tabletGenerics(QWidget *, char const *)': generics.o(.text+0x22): undefined reference to `tabletGenerics::QPaintDevice virtual table' generics.o(.text+0x29): undefined reference to `tabletGenerics virtual table' generics.o: In function `tabletGenerics::~tabletGenerics(void)': generics.o(.text+0x11fc): undefined reference to `tabletGenerics::QPaintDevice virtual table' generics.o(.text+0x1203): undefined reference to `tabletGenerics virtual table' buttons.o: In function `tabletButtons::tabletButtons(QWidget *, char const *)': buttons.o(.text+0x1f): undefined reference to `tabletButtons::QPaintDevice virtual table' buttons.o(.text+0x26): undefined reference to `tabletButtons virtual table' buttons.o: In function `tabletButtons::~tabletButtons(void)': buttons.o(.text+0x123c): undefined reference to `tabletButtons::QPaintDevice virtual table' buttons.o(.text+0x1243): undefined reference to `tabletButtons virtual table' area.o: In function `featureDevice::featureDevice(QWidget *, char const *, unsigned int)': area.o(.text+0x21): undefined reference to `featureDevice::QPaintDevice virtual table' area.o(.text+0x28): undefined reference to `featureDevice virtual table' area.o: In function `featureDevice::~featureDevice(void)': area.o(.text+0xfe): undefined reference to `featureDevice::QPaintDevice virtual table' area.o(.text+0x105): undefined reference to `featureDevice virtual table' area.o: In function `featureDevice::mousePressEvent(QMouseEvent *)': area.o(.text+0x25f): undefined reference to `featureDevice::mousePressed(QMouseEvent *)' area.o: In function `featureDevice::mouseReleaseEvent(QMouseEvent *)': area.o(.text+0x2bb): undefined reference to `featureDevice::mouseReleased(QMouseEvent *)' area.o: In function `tabletArea::tabletArea(QWidget *, char const *)': area.o(.text+0x2f8): undefined reference to `tabletArea::QPaintDevice virtual table' area.o(.text+0x2ff): undefined reference to `tabletArea virtual table' area.o: In function `tabletArea::~tabletArea(void)': area.o(.text+0x19ee): undefined reference to `tabletArea::QPaintDevice virtual table' area.o(.text+0x19f5): undefined reference to `tabletArea virtual table' area.o: In function `tabletArea::featureActivated(int)': area.o(.text+0x2d28): undefined reference to `tabletArea::featureChanged(int, int)' tests.o: In function `paintDevice::paintDevice(QWidget *, char const *, unsigned int)': tests.o(.text+0x21): undefined reference to `paintDevice::QPaintDevice virtual table' tests.o(.text+0x28): undefined reference to `paintDevice virtual table' tests.o: In function `paintDevice::~paintDevice(void)': tests.o(.text+0xae): undefined reference to `paintDevice::QPaintDevice virtual table' tests.o(.text+0xb5): undefined reference to `paintDevice virtual table' tests.o: In function `paintDevice::mouseMoveEvent(QMouseEvent *)':

