[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Success in compiling MASH under Windows 2000 using VC++6.0
On Tue, 14 Nov 2000, Li xue ming wrote:
n> After downloading Dali and some effort, I have succeeded in
comiling the MASH under Windows 2000 system using VC++6.0, but there still has some problem:
> 1. Can not run mash.exe in bin directory although I have copied tcl80.lib, tcl80.dll, tk80.lib, tk80.dll to current directory. As I run it, it will give me a error information stored in attachment. But the smash.exe can run correctly in a DOS manner.
Okay, you need to check if you are building the static or dynamic linking.
If you are using dynamic linking, you'll need to set TCL_LIBRARY and
TK_LIBRARY to point to the path containing init.tcl and tk.tcl. Looking
at the error, mash.exe cannot find init.tcl nor tk.tcl.
> 2. As I have intstalled the binary release code of MASH, I found there are many tools such as vic.exe, vat.exe, rsdr.exe etc. After compling it myself, I can not get this tools, I want to know to produce these tools?
Okay to build the other tools, follow the steps:
nmake -f makefile.vc mash
nmake -f makefile.vc smash
nmake -f makefile.vc import
nmake -f makefile.vc megatools
--Paul