Re: [Mingw-w64-public] Can't link _setjmpex in UCRT

2021-06-09 Thread Martin Storsjö
On Tue, 8 Jun 2021, Biswapriyo Nath wrote: Why do you ever want to call `_setjmpex()` directly? It is only used to implement the standard `setjmp()` macro, which in the case of UCRT calls `__intrinsic_setjmpex()`. Same question as mine. Need it here https://github.com/Perl/perl5/blob/blead/di

Re: [Mingw-w64-public] Can't link _setjmpex in UCRT

2021-06-08 Thread Biswapriyo Nath
> Why do you ever want to call `_setjmpex()` directly? It is only used to > implement the standard > `setjmp()` macro, which in the case of UCRT calls `__intrinsic_setjmpex()`. Same question as mine. Need it here https://github.com/Perl/perl5/blob/blead/dist/threads/threads.xs _

Re: [Mingw-w64-public] Can't link _setjmpex in UCRT

2021-06-08 Thread Liu Hao
在 2021-06-06 14:05, Biswapriyo Nath 写道: * Source: int main() { _setjmpex(0,0); } * Compiler command: gcc test.c * msvcrt ok. * ucrt linking error Why do you ever want to call `_setjmpex()` directly? It is only used to implement the standard `setjmp()` macro, which in the case of UCRT calls `

[Mingw-w64-public] Can't link _setjmpex in UCRT

2021-06-06 Thread Biswapriyo Nath
* Source: int main() { _setjmpex(0,0); } * Compiler command: gcc test.c * msvcrt ok. * ucrt linking error ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] Can't link _setjmpex in UCRT

2021-06-06 Thread Biswapriyo Nath
* Source: int main() { _setjmpex(0,0); } * Compiler command: gcc test.c * msvcrt ok. * ucrt linking error ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public