Brian Dessent wrote: > Linda Walsh wrote: > > >>I installed all 5 versions, but none of them have a "db.h". >> >>Anyone know what package I might install to enable building >>of DB_File module? > > > Headers and import libraries are in the -devel package. The main > package just contains the files necessary at runtime, if you intend to > compile things that use the library you need the -devel package. > > Next time use http://cygwin.com/packages/ or "cygcheck -p" to search the > contents of packages.
Also you have to edit config.in inside the DB_File package, it has the locations where it looks for headears and libs set to /usr/local/BerkeleyDB or something similar. I just ran into this yesterday. HTH -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/