Jon wrote: A: No. Q: Should I use top-posting?
> On Sat, 2012-04-07 at 09:25 +0400, Yury G. Kudryashov wrote: > >> 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. > > I added --target=qnx to the configure so it now looks like this: > ./configure --with-x --target=qnx > Could you please attach the full build log? P.S.: It seems that the right option is --host, not --target. And I'm not sure that the right value is 'qnx'. E.g., it doesn't mention your CPU. -- Yury G. Kudryashov, mailto: [email protected] _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
