Linda Walsh wrote: > Thanks -- looked for a -devel package, but was looking in wrong > place (looking in dbX.Y-devel).
I think the odd naming is a legacy thing, I'm not sure why they don't follow the standard "foo/libfoo/foo-devel" convention. > Hmm! Didn't know about cygcheck -p (or the website), but just > searching on "db.h" returns hits in all of the db packages: The search string is actually a regular expression. So if you use "db.h" that really means "d followed by b followed by any character followed by h, anywhere in the whole package description and file list." You can narrow down the results by using "/db\.h$" which anchors it. And cygcheck -p is new as of .19 so it's probably not well known. Brian -- 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/