I'd like to compile tcllibc.dll for 64-bit Windows systems, but I can't because apparently critcl has no Win64 compile target for mingw gcc.
I can cross-compile a Win32 dll from Linux, or compile a Win32 dll from a 64-bit Win computer with mingw installed. But there's no Win64 option. I have not been able to figure out how to define a new target.
I tried the 64-bit tcllibc.dll from the Magigsplat distro, but it seems that a dll compiled with Visual Studio is incompatible with a tclsh executable cross-compiled with gcc.
I'd like to compile tcllibc.dll for 64-bit Windows systems, but I can't because apparently critcl has no Win64 compile target for mingw gcc.
I can cross-compile a Win32 dll from Linux, or compile a Win32 dll from a 64-bit Win computer with mingw installed. But there's no Win64 option. I have not been able to figure out how to define a new target.
I tried the 64-bit tcllibc.dll from the Magigsplat distro, but it seems that a dll compiled with Visual Studio is incompatible with a tclsh executable cross-compiled with gcc.