#6437: polybori assumes the linker is the GNU one, so breaks if Sun linker is
used.
----------------------+-----------------------------------------------------
Reporter: drkirkby | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone:
Component: algebra | Keywords:
Reviewer: | Author:
Merged: |
----------------------+-----------------------------------------------------
polybori-0.5rc.p7/patches/
DefaultBuild = Default
if distribute or rpm_generation or deb_generation:
def DefaultBuild(arg):
return arg
defaultenv = Environment()
def sonameprefix(env):
if env['PLATFORM']=="darwin":
return "-Wl,-dylib_install_name -Wl,"
else:
return '-Wl,-soname,'
It needs modifying if the OS is Solaris and the linker is not GNU, but I
don't know how to do it.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6437>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---