I tried to get sage to tun on a windows Laptop using "andLinux" - this is Ubuntu on a Colinux kernel. Atlas refused to build, so I installed atlas using synaptic and followed advice from here (steps from John Palmieri): (http://ask.sagemath.org/question/107/building-atlas)
it compiled, but some doctest failed, mainly concerning linear algebra, there are errors like:
ImportError: /mnt/extend/sage-4.6.1/local/lib/python/site-packages/scipy/linalg/clapack.so: undefined symbol: clapack_sgesv ImportError: cannot import name flapack
I have the full testlog at (http://sage.math.washington.edu/home/emil/doc/SageWin)
Now, it almost works, would be cool if somebody could give some hints how to plug in those atlas/blas/lapack libraries correctly.
Any pointers appreciated!