On Thursday, 22 April 2021 at 06:31:14 UTC, Ferhat Kurtulmuş
wrote:
On Wednesday, 21 April 2021 at 18:03:57 UTC, Imperatorn wrote:
[...]
Thank you for your valued efforts. I would like to report some
additional results of my tests. I could also compile dub by
adding "gdruntime" "gphobos" "wsock32" "ws2_32" in dub.sdl. I
don't know if it is expected, but it looks like GDC does not
link Phobos automatically as LDC does. If I am not wrong g++
also expects c++ runtime must be linked explicitly with
-lstd++. And, I tried a simple SDL2 based dub project but I got
a Segmentation fault during compilation.
*cpp runtime should be standard library sorry.