On May 18, 2:45 am, "Dr. David Kirkby" <[EMAIL PROTECTED]>
wrote:

Hi David,

> I'm getting a build problem on Solaris 10 (SPARC) The script Singular/
> flexer.sh assumes 'flex' is present,

The need to have flex installed has been fixed in 3.0.2.alpha0.

> then tries to extract the version
> number. This line:
>
> TV=`echo $VERSION|sed -e s/^[0-9]*\.[0-9]*\\.//`
>
> is creating an error on Solaris.
>
> I think it tries to get the last part of the version - i.e. the Z of
> version X.Y.Z.
>
> Anyway, assuming that is what is is needed, re-writing the line to:
>
> TV=`echo $VERSION|sed -e "s/^[0-9]*\.[0-9]*\.//"`

This should go upstream. malb?

> solves the problem.
>
> Here is part of the original, without the proposed change.

<SNIP>

While we are talking about libSingular: The part of spkg-install that
create the Singular script is buggy since it depends on GNU's tail to
work. I haven't fixed that yet, but I plan to get it done in 3.0.2 or
3.0.3.

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to