[sage-devel] Sage *may* need GNU gettext for libintl.so.3 to run 'make test'

2010-11-24 Thread David Kirkby
This is an issue I discovered on Solaris , but one I think can potentially effect all systems. I built sage 4.6.1.alpha2 on an OpenSolaris 06/2009 system (*without* setting SAGE_FAT_BINARY=yes), then copied the complete file system to an absolute minimal install of Solaris 11 Express, which is a

Re: [sage-devel] Sage *may* need GNU gettext for libintl.so.3 to run 'make test'

2010-11-24 Thread Willem Jan Palenstijn
On Wed, Nov 24, 2010 at 12:48:16PM +, David Kirkby wrote: drkir...@laptop:~/sage-4.6.1.alpha2$ make test ld.so.1: make: fatal: libintl.so.3: open failed: No such file or directory Killed That sounds like the 'make' binary itself is failing to run, I think. Does make work? (Maybe try just

Re: [sage-devel] Sage *may* need GNU gettext for libintl.so.3 to run 'make test'

2010-11-24 Thread David Kirkby
On 24 November 2010 12:56, Willem Jan Palenstijn w...@usecode.org wrote: On Wed, Nov 24, 2010 at 12:48:16PM +, David Kirkby wrote: drkir...@laptop:~/sage-4.6.1.alpha2$ make test ld.so.1: make: fatal: libintl.so.3: open failed: No such file or directory Killed That sounds like the 'make'