#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):

 You can also replace or modify the linker command (for shared libraries)
 in {{{setup.py}}} by e.g.
 {{{
 #!python
         self.compiler.linker_so=["gcc","-shared","-pthread"] # Linux

         self.compiler.link_shared_object(
         ...
 }}}
 In your case, perhaps just delete the second list element
 ({{{"-L/..."}}}).

 Similar things have perhaps to be done for other commands and args /
 parameters.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9896#comment:40>
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.

Reply via email to