Jon wrote: > Hello all, > I am trying to build the poppler libs for use in a Qt app for the > Blackberry Playbook (QNX armv7le). > I am running fedora16 64bit on my dev machine. > I configured poppler against the Qt4.8.1 libs built for the playbook > (qnx) with this: > ./configure --with-x --enable-poppler-qt4 > > Is this the correct approach? Are you sure your build uses cross-compiler? It seems that it tries to interpret ARM assembler as x86_64 assembler (disclaimer: I don't know assembler).
Probably you need to add --target flag to ./configure call. -- Yury G. Kudryashov, mailto: [email protected] _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
