Author: Jeff Lischer
Date: 10:12:42 02/24/03
Go up one level in this thread
On February 23, 2003 at 23:12:52, Joshua Haglund wrote: >When I compile Tscp with >GCC, It compiles fine with the following. > > >gcc -Os -W -Werror -fomit-frame-pointer -c board.c >gcc -Os -W -Werror -fomit-frame-pointer -c book.c >gcc -Os -W -Werror -fomit-frame-pointer -c data.c >gcc -O3 -W -Werror -fomit-frame-pointer -c eval.c >gcc -Os -W -Werror -fomit-frame-pointer -c main.c >gcc -O3 -W -Werror -fomit-frame-pointer -c search.c > >gcc -o tscp.exe board.o book.o eval.o data.o main.o search.o > >Now, when to play a certain time control... > >st 5 > >It searches until 5 seconds is reaches then... >it Errors with dialog box saying tscp errors in MSVCRT.DLL > >Any clue? > >Joshua >toneewa@yahoo.com I compiled TSCP 1.81 very similarly with gcc (Mingw32/msys): gcc -W -Wall -Werror -fomit-frame-pointer -O3 -c board.c gcc -W -Wall -Werror -fomit-frame-pointer -O3 -c book.c gcc -W -Wall -Werror -fomit-frame-pointer -O3 -c data.c gcc -W -Wall -Werror -fomit-frame-pointer -O3 -c eval.c gcc -W -Wall -Werror -fomit-frame-pointer -O3 -c main.c gcc -W -Wall -Werror -fomit-frame-pointer -O3 -c search.c gcc -o tscp181x.exe board.o book.o eval.o data.o main.o search.o This works fine for me on both Windows 98 SE and Windows 2000. Maybe it has something to do with your MSVCRT.DLL file?
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.