Re: Guile 64-bit Windows support, redux

Eli Zaretskii <[email protected]> Thu, 27 Feb 2025 21:33:59 +0200
Newsgroups gmane.lisp.guile.devel
Message-ID <[email protected]>
> Date: Thu, 27 Feb 2025 16:55:54 +0000 (UTC)
> From: Mike Gran <[email protected]>
> Cc: "[email protected]" <[email protected]>
> 
> - need to make sure that dlopen searches PATH on Win32

This is guaranteed by the algorithm used by Windows APIs that load
DLLs (which dlopen calls) -- assuming that dlopen you use is the one
that comes with MinGW, not some other version.