<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.2.3">
</HEAD>
<BODY>
On Sat, 2012-04-07 at 16:34 +0400, Yury G. Kudryashov wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Jon wrote:
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.
</PRE>
</BLOCKQUOTE>
Thanks Yuri.<BR>
Using --host fails with this:<BR>
[<A HREF="mailto:jon@jonnysLaptop">jon@jonnysLaptop</A> poppler]$ ./configure --with-x --host=qnx --prefix=/home/jon/popqt --enable-poppler-qt4 POPPLER_QT4_LIBS=-L/home/jon/QtQNX/ARM/lib POPPLER_QT4_CFLAGS=-I/home/jon/QtQNX/ARM/include POPPLER_QT4_TEST_LIBS=-L/home/jon/QtQNX/ARM/lib&nbsp; POPPLER_QT4_TEST_CFLAGS=-I/home/jon/QtQNX/ARM/include MOCQT4=/home/jon/QtQNX/ARM/bin/moc PKG_CONFIG_PATH=/home/jon/QtQNX/ARM/lib/pkgconfig<BR>
configure: WARNING: if you wanted to set the --build type, don't use --host.<BR>
&nbsp;&nbsp;&nbsp; If a cross compiler is detected then cross compile mode will be used<BR>
checking for a BSD-compatible install... /usr/bin/install -c<BR>
checking whether build environment is sane... yes<BR>
checking for qnx-strip... no<BR>
checking for strip... strip<BR>
checking for a thread-safe mkdir -p... /bin/mkdir -p<BR>
checking for gawk... gawk<BR>
checking whether make sets $(MAKE)... yes<BR>
checking for style of include used by make... GNU<BR>
checking for qnx-gcc... no<BR>
checking for gcc... gcc<BR>
checking whether the C compiler works... yes<BR>
checking for C compiler default output file name... a.out<BR>
checking for suffix of executables... <BR>
checking whether we are cross compiling... no<BR>
checking for suffix of object files... o<BR>
checking whether we are using the GNU C compiler... yes<BR>
checking whether gcc accepts -g... yes<BR>
checking for gcc option to accept ISO C89... none needed<BR>
checking dependency style of gcc... gcc3<BR>
checking how to run the C preprocessor... gcc -E<BR>
checking for grep that handles long lines and -e... /bin/grep<BR>
checking for egrep... /bin/grep -E<BR>
checking for ANSI C header files... yes<BR>
checking for sys/types.h... yes<BR>
checking for sys/stat.h... yes<BR>
checking for stdlib.h... yes<BR>
checking for string.h... yes<BR>
checking for memory.h... yes<BR>
checking for strings.h... yes<BR>
checking for inttypes.h... yes<BR>
checking for stdint.h... yes<BR>
checking for unistd.h... yes<BR>
checking whether byte ordering is bigendian... no<BR>
checking build system type... x86_64-unknown-linux-gnu<BR>
checking host system type... Invalid configuration `qnx': machine `qnx' not recognized<BR>
configure: error: /bin/sh ./config.sub qnx failed<BR>
<BR>
I see reference to qnx and nto in the configure script, however I am not sure as to what I am looking at... I see from the log above that its looking for qnx-gcc and cant find it, how do I point configure to qnx-gcc?&nbsp; <BR>
When I build and deploy Qt apps for the playbook I use qmake from the QtQNX built libs and the make is from the playbook NDK, this is working to build for the armv7le proc on the playbook.<BR>
I have attached the config.log and the error log from make when using --target=qnx.<BR>
Thank you for your help!<BR>
Cheers,<BR>
Jon<BR>
<BR>
<BR>
</BODY>
</HTML>