On 11/19/19, Dennis Clarke <dcla...@blastwave.org> wrote:
>
> CC=/opt/bw/gcc9/bin/gcc
>
> CFLAGS=-std=iso9899:1999 -O0 -m64 -g -march=k8 -mtune=k8 \
> -Wl,-rpath=/opt/bw/lib,--enable-new-dtags -fno-builtin \
> -malign-double -mpc80
>
> CPPFLAGS=-I/opt/bw/include -D_POSIX_PTHREAD_SEMANTICS \
> -D_LARGEFILE64_SOURCE -D_TS_ERRNO -D_GNU_SOURCE
>
> I can get a compile and never a test.

Maybe try compiling without all the superfluous options?  Does you
still get the failure then?

Perhaps tell us what the error is so that we can debug it?
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to