Created a local install location using the new installer and ran into the issue with gdb missing needed dlls when installing from the local location and the installer running into errors with certain packages being flagged as unavailable.
Packages that were missing for gdb and I had to add to gdb depends2 line manually: * libiconv * libboost_regex1.66 * libicu61 Packages that were giving error due to not being available in local image and did not exist in the Cygwin distribution: * perl5_040 * gcc13 * emacs-bin To make it work had to change local setup ini to replace perl5_040 with perl, gcc13 with gcc-core, and emacs-bin with emacs-basic. -Sean Basler -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

