OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Qt/Qtopia => Topic started by: doc 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 (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.
-
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.