installing sqlite3.3.16

hello,
i am new to the use of QNX.
i tried installing sqlite3 version3.16 on the qnx system.
the steps i followed were:

i copied the sqlite3.3.16.tar.gz from the sqlite download website and copied it to the tmp directory
then -
cd /tmp
tar -xzvf sqlite-3.3.4.tar.gz
cd sqlite-3.3.4
./configure
./configure -–enable-threads
make
make install

but i am getting the following error messages:
In file included from src/sqliteInt.h:294,
from ./src/loadext.c:22:
/usr/qnx632/target/qnx6/usr/include/stdio.h:260: conflicting types for fseeko' /usr/qnx632/target/qnx6/usr/include/stdio.h:188: previous declaration of fseeko

make: *** [loadext.lo] Error 1

could someone please explain what is wrong and how to correct it?
thank you

Binaries for sqlite 3.3.6 and qnx 6.4.X available at ftp://ftp.netbsd.org/pub/pkgsrc/package … databases/