On 30.07.12 21:28, Rene Zaumseil wrote:
So try to remove the dir and start again. You should have a copy of the zlib1.2.3/* files insisde the build*/<package> dir.
removing the directory and retrying does not help. As said before, the contents are under buildWindowsNT/zlib1.2.3-static, but under an additional subdir "zlib".
The line in kbs.tcl Package zlib1.2.3-static, Configure script is: eval file copy [glob [Get srcdir]/*] .
not sure, what the supposed current dir and srcdir should look like. A side note: since the script required tcl8.5, you should consider to use
file copy {*}[glob [Get srcdir]/*] .
instead of the eval.
Anyhow, the plain built 1) obtaining tcl, make, make install 2) obtaining nsf, make make install is working nicely (as stefan wrote).
-gn