On Sunday, 11 April 2021 at 18:32:19 UTC, Imperatorn wrote:
On Saturday, 10 April 2021 at 15:08:56 UTC, Ferhat Kurtulmuş
wrote:
On Saturday, 10 April 2021 at 13:02:36 UTC, Ferhat Kurtulmuş
wrote:
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:
[...]
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.
Here are the command and the output.
https://controlc.com/a0968e90
Thanks, what can we do to reproduce this? Just try do anything
socket-related?
The server code in Adam's socket tutorial:
http://dpldocs.info/this-week-in-d/Blog.Posted_2019_11_11.html#server
```d
gdc test.d -o test-L/opt/mingw64/x86_64-w64-mingw32/lib -lws2_32
-lwsock32
./test
```
Looks like a name mangling problem. I don't know.