From: Dmitry Vinokurov <d.vinokuroff@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Making simple QTE application, cannot find libpthread_nonshared.a
Date: Wed, 25 Nov 2009 10:33:24 +0500 [thread overview]
Message-ID: <4B0CC1A4.1060401@gmail.com> (raw)
Hello,
Example from manual chapter"Creating and Using a Qt Embedded SDK" fails
at linking stage:
---------------------------
$ qmake2
$ make
arm-oe-linux-gnueabi-g++ -c -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG
-DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/local/minimal/arm/arm-oe-linux-gnueabi/usr/share/qtopia/mkspecs/linux-g++
-I.
-I/usr/local/minimal/arm/arm-oe-linux-gnueabi//usr/include/qtopia/QtCore
-I/usr/local/minimal/arm/arm-oe-linux-gnueabi//usr/include/qtopia/QtGui
-I/usr/local/minimal/arm/arm-oe-linux-gnueabi//usr/include/qtopia -I. -o
main.o main.cpp
arm-oe-linux-gnueabi-g++ -Wl,-rpath-link,/usr/lib -o qte-example
main.o -L/usr/local/minimal/arm/arm-oe-linux-gnueabi//usr/lib
-lQtGuiE -lpng -lfreetype -lQtNetworkE -pthread -pthread -pthread
-pthread -pthread -pthread -lQtCoreE -lz -lm -pthread -lgthread-2.0 -lrt
-lglib-2.0 -ldl -lpthread
/usr/local/minimal/arm/lib/gcc/arm-oe-linux-gnueabi/4.4.2/../../../../arm-oe-linux-gnueabi/bin/ld:
cannot find /usr/lib/libpthread_nonshared.a inside
/usr/local/minimal/arm/arm-oe-linux-gnueabi
collect2: ld returned 1 exit status
make: *** [qte-example] Ошибка 1
---------------------------
Could anybody suggest, how this issue can be solved? I even have no
idea, why it searches for static library instead of dynamic.
Thanks.
--
Best Regards,
Dmitry Vinokurov
<d.vinokuroff@gmail.com>
next reply other threads:[~2009-11-25 5:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-25 5:33 Dmitry Vinokurov [this message]
2009-11-26 8:53 ` Making simple QTE application, cannot find libpthread_nonshared.a Holger Hans Peter Freyther
2009-12-02 5:55 ` Dmitry Vinokurov
2009-12-02 6:49 ` Holger Hans Peter Freyther
2009-12-02 10:00 ` Dmitry Vinokurov
2009-12-02 13:01 ` Dmitry Vinokurov
2009-12-02 13:01 ` Holger Hans Peter Freyther
2009-12-02 13:20 ` Dmitry Vinokurov
2009-12-02 7:38 ` Holger Hans Peter Freyther
2009-12-02 8:39 ` Phil Blundell
2009-12-02 9:22 ` Holger Hans Peter Freyther
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B0CC1A4.1060401@gmail.com \
--to=d.vinokuroff@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.