Problem loading the Sleepycat library in TCL on Windows -
11-09-2005
, 01:12 PM
Hello,
I posted this to comp.lang.tcl yesterday but haven't found a solution
yet, so I'm trying here aswell.
I've installed Berkeley DB on Windows XP SP2 using the binary installer
(with TCL selected). I'm using TCL 8.4.11 from ActiveState, again a
binary installation.
I'm trying to load the Sleepycat TCL library. There are some
instructions here which are Unix orientated:
http://www.sleepycat.com/xmldocs/ref/tcl/intro.html
Using tkcon, I've run pkg_mkIndex, but the pkgIndex.tcl is always empty
(apart from comments at the top). Here's the output:
pkg_mkIndex -verbose c:/Program\ Files/Sleepycat\ Software/Berkeley\ DB\
4.3.29/lib libdb43.lib
successful sourcing of libdb43.lib
packages provided were
processed libdb43.lib
Just incase, I've tried quoting the path but without success.
I don't have a problem loading the library in TCL on Unix doing similar
pkg_mkIndex, etc, and that was after building Berkeley DB from source.
Things always seem so much easier on Unix :-) Can someone point out to
me what I am doing wrong here?
Thanks,
Frem. |