<SNIP>

>
> > malb, any idea? I don't know that area of the code very well. It looks
> > like a missing include.
>
> You can build libCF with and without IO support and apparently this got mixed
> up. This is why we build a stand-alone libCF/libfac after we built SINGULAR
> and libSINGULAR. This way we make sure OSTREAM is known properly. Short
> answer: I'll have look at it.

Great. I am still wondering about the fact that some of the same
headers in template and singular have different CVS stamps.

>
> Martin
>

I deactivated the polynomial rings that depended on Singular and
besides the following fix to the partition code everything in sage-2.8
builds now.

The long double functions need to be declared extern on Solaris:

#if defined(__sun)
extern long double fabsl (long double);
extern long double sinl (long double);
extern long double cosl (long double);
extern long double sqrtl (long double);
extern long double coshl (long double);
extern long double sinhl (long double);
#endif

Cheers,

Michael

> --
> name: Martin Albrecht
> _pgp:http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99
> _www:http://www.informatik.uni-bremen.de/~malb
> _jab: [EMAIL PROTECTED]


--~--~---------~--~----~------------~-------~--~----~
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://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to