Mingw-w64 gcc 中的 mother()

memmem() in Mingw-w64 gcc

我正在尝试使用 Mingw-w64 安装使用 Windows gcc 构建一个 C 程序(gcc.exe(x86_64-posix-seh-rev0,由 MinGW-W64 项目构建)8.1.0) .

我收到 undefined reference to `memmem' 错误。 memmem() 不是应该在所有 gcc 版本中都可用的标准 glibc 函数吗?

this post 所述

"MinGW does not build against glibc, it builds against msvcrt. As such, it uses libmsvcrtXX.a instead." "gcc and glibc are two separate products."

所以,是的,Windows 和

上没有记忆