> From: Jeff Conrad
> CC: "groff@gnu.org"
> Date: Tue, 26 Feb 2019 00:55:45 +
>
> > You can verify the results with a dependency walker:
> >
> > http://www.dependencywalker.com/
> >
> > Or, if you have GNU Binutils, you do this:
> >
> > objdump -x PROGRAM.exe | fgrep "DLL Name:"
> >
Hi Dale,
> You might try using "\:", which is a zero-width break point, similar
> to "\%", except that it doesn't have the hyphen. I have not tested
> this, but you should be able to do something like "mrphl\|\:blrphl"
> and the two words should be separated by a thinspace that can break.
> At le
On Tuesday, February 26, 2019 7:53 AM, Eli Zaretskii Wrote:
> you mean, you don't have objdump? Then download Dependency Walker
> from the above URL and use that.
I actually had objdump and Dependency Walker; not sure the last time I
used either. I don’t show MSVCRT.dll with either one. I stil
> From: Jeff Conrad
> CC: "groff@gnu.org"
> Date: Tue, 26 Feb 2019 19:18:59 +
>
> would you like a copy of my statically linked executable to see if
> it behaves the same on your system?
I don't see the need, I think the fact that your program is linked
statically is enough of a clue.