If I use the package search on the Cygwin website to search for `\+\+\.la`, then as expected, the results[0] include mingw-gcc-g++-4.5.2-1, which includes the file `usr/lib/gcc/i686-pc-mingw32/4.5.2/debug/libstdc++.la`
However, if I search for `libstdc\+\+\.la`, despite this being just the full name of the file that is being matched above, I get no results[1]! I'm pretty sure that second results page ought to at least include that package, since that package includes a file that very clearly (to me at least) matches the specified regex... [0]: https://cygwin.com/cgi-bin2/package-grep.cgi?grep=%5C%2B%5C%2B%5C.la&arch=x86 [1]: https://cygwin.com/cgi-bin2/package-grep.cgi?grep=libstdc%5C%2B%5C%2B%5C.la&arch=x86 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple