Jan Nieuwenhuizen writes:
Hello again,
> I've reset and updated wip-mingw onto latest main:
>
> https://git.savannah.gnu.org/cgit/guile.git/log/?h=wip-mingw
If you tried this with a recent Guix, you probably got a segfault. I
finally found that compiling with -flto (--enable-lto) creates br
Hi!
I've reset and updated wip-mingw onto latest main:
https://git.savannah.gnu.org/cgit/guile.git/log/?h=wip-mingw
Most changes are simply a continuation of the previous
x86_64-w64-mingw32 work done for 3.0.7, using intptr_t and uintptr_t
instead of scm_t_inum or long and unsigned long.
Th