in reply to Re^2: Tcl for Strawberry Perl on Windows 64bit
in thread Tcl for Strawberry Perl on Windows 64bit

Any ideas? Its clearly struggling with the tcl86.lib format

Is tcl86.lib an import lib (stub lib) for a dll ? ... or is it a static library ?
If it's an import lib, then you can use Strawberry to build a mingw import lib for that dll.
(Also, just check that it's an x64 library that you've got.)

Cheers,
Rob
  • Comment on Re^3: Tcl for Strawberry Perl on Windows 64bit