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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
