#8049: libgfortran *must* get shipped with the Sage binaries
-----------------------+----------------------------------------------------
Reporter: was | Owner: GeorgSWeber
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.3.2
Component: build | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------+----------------------------------------------------
Comment(by dimpase):
Replying to [comment:2 drkirkby]:
> Actually, I think the C library too. The C library is very small anyway.
If Sage is linked with a new library, and someone has an older one on
their system, it could be a problem.
>
> 'ldd' might be useful to get the location on Solaris, Linux or HP-UX,
but not on OS X. Perhaps there is a more widely supported command, but I
don't know of it.
>
The OSX analog of ldd is called otool (otool -L), to be precise:
{{
$ otool -L liblinboxsage.dylib
liblinboxsage.dylib:
/tmp/sage-4.3.1/local/lib/liblinboxsage.0.dylib (compatibility
version 1.0.0, current version 1.0.0)
libntl.dylib (compatibility version 0.0.0, current version 0.0.0)
/tmp/sage-4.3.1/local/lib/libgmpxx.3.dylib (compatibility version
5.0.0, current version 5.6.0)
/tmp/sage-4.3.1/local/lib/libgmp.3.dylib (compatibility version
8.0.0, current version 8.6.0)
/tmp/sage-4.3.1/local/lib/libgivaro.0.dylib (compatibility version
1.0.0, current version 1.2.0)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
version 7.4.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current
version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 111.1.4)
}}
Just in case,
Dima
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8049#comment:3>
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.