Author: Sean Mintz
Date: 20:21:38 02/23/03
Go up one level in this thread
Why don't you try ''gcc -Os -W -Werror -fomit-frame-pointer *.c -o tscp.exe'' >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
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.