On Feb 11 12:29, Reuben Thomas wrote: > On Sat, 11 Feb 2023 at 12:06, Corinna Vinschen <vinsc...@redhat.com> wrote: > > > > > If you're sure that the native recode.dll has been built, is it possible > > that it's just not found, because it's not in Windows' DLL search path? > > > > > Yes, because it was working fine before, and I've not changed anything > about where it is built.
Uhm, ok, but... given you didn't build with -no-undefined yet, I'm pretty sure libtool only built a static librecode.a, so there's a good chance cython was linked statrically against the recode lib, no? Corinna