Install the relevant cygwin packages: ``` $ apt-cyg install bzip2 libbz2-devel liblzma-devel libffi-devel xz ``` Clean up the corresponding Sage packages: ``` $ make bzip2-clean liblzma-clean libffi-clean xz-clean
Then configure again: ``` $ make configure $ ./configure ``` Follow any recommendations at end of configure output. Finally decide number of parallel jobs ``` $ export MAKE='make -j8' ``` and run make again: ``` $ make -s V=0 ``` -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/eec6cc12-e02c-4ad0-8e68-d1998235cd19n%40googlegroups.com.