On Saturday, 10 April 2021 at 12:31:27 UTC, Imperatorn wrote:
On Saturday, 10 April 2021 at 10:59:58 UTC, Ferhat Kurtulmuş
wrote:
On Friday, 9 April 2021 at 18:42:21 UTC, Imperatorn wrote:
[...]
The below is the output of "gdc -print-search-dirs" command.
As you can see, there are search paths beginning with
"d:/msys64". I think they should be /d/msys64 or just /msys64
in msys2. That is the problem.
[...]
Did you install msys on D:? Does it work if you manually supply
-L?
Actually, I did a workaround by supplying the LIBRARY_PATH
manually. Now curl is found. But I am having some linker errors
related to winsockets (missing symbols). I will share the linker
errors when I back home.