2009-04-16 11:13:40 Problem with linkin Konq/E
Michael Heiser (GERMANY)
Message: 72760
Hey guys,
My goal is to get Konq/E with qt3.3.8 embedded running on blackfin. I compiled the qt library and configured Konq/E how you described it in the docs.
All went well till now. When I try o make Komq/E there is following error....
/bin/sh ../../libtool --silent --tag=CXX --mode=link bfin-linux-uclibc-g++ -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -D__linux__ -DNOMMU -DQT_THREAD_SUPPORT -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -mfdpic -o libkonqe.la -rpath /usr/lib -L/home/mheiser/qt-bfin/qt-embedded-free-3.3.8b/lib -ldl dummy.lo ../kdesrc/kdecore/libkdecore.la ../kdesrc/kio/libkio.la ../kdesrc/kio/http/libkiohttp.la ../kdesrc/kio/http/kcookiejar/libkcookiejar.la ../kdesrc/kssl/libkssl.la ../kdesrc/kparts/libkparts.la ../dropin/kssl/libkssldropin.la ../dropin/kparts/libkpartsdropin.la ../dropin/kio/libkiodropin.la
/opt/uClinux-2009pre/bfin-linux-uclibc/bin/../lib/gcc/bfin-linux-uclibc/4.1.2/../../../../bfin-linux-uclibc/bin/ld: cannot find /lib//libc.so.0
collect2: ld returned 1 exit status
I don't understand this. Why the linker is searching for /lib//libc.so.0
does anybody know a solution for this problem? I dunno ehst to do at this point, cause i dunno where to search for the problem. It seems that there is no code like this anywhere in the folder of Konq/E. I searched for it....
Greetz Michael
TranslateQuoteReplyEditDelete
2009-04-17 14:44:20 Re: Problem with linkin Konq/E
Robin Getz (UNITED STATES)
Message: 72794
Michael:
Looks like things are picking up the host tools - our developer familiar with Qt & Konq will be back on Monday.
-Robin
QuoteReplyEditDelete
2009-04-20 05:29:01 Re: Problem with linkin Konq/E
Sonic Zhang (CHINA)
Message: 72855
We never tested qt 3.3.8. The doc in wiki is against qt 3.3.5 and only tested on 2008R1.5 release. If you want to use the 2009pre source on SVN trunk, please just use qt 4.5 under user application folder.
QuoteReplyEditDelete
2009-04-24 13:15:25 Re: Problem with linkin Konq/E
Mike Frysinger (UNITED STATES)
Message: 73175
remove the "--silent" option from libtool invocation to see the actual command run is ...