Missing pexports in 15.2.0 UCRT r6
Hi,
With r5:
```
D:\>gcc --version
gcc (MinGW-W64 x86_64-ucrt-posix-seh, built by Brecht Sanders, r5) 15.2.0
Copyright (C) 2025 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
D:\>pexports
PExports 0.47; Originally written 1998, Anders Norlander
Updated 1999, Paul Sokolovsky, 2008, Tor Lillqvist, 2013, 2015, Keith Marshall
Copyright (C) 1998, 1999, 2008, 2013, 2015, MinGW.org Project
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.
Usage: pexports [-v] [-o] [-h header] [-p preprocessor] dll
-h parse header
-o print ordinals
-p set preprocessor program
-v verbose mode
Report bugs as directed at http://mingw.org/reporting_bugs
```
OTOH, with r6:
```
D:\>gcc --version
gcc (MinGW-W64 x86_64-ucrt-posix-seh, built by Brecht Sanders, r6) 15.2.0
Copyright (C) 2025 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
D:\>pexports
'pexports' is not recognized as an internal or external command,
operable program or batch file.
```
Will this be a permanent thing ?
关闭于 2026-02-26 2 条评论