#9896: upgrading from 4.5.3 to 4.6.alpha0 fails on OS X 10.6
--------------------------+-------------------------------------------------
Reporter: jhpalmieri | Owner: GeorgSWeber
Type: defect | Status: needs_info
Priority: blocker | Milestone: sage-4.6
Component: build | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
--------------------------+-------------------------------------------------
Comment(by leif):
I can get rid of the second dir by adding the following line in
{{{devel/sage/setup.py}}}:
{{{
#!python
self.compiler.set_library_dirs([]) # may have contained obsolete
ones
self.compiler.link_shared_object(
...
}}}
But your {{{LDSHARED}}} looks bad; mine is just
{{{
'gcc -march=native -O3 -fno-strict-aliasing -fomit-frame-pointer
-DHONORS_CFLAGS -pthread -shared'
}}}
or simply (the relevant part)
{{{
'gcc -pthread -shared'
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9896#comment:39>
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.