Re: [Mingw-w64-public] [QUESTION] Linking a CRT function from a Cygwin program

2024-08-13 Thread LIU Hao
在 2024-08-13 04:33, Rafael Kitover 写道: Apologies in advance if this is the wrong place to ask about this. I recently ran into a problem in a project I'm working on, which is a binary using the Cygwin runtime, where linking failed to find a CRT function, stricmp() in this case. For the time bein

[Mingw-w64-public] [QUESTION] Linking a CRT function from a Cygwin program

2024-08-12 Thread Rafael Kitover
Apologies in advance if this is the wrong place to ask about this. I recently ran into a problem in a project I'm working on, which is a binary using the Cygwin runtime, where linking failed to find a CRT function, stricmp() in this case. For the time being, I used a trivial reimplementation of t