Answering my own question:
In src/module_list.py, at line 432, change
Extension('sage.graphs.base.static_dense_graph',
sources = ['sage/graphs/base/static_dense_graph.pyx']),
to
Extension('sage.graphs.base.static_dense_graph',
sources = ['sage/graphs/base/static_dense_graph.pyx'],
li
I'm trying to build sage 6.6rc1 on Windows 7 with cygwin 1.7.35. After a
couple days of compiling the toolchain and all the other packages, I get
the error below. static_dense_graph.c doesn't refer to __imp___gmpn_and_n,
so I'm not sure what to do! Anyone know what's happening?
Sam
gcc -I/u