Skip to content

Commit 99fe0a8

Browse files
Merge pull request #96 from EPashkin/mingw_fix
Add fixing hint
2 parents cac84a5 + 9aca686 commit 99fe0a8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs-src/requirements.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,14 @@ sort the paths out for you.
113113
~~~
114114
115115
* Start the "MSYS2 MinGW Shell" (not to be confused with "MSYS2 MSYS Shell").
116+
117+
### Possible problems
118+
119+
#### Error on linking on Windows MSYS2: undefined reference to `__imp___acrt_iob_func'
120+
121+
Download these packages and install it with `pacman -U <path>`:
122+
123+
* http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-crt-git-5.0.0.5002.34a7c1c0-1-any.pkg.tar.xz
124+
* http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-headers-git-5.0.0.5002.34a7c1c0-1-any.pkg.tar.xz
125+
126+
Also pkg-config better ignore these packages on updating, add "IgnorePkg = mingw-w64-x86_64-crt-git mingw-w64-x86_64-headers-git" to /etc/pacman.conf

0 commit comments

Comments
 (0)