It seems that the error is that on your system you cannot include the c 
header file limits.h . But this is a file which is part of the C standard 
library and hence including it should work on any system with gcc installed. 
>From this I conclude that gcc shipped with your linux distro (pradus linux 
right?) is broken. You should ask them on how to fix this problem.

The shortest way to test it my above interpretation of your logs is indeed 
correct is by seeing if excecuting:

echo "#include <limits.h>" | cpp

gives any errors. If so my interpretation is correct.

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to