[Development] Build errors with raspbian

Thiago Macieira thiago.macieira at intel.com
Thu Nov 14 17:49:04 CET 2013


On quinta-feira, 14 de novembro de 2013 09:39:29, Stephen Kelly wrote:
> `QLibraryPrivate::load_sys()':
> qlibrary_unix.cpp:(.text+0x1230): warning: Using 'dlopen' in statically
> linked  applications requires at runtime the shared libraries from the
> glibc version used for linking

> /home/stephen/rpi/rasp-pi-rootfs/usr/lib/arm-linux-
> gnueabihf/libdl.a(dlopen.o): In function `dlopen':
> (.text+0xc): undefined reference to `__dlopen'

Both errors are outside of Qt.

First of all, you seem to be linking statically to glibc. Don't.

Second, it seems that your libdl.a has a requirement that is not met. Don't 
link to libdl.a.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20131114/8cf18f89/attachment.sig>


More information about the Development mailing list