Changes between Initial Version and Version 1 of Ticket #18845, comment 42
- Timestamp:
- 07/07/15 18:01:21 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18845, comment 42
initial v1 1 Hmm, it's strange that this module isn't actually linked against `ntl`... 1 Hmm, it's strange that this module isn't actually linked against `ntl`: 2 {{{ 3 g++ -pthread -shared -L/usr/local/src/sage-config/local/lib build/temp.linux-x86_64-2.7/usr/local/src/sage-config/src/build/cythonized/sage/symbolic/pynac.o -L/usr/local/src/sage-config/local/lib -L/usr/local/src/sage-config/local/lib -lgsl -lgmp -lcblas -latlas -lpynac -lstdc++ -lpython2.7 -o build/lib.linux-x86_64-2.7/sage/symbolic/pynac.so 4 }}}