autoconf2.7 missing on scallywag?
Jon Turney
jon.turney@dronecode.org.uk
Sun May 25 13:25:22 GMT 2025
On 18/05/2025 14:47, Jon Turney wrote:
>
> Idk how this problem can be solved without writing our own loader (or a
> pre-loader, run before CreateProcess() which just checks if everything
> good (which would probably make fork() performance even more terrible))
>
Actually, we could have a post-loader: if CreateProcess() fails with the
error code we get when symbols are missing, we could run a tool which
checks for that and outputs problems to stdout.
That would at least avoid the performance hit.
More information about the Cygwin-apps
mailing list