"bcc32.exe" is the borland C++ compiler (just like invoking gcc).
"nmake.exe" is the borland equivalent of the normal "make" command.
"nmake -f somefile" instructs nmake to build using "somefile" instead of the standard 
Makefile in the current directory.
If you invoke "bcc32 nmake" it will try to compile the "nmake.cpp" file, and offcourse 
doesn't find it.
What you did in unix terms was "gcc make -f xyz" (doesn't make much sense, does it?)
I don't know nothing about TCL, but I have worked with the borland compiler before.

Regards,
~Nuno Lucas

=== On 2004-05-30, shamil_daghestani wrote ===
>bcc32 was inserted because I am using the DOS command prompt.  In either
>case, I don't understand why I get a message telling me it cannot find
>nmake.cpp
>
>I also would like some clarification about the tclsqlite.c file.  The TCL
>binding of SQLite indicates that the current binary version available for
>download is 2.0 (determined with the "package require sqlite" command).  I
>suppose that's because tclsqlite.c has the following statement in it:
> tcl_PkgProvide(interp, "sqlite", "2.0");
>
>Is it possible that the binary distribution of tclsqlite.dll is really
>version 2.8 and NOT 2.0?  It could be that the reference to version # 2.0
>in tclsqlite.c needs to be corrected to some other number!
>
>Thanks,
>-Shamil
>
>
>
>=== On 2004-05-28, shamil_daghestani wrote ===
>...
>>   3. Do the command: "nmake -f ..\sqlite\Makefile.msvctcl".
>...
>>To do Step 3, In the Command Prompt I did: C:\> bcc32 nmake -f
>>...\sqlite\Makefile.msvctcl
>...
>
>Shouldn't you type "nmake -f ..." instead of "bcc32 nmake -f ..." !?
>                                              ^^^^^
>
>Regards,
>~Nuno Lucas
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to