Thanks for your detailed answer. However my problem is not yet solved. I noticed that by using the command sudo mount -v -o remount,rw /dev/shm I got the desired result (so that response of "mount | grep shm" is "tmpfs on /dev/shm type tmpfs (rw)"); unfortunately this modification goes away on reboot. After reboot I tried to build sage by make command and again got the same error as in my first post. I repeated sudo mount command as you suggested and without reboot, tried "make" command. This time some error message was there with suggestion that I use command ./sage -ba which I did. The command worked apparently without problem and the last three lines reported were: **************************************************************************************************************************** byte-compiling /home/myname/sage-4.8/local/lib/python2.6/site-packages/sage/__init__.py to __init__.pyc
running install_egg_info Writing /home/myname/sage-4.8/local/lib/python2.6/site-packages/sage-0.0.0-py2.6.egg-info **************************************************************************************************************************** I thought that sage was installed without problem but when tried the command ./sage the response was: ****************************************************************************** Setting permissions of DOT_SAGE directory so only you can read and write it. ERROR: An unexpected error occurred while tokenizing input The following traceback may be corrupted or invalid The error message is: ('EOF in multi-line statement', (80, 0)) --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) /home/myname/sage-4.8/local/lib/python2.6/site-packages/IPython/ipmaker.pyc in force_import(modname, force_reload) 61 reload(sys.modules[modname]) 62 else: ---> 63 __import__(modname) 64 65 /home/myname/sage-4.8/local/bin/ipy_profile_sage.py in <module>() 5 preparser(True) 6 ----> 7 import sage.all_cmdline 8 sage.all_cmdline._init_cmdline(globals()) 9 /home/myname/sage-4.8/local/lib/python2.6/site-packages/sage/all_cmdline.py in <module>() 12 try: 13 ---> 14 from sage.all import * 15 from sage.calculus.predefined import x 16 preparser(on=True) ************************(there were many such remarks and finally)*************************************** /home/myname/sage-4.8/local/lib/python2.6/site-packages/sage/interfaces/gap.py in _start(self) 913 self._session_number = n 914 return --> 915 raise RuntimeError, msg 916 917 if self.__use_workspace_cache and self.__make_workspace: RuntimeError: Unable to start gap because the command 'gap -r -b -p -T -o 3900m /home/anupam/sage-4.8/data//extcode/gap/sage.g' failed. Error importing ipy_profile_sage - perhaps you should run %upgrade? WARNING: Loading of ipy_profile_sage failed. ******************************************************************************************************************* I have not done anything after this. What would you suggest me to do? Thanks AD -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org