fnmatch.h not found on MINGW64

Chris Johns chrisj at rtems.org
Wed Aug 24 03:48:02 UTC 2022


On 24/8/2022 5:53 am, Ryan Long wrote:
> When I try to include fnmatch.h, I'm getting the following error when using
> x86_64-w64-mingw32-gcc or gcc, I'm getting the following error. I have to
> manually include /usr/include with -I. Does anyone know a way to fix this?

I would not add `-I/usr/include` to the build as it maybe MSYS and no MINGW. Is
fnmatch.h mentioned in the MSDN as being available?

Chris


More information about the devel mailing list