On Sat, 2005-09-17 at 15:13 -0500, Jolan Luff wrote: > On Sat, Sep 17, 2005 at 03:41:21PM -0400, D. Richard Hipp wrote: > > Version 3.2.6 is now available on the website > > 3.2.6 does not compile on FreeBSD and OpenBSD because they do not have > fdatasync(). AFAICT, NetBSD's fdatasync implementation does the same > thing as fsync. >
Well, bummer. You can work around the problem by adding -Dfdatasync=fsync on the compiler command-line. I'll have to think about a proper fix. -- D. Richard Hipp <[EMAIL PROTECTED]>

