File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -113,3 +113,14 @@ sort the paths out for you.
113
113
~~~
114
114
115
115
* 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
You can’t perform that action at this time.
0 commit comments