#6539: MPIR determines linker is GNU when it's Sun on OpenSolaris - x86 NOT
Sparc.
----------------------+-----------------------------------------------------
Reporter: drkirkby | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.1
Component: solaris | Keywords: OpenSolaris x86
Reviewer: | Author:
Merged: |
----------------------+-----------------------------------------------------
Comment(by drkirkby):
I've just tried to build mpir on what I believe is the same OS as above -
the 11/2008 release of OpenSolaris and do not see this issue - the
configure script reconises this as a non-GNU linker properly. It is not
clear why it should get it wrong on another system with the same OS
{{{
$ cat /etc/release
OpenSolaris 2008.11 snv_101b_rc2 X86
Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 19 November 2008
}}}
Here's the output of configure of mpir-1.2.p4
{{{
./configure
<SNIP>
checking for a sed that does not truncate output... /usr/bin/gsed
checking for ld used by gcc -std=gnu99... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6539#comment:1>
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
-~----------~----~----~----~------~----~------~--~---