3 Jan 2004 12:59
compiling on Windows: getting closer
Gary Pajer <pajer <at> iname.com>
2004-01-03 11:59:50 GMT
2004-01-03 11:59:50 GMT
My hobby of getting scipy to compile on Windows is getting closer to completion. (full report when it's finished) Briefly: I have Enthought Edition 2.3 and ATLAS and LAPACK compiled from current sources (libraries merged) I compiled ATLAS and LAPACK in the cygwin bash shell using the lastest cygwin compiler. I'm compiling scipy in a DOS shell using the Mingw32 compiler that comes with the Enthought Edition using setup_no_chaco.py (that's a separate problem :) ) THe build chugs along for quite some time until it fails while trying to make the specfun library with error: --------------------------------------------------------------------------- Lib\special\specfun\specfun.f:1513: Internal compiler error in emit_swap_insn, a t reg-stack.c:990 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. error: failure during compile (exit status = 1) --------------------------------------------------------------------------- any clues? -gary
RSS Feed