#6470: sage-4.1.rc0: On OS X 10.4/10.5 Singular 3.1.0.4 fails to work
--------------------------+-------------------------------------------------
Reporter: rlm | Owner: tbd
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.1
Component: distribution | Keywords:
Reviewer: | Author:
Merged: |
--------------------------+-------------------------------------------------
Comment(by GeorgSWeber):
Building in my "clean room" didn't bring anything new either.
But a Google search showed some interesting information w.r.t. Mac OS X:
{{{
__eprintf is used inside the assert macro, and defined in libgcc2.c:
#include <stdio.h>
/* This is used by the `assert' macro. */
void
__eprintf (const char *string, const char *expression,
unsigned int line, const char *filename)
{
fprintf (stderr, string, expression, line, filename);
fflush (stderr);
abort ();
}
It then appears that you are not linking with libgcc.
}}}
I'm not sure whether it is reasonable to try to link dynamically against
libgcc --- is this library available on Mac OS X also in the absence of
the XCode Tools?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6470#comment:9>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---