On second thought, instead of -D__DJGPP__, comment out the following 
lines in src/os_unix.c instead:

/* #ifdef __DJGPP__ */
# define fcntl(A,B,C) 0     
/* #endif */

--- Joe Wilson <[EMAIL PROTECTED]> wrote:
> I suspect file locking via fcntl() is not working in your embedded libc.
> 
> Try compiling the source code with -D__DJGPP__ which will make fcntl() a no 
> op.
> 
> - Or - if that fails try compiling with -DSQLITE_LOCK_TRACE -DSQLITE_DEBUG to 
> see what errors it generates.
> 
> (Don't do both at the same time)



 
____________________________________________________________________________________
No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.
http://mobile.yahoo.com/mail 

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

Reply via email to