Hi Eli, > > Let's test it first, both in your context, and in a situation > > where the Windows version is more recent, and also with a mingw64 > > version of MinGW. Perhaps the way we could do it is if you sent > > the actual GDB patch to install those two gnulib patches into > > our copy after testing on your end that this fixes things, and > > then I could test your patch with newer Windows + MinGW64? > > I attach below the patch for our copy of Gnulib on the release > branch. It works here. (I will again ask you to kindly regenerate > the configure script(s) that depend on gnulib/import/m4/*.m4 files.) The patch as you propose it is not enough, because you also need to regenerate the configury stuff. Also, I think that anyone re-rerunning the update-gnulib.sh script would end up overwriting your changes. Rather than doing everything by hand and risk missing something, I just propose we take advantage of our update-gnulib.sh script instead. To do so, I've imported the commits from gnulib as patches, and then updated the update-gnulib.sh script to include those two import patches in the sequence. The patches had to be adjusted a bit to the layout in the import as opposed to in the repository of origin, but they are otherwise the same. This is the first moment I've had to work on this, so the patch hasn't been tested on our Windows machines yet. I expected to be able to report on that mid-to-late next week. In the meantime, if you could test this patch in your environment, this would help us guarantee that things are good on your end too, now. -- Joel