Pali Rohár <[email protected]> wrote: > By observing this behavior, my idea was that it is because of library > linking order, which is hardcoded in gcc spec file.
I feel like adding --start-group/--end-group around mingw-w64's -l flags in gcc spec should be a good solution. > And that it is better if the msvcrt/ucrt import library does not call > functions from libmingwex.a library. IMO, this will be somewhat annoying as we will have to keep track of where a function comes from when we call it. This may get pretty bad over time. _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
