It looks like you do not have the libqt.so library in /usr/lib/qt-2.3.1/lib. A soft link named libqt.so and targeting libgt.so.2.3.1 should help, or copy/rename libgt.so.2.3.1 into libgt.so
Good luck,
Michaela Iorga
At 05:02 AM 4/1/2003, you wrote:
I'm tryng to compile XCardII in my RedHat 8.0
I've been notice that qt2 is needed, so instaled it, and modify properly
makefile:
-----
CPP = g++ -fPIC -g -Wall
DEFS= -DMSC_TARGET_UNIX -DQT_THREAD_SUPPORT -D_REENTRANT
MOC = /usr/bin/moc2
INC = -I/usr/lib/qt-2.3.1/include
LIBS = -L/usr/lib/qt-2.3.1/lib -lqt -lpcsclite -lpthread
# MOC = /usr/bin/moc3
# INC = -I/usr/lib/qt-3.0.5/include
# LIBS = -L/usr/lib/qt-3.0.5/lib -lqt -lpcsclite -lpthread
------
But gets tons of "Undefined reference"s
[....]
xcardPutKeyDataMoc.o:/home/jantonio/cosas/smartcards/PCSC/muscleframework-1.1.3/XCardII/src/xcardPutKeyDataMoc.cpp:78: undefined reference to `non-virtual thunk [nv:-36] to QWidget::metric(int) const'
xcardPutKeyDataMoc.o:/home/jantonio/cosas/smartcards/PCSC/muscleframework-1.1.3/XCardII/src/xcardPutKeyDataMoc.cpp:78: undefined reference to `QPaintDevice::fontMet(QFont*, int, char const*, int) const'
xcardPutKeyDataMoc.o:/home/jantonio/cosas/smartcards/PCSC/muscleframework-1.1.3/XCardII/src/xcardPutKeyDataMoc.cpp:78: undefined reference to `QPaintDevice::fontInf(QFont*, int) const'
xcardPutKeyDataMoc.o:/home/jantonio/cosas/smartcards/PCSC/muscleframework-1.1.3/XCardII/src/xcardPutKeyDataMoc.cpp:23: undefined reference to `typeinfo for QDialog'
What's the way to get it compiled?
Where can I find binaries?
Thanks in advance
--
Jonsy (teleline) <[EMAIL PROTECTED]>
Teleline
NIST - Computer Security Division
