Author: Slater Wold
Date: 15:31:13 02/15/04
Go up one level in this thread
C:\craftysource>mingw32-make linux-amd64
mingw32-make target=NT_i386 \
CC=C:\mingw\bin\mingw32-gcc.exe CXX=C:\mingw\bin\mingw32-c++.exe \
CFLAGS=' -pipe -D_REENTRANT -fomit-frame-pointer -O3 -msse2\
-fforce-mem -fno-gcse -m3dnow -fprofile-arcs\
-funroll-loops' \
CXFLAGS=' -pipe -D_REENTRANT -fomit-frame-pointer -O3 -msse2\
-fforce-mem -fno-gcse -m3dnow -fprofile-arcs\
-funroll-loops' \
LDFLAGS= \
opt=' -DUSE_ASSEMBLY -DINLINE_ASM -DFAST -DFUTILITY' \
asm='X86.o' \
crafty-make
mingw32-make[1]: Entering directory `C:/craftysource'
mingw32-make[2]: Entering directory `C:/craftysource'
C:\mingw\bin\mingw32-gcc.exe -pipe -D_REENTRANT -fomit-frame-pointer -O3 -msse2
-fforce-mem -fno-gcse -m3dnow -fprofile-arcs
-funroll-loops -DUSE_ASSEMBLY -DINLINE_ASM -DFAST -DFUTILITY -DNT_i386 -c crafty
.c
In file included from chess.h:962,
from searchr.c:4,
from crafty.c:1:
inlinex86.h:7: warning: static declaration for `PopCnt' follows non-static
inlinex86.h:31: warning: static declaration for `FirstOne' follows non-static
inlinex86.h:48: warning: static declaration for `LastOne' follows non-static
C:\mingw\bin\mingw32-c++.exe -c -pipe -D_REENTRANT -fomit-frame-pointer -O3 -mss
e2 -fforce-mem -fno-gcse -m3dnow -fprofile-arcs
-funroll-loops -DUSE_ASSEMBLY -DINLINE_ASM -DFAST -DFUTILITY -DNT_i386 e
gtb.cpp
egtb.cpp:3795: warning: `TB_CRC_CHECK' initialized and declared `extern'
as -o X86.o X86.s
process_begin: CreateProcess((null), as -o X86.o X86.s, ...) failed.
make (e=2): The system cannot find the file specified.
mingw32-make[2]: *** [X86.o] Error 2
mingw32-make[2]: Leaving directory `C:/craftysource'
mingw32-make[1]: *** [crafty-make] Error 2
mingw32-make[1]: Leaving directory `C:/craftysource'
mingw32-make: *** [linux-amd64] Error 2
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.