Open Chimrod opened 1 year ago
Hello, I cannot link the code when using mingw / windows.
The function memmem is not implemented in mingw. The library compile fine, but when I want to build some code using it, there is an error in the linking stage.
This affects MSVC as well. For now, I'll use the opam-cross-windows patch in DkML, with the changes:
static
ref: https://github.com/diskuv/diskuv-opam-repository/blob/231969744fdeb1e76f2f850079c3e0f0fd94fc1c/packages/base_bigstring/base_bigstring.v0.16.0/files/base_bigstring-v0.16.0.patch
Hello, I cannot link the code when using mingw / windows.
The function memmem is not implemented in mingw. The library compile fine, but when I want to build some code using it, there is an error in the linking stage.