#16017: Get libs.mwrank to compile on OS X 10.4
--------------------------------------+------------------------
       Reporter:  kcrisman            |        Owner:
           Type:  defect              |       Status:  new
       Priority:  blocker             |    Milestone:  sage-6.2
      Component:  packages: standard  |   Resolution:
       Keywords:                      |    Merged in:
        Authors:                      |    Reviewers:
Report Upstream:  N/A                 |  Work issues:
         Branch:                      |       Commit:
   Dependencies:                      |     Stopgaps:
--------------------------------------+------------------------

Comment (by leif):

 Replying to [comment:17 fbissey]:
 > Try the equivalent for your machine of:
 > {{{
 > install_name_tool -change libflint.dylib
 /Users/fbissey/build/sage-6.2.beta4/local/lib/libflint.dylib libec.0.dylib
 > install_name_tool -change libflint.dylib
 /Users/fbissey/build/sage-6.2.beta4/local/lib/libflint.dylib
 libflint.dylib
 > }}}
 > in $SAGE_LOCAL/lib. Don't forget to replace the path for SAGE_LOCAL with
 what's correct for you.

 Note that the second line wouldn't work (it's a no-op).

 If you want to change the `install_name` of the library ''itself'' (as
 opposed to the recorded install names of libraries ''it uses''), you have
 to use the `-id` option of `install_name_tool`, which takes just the
 ''new'' name (plus the filename of the library to change of course).

--
Ticket URL: <http://trac.sagemath.org/ticket/16017#comment:21>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to