On 9/14/17, Dennis Clarke <[email protected]> wrote: > RE : sqlite-autoconf-3200100 > > Dear maillist : > > After doing a typical configure and compile on a 64-bit PPC arch > linux server I was very very surprised to see : > > ppc64$ /usr/local/bin/gmake installcheck > gmake: Nothing to be done for `installcheck'. > > ppc64$ /usr/local/bin/gmake check > gmake: Nothing to be done for `check'. > > > Is there no way to confirm that the compile results in a good and > valid output ?
The sqlite-autoconf-3200100 tarball strips out all the tests. Maybe grab a copy of the canonical source code (https://sqlite.org/2017/sqlite-src-3200100.zip) and then run "./configure; make test". -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

