Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Compiling TSCP (continue)

Author: Dann Corbit

Date: 13:28:00 02/17/03

Go up one level in this thread


On February 16, 2003 at 12:16:07, Joshua Haglund wrote:

>On February 16, 2003 at 10:21:25, Sean Mintz wrote:
>
>>Take the quotes off. I just put them there to seperate the commands from my
>>comments. Try this:
>>
>>Open DOS
>>
>>cd c:\chess\tscp\source\
>>cl *.c -otscp.exe
>>tscp.exe
>>
>>Of course put the correct directory and use the original source (without the C
>>file you made that had all the includes).
>
>Do i need to make a batch file to make the compiler linker point to the
>directory?
>
>cl main.c+eval.c+board.c+book.c+search.c+data.c -otscp.exe
>
>Bad command or file name

cl is not in your path.  That is the MS compiler, if you are using it.

The "+" signs are a bit of a mystery to me.  Use spaces instead.

If you have the MS VC++ compiler installed, then you probably just forgot to run
VCVARS32.BAT



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.