I just noticed that some singular header files were not installed, despite the installation of singular having gone *appeared* to gone OK
(#SAGE_HOME/spkg/installed/singular-3-1-0-2-20090620 exists) On closer inspection, I see this error: make[1]: Entering directory `/export/home/drkirkby/sage/sage-4.1/spkg/build/singular-3-1-0-2-20090620/src/kernel' ./mkinstalldirs /export/home/drkirkby/sage/sage-4.1/local/include/singular for file in *.h; do ../.././install-sh -c $file /export/home/drkirkby/sage/sage-4.1/local/include/singular; done /bin/sh: ../.././install-sh: not found /bin/sh: ../.././install-sh: not found /bin/sh: ../.././install-sh: not found /bin/sh: ../.././install-sh: not found /bin/sh: ../.././install-sh: not found /bin/sh: ../.././install-sh: not found /bin/sh: ../.././install-sh: not found /bin/sh: ../.././install-sh: not found /bin/sh: ../.././install-sh: not found Changing to the directory `/export/home/drkirkby/sage/sage-4.1/spkg/build/singular-3-1-0-2-20090620/src/kernel' and doing an 'ls' of ../.././ I see that it got me to the root directory of the singular installation - by that I mean where spkh-install, SPKG.txt etc exist. Copying install-sh to there solved the problem. I could patch this by just sticking a copy of install-sh in there. Is that acceptable? Dave --~--~---------~--~----~------------~-------~--~----~ 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-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
