Author Topic: can't find -lqt-mt lib...Fedora Core 2  (Read 3835 times)

doc

  • Full Member
  • ***
  • Posts: 191
    • View Profile
    • http://
can't find -lqt-mt lib...Fedora Core 2
« on: November 02, 2004, 09:57:16 pm »
I swear I did this before...but what might I be missing.

I installed the qt 1.7 rpm and all the compat libs from Core 2 disk 3 as well as the cross compiler rpms...
as described in http://mcb.freewebpage.org/edslug/edslug5-1.html

For some reason I'm getting this error when I compile apps that previously worked on non-yum updated kernel for Fedora Core 2...


g++  -o glucozaurus glucozaurus.o glucopaint.o main.o moc_glucozaurus.o   -L/opt/Qtopia/lib -L/usr/X11R6/lib -luuid -ljpeg -lqpe -lqt-mt -lXext -lX11 -lm
/usr/bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
make: *** [glucozaurus] Error 1


There is no such qt-mt lib under /opt/Qtopia...my dev-x86-qpe.sh script looks like this...
#!/bin/bash
# dev-x86-qpe.sh script
CROSSCOMPILE=/opt/Embedix/tools/arm-linux/bin:/opt/Embedix/tools/bin
QPEDIR=/opt/Qtopia
QTDIR=/opt/Qtopia
PATH=${QTDIR}/bin:${PATH}:${CROSSCOMPILE}
TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-x86-g++/
LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
export QPEDIR QTDIR PATH TMAKEPATH LD_LIBRARY_PATH PS1
echo "Altered environment for Sharp Zaurus Development x86"

Any help from Fedora Qt programmers????

Thanks in advance.
By your command...

Doc
Sharp SL-5500 PDA
Sharp 2.78 ROM
Viking 256MB SD
Socket LP-E CF Ethernet

doc

  • Full Member
  • ***
  • Posts: 191
    • View Profile
    • http://
can't find -lqt-mt lib...Fedora Core 2
« Reply #1 on: November 03, 2004, 08:04:32 am »
Oh my God... I may have made a Jr. League Qt programming error... I can't verify until I get home from work as I have Core 1 at work and Core 2 at home... but I think I was trying to use "qmake" instead of "tmake" last night.  What was I smoking???  Must have been good.
By your command...

Doc
Sharp SL-5500 PDA
Sharp 2.78 ROM
Viking 256MB SD
Socket LP-E CF Ethernet