> Did you use "configure; make" to get this error?

Yes.  I used the configure script, and make, as you describe.

 -Clark

----- Original Message ----
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: sqlite-users@sqlite.org
Sent: Monday, April 2, 2007 1:47:26 PM
Subject: Re: [sqlite] Version 3.3.14

Clark Christensen <[EMAIL PROTECTED]> wrote:
> I'm seeing an error in make test for 3.3.14:
> 
> /tmp/ccDdRRCh.o: In function `Sqlitetest1_Init':
> /home/cchriste/sqlite-3.3.14/src/test1.c:4321: undefined reference to 
> `sqlite3_xferopt_count'
> collect2: ld returned 1 exit status
> make: *** [testfixture] Error 1
> $
> 
> Red Hat Linux 7.2 (2.4.7.10);
> gcc 3.0.2
> tcl 8.4.12
> 
> SQLite v3.3.13 and earlier tested OK for me.  Any ideas?  Something too old 
> in my setup?
> 

The sqlite3_xferopt_count global variable only exists if you
compile with -DSQLITE_TEST=1.  It appears that the insert.c
module was not so compiled.  Did you use "configure; make" to
get this error?
--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------





-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to