This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: `db' package?


> Has anybody succesfully compiled the `db' library package (1.85) with
> cygwin32? I am trying to port RPM to cygwin32, which needs it.

I have built 1.86, so I'm sure 1.85 is possible.  I have not tested
the btree, recno, or any advanced features, since my goal was to build
DB_File for perl 5.004, and I'm stuck on dyna-loading.

I'll try putting together a diff if you like.  The main issues are:

1. Start with the linux makefile.
2. Remove the stuff about lorder and tsort from the ${LIBDB} rule.
3. Get a <sys/cdefs.h> that defines __P, or use -D__P(a)=a.
4. Get <sys/queue.h>, which defines macros such as CIRCLEQ_ENTRY.  I
borrowed this file from a linux distribution.
5. Add O_BINARY to the USE_OPEN_FLAGS in db.c, and OR the flags passed
to dbopen with it.

-John
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]