kou commented on issue #45032:
URL: https://github.com/apache/arrow/issues/45032#issuecomment-2549572581

   Thanks.
   
   It includes `wcrtomb`:
   
   ```console
   $ nm lib/libzstd.dll.a | grep wcrtomb
   0000000000000000 I __imp_wcrtomb
   0000000000000000 T wcrtomb
   ```
   
   I tried building Zstandard on local MSYS2:
   
   ```console
   $ git clone https://github.com/facebook/zstd.git
   $ meson setup zstd.build zstd/build/meson
   $ ninja -C zstd.build
   ```
   
   It doesn't include `wcrtomb`:
   
   ```console
   $ nm zstd.build/lib/libzstd.dll.a | grep wcrtomb
   $
   ```
   
   See also the attached `libzstd.dll.a`: 
[libzstd.dll.a.gz](https://github.com/user-attachments/files/18171062/libzstd.dll.a.gz)
   
   How did you build Zstandard?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to