digitalmars.D.learn - External .o sources + BetterC : undefined symbol: __chkstk
- SrMordred (6/6) Mar 11 2020 I got undefined symbol: __chkstk when using some external .o
I got undefined symbol: __chkstk when using some external .o sources ( compile with clang ) + betterC flag. I thought that __chkstk was present on ntdll.lib, so i added manually as a lib, but still didnĀ“t work. How can i solve this? (it must be another lib that D includes since it works without the betterC flag.)
Mar 11 2020