kowr / gmchess

Automatically exported from code.google.com/p/gmchess
0 stars 0 forks source link

0.20.3 和 0.20.6 在gcc-4.5.0版本编译时出错 #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
出错信息:
g++ -DHAVE_CONFIG_H -I. -I../..     -march=i686 -mtune=generic -O2 -pipe
-MT eleeye_engine-book.o -MD -MP -MF .deps/eleeye_engine-book.Tpo -c -o
eleeye_engine-book.o `test -f 'book.cpp' || echo './'`book.cpp
book.cpp: 在函数‘int GetBookMoves(const PositionStruct&, const char*,
MoveStruct*)’中:
book.cpp:26:5: 编译器内部错误:段错误
请提交一份完整的错误报告,
如有可能请附上经预处理后的源文件。
具体步骤请参见 <http://gcc.gnu.org/bugs.html>。
make[3]: *** [eleeye_engine-book.o] 错误 1
make[3]: Leaving directory `/tmp/src/gmchess-0.20.3/src/engine'

如果手工运行此行,去掉O2则能通过编译。

Original issue reported on code.google.com by yet...@gmail.com on 11 May 2010 at 10:55

GoogleCodeExporter commented 9 years ago
fixed

Original comment by lero...@gmail.com on 19 Apr 2012 at 11:25