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: Cygnus and GDBM


On Wed, 12 May 1999, Suhaib M. Siddiqi wrote:

> 
> It was a while ago.  As far as I remember it compiled out-of-the-box, with some minor
> tweaking.  It passed all the Testdbm, and Testgdbm tests.
> 

Configure should've picked up the fact that Cygwin uses POSIX fcntl, and 
not BSD flock and not define HAVE_FLOCK.

The only tweaking I remember with GDBM 1.7.3 was to remove the -lc from
LIBS Makefile when linking the conversion and test programs.

  $ bash configure
  $ make 
  $ make LIBS= progs

and that was it.

Regards,
Mumit



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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