Changes between Initial Version and Version 1 of Ticket #17254, comment 369
- Timestamp:
- 09/04/16 16:19:43 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17254, comment 369
initial v1 10 10 > and post the log of ''that''. 11 11 12 Right, sorry for the multithread mess. With singular built with SAGE_ CHECK=yes I get12 Right, sorry for the multithread mess. With singular built with SAGE_DEBUG=yes I get 13 13 {{{ 14 14 [ 1/308] gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wno-unused -fPIC -I/home/dima/sage/dev/sage/local/include -I/home/dima/sage/dev/sage/local/include/python2.7 -I/home/dima/sage/dev/sage/local/lib/python2.7/site-packages/numpy/core/include -I/home/dima/sage/dev/sage/src -I/home/dima/sage/dev/sage/src/sage/ext -I/home/dima/sage/dev/sage/src/build/cythonized -I/home/dima/sage/dev/sage/src/build/cythonized/sage/ext -I/home/dima/sage/dev/sage/local/include/python2.7 -c /home/dima/sage/dev/sage/src/build/cythonized/sage/algebras/letterplace/free_algebra_letterplace.cpp -o build/temp.linux-i686-2.7/home/dima/sage/dev/sage/src/build/cythonized/sage/algebras/letterplace/free_algebra_letterplace.o -fno-strict-aliasing -fno-tree-copyrename … … 21 21 }}} 22 22 23 And without SAGE_ CHECKthe error is23 And without SAGE_DEBUG the error is 24 24 {{{ 25 25 [ 1/302] gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wno-unused -fPIC -I/home/dima/sage/dev/sage/local/include -I/home/di