#7092: [with spkg, positive review] build failure of pari-2.3.3.p1.spkg  with
gcc-4.4.1 as distributed by Fedora 11
------------------------+---------------------------------------------------
 Reporter:  jsp         |       Owner:  mabshoff  
     Type:  defect      |      Status:  new       
 Priority:  blocker     |   Milestone:  sage-4.1.2
Component:  packages    |    Keywords:  gcc       
 Reviewer:  Jaap Spies  |      Author:            
   Merged:              |  
------------------------+---------------------------------------------------

Comment(by jsp):

 Hi,

 Sure it was a kind of stupid doing things with get_cc in two places.

 {{{
 # As of PARI 2.3.3, the compiler flag -fPIC is not added on Solaris, but
 it
 # needs to be.
 if [ `uname` = "SunOS" ]; then
     sed 's/-fomit-frame-pointer/-fomit-frame-pointer -fPIC/g'
 src/config/get_cc > src/config/get_cc.$$
     mv src/config/get_cc.$$ src/config/get_cc
 fi

 }}}
 Sorry I didn't see this before.

 But now it will be a good (temporary?) workaround,

 Jaap

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