#7095: os x 10.6 port -- numerous mysterious errors caused by weird "abort trap"
issue
-----------------------+----------------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.2
Component: porting | Keywords:
Work_issues: | Author:
Reviewer: | Merged:
-----------------------+----------------------------------------------------
Comment(by fwclarke):
I wonder about lines 123--124 of local/lib/python/config/Makefile (which
have been there since at least 3.1.4):
{{{
MACOSX_DEPLOYMENT_TARGET=10.3
export MACOSX_DEPLOYMENT_TARGET
}}}
It seems to be these lines that are giving rise (in 10.6 but not in 10.5)
to many warnings of the form
{{{
#warning Building for Intel with Mac OS X Deployment Target < 10.4 is
invalid.
}}}
Whether this is causing the problems, I don't know, but it does need to be
changed (presumably to 10.4).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7095#comment:10>
Sage <http://www.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
-~----------~----~----~----~------~----~------~--~---