#9876: Building PARI/GP with SAGE_CHECK=yes fails on 32-bit big endian machines
------------------------------+---------------------------------------------
   Reporter:  jdemeyer        |       Owner:  tbd                               
     
       Type:  defect          |      Status:  needs_review                      
     
   Priority:  blocker         |   Milestone:  sage-4.6                          
     
  Component:  packages        |    Keywords:                                    
     
     Author:  Jeroen Demeyer  |    Upstream:  Completely fixed; Fix reported 
upstream
   Reviewer:                  |      Merged:                                    
     
Work_issues:                  |  
------------------------------+---------------------------------------------

Comment(by leif):

 Last comment refers to
 {{{
 === pari-2.4.3.svn-12577.p6 (Jeroen Demeyer, September 10th, 2010) ===
  * Add upstream fix for config/get_dlcflags and remove the patch
 }}}
 which is
 {{{
 #!diff
 $ diff -Nau pari-2.4.3.svn-12577.p5/src/config/get_dlcflags
 pari-2.4.3.svn-12577.p6/src/config/get_dlcflags
 --- pari-2.4.3.svn-12577.p5/src/config/get_dlcflags     2010-09-06
 21:26:42.000000000 +0200
 +++ pari-2.4.3.svn-12577.p6/src/config/get_dlcflags     2010-09-10
 23:29:12.000000000 +0200
 @@ -2,6 +2,10 @@
  if test -n "$__gnuc__"; then
    case $osname in
      cygwin|mingw) DLCFLAGS=;;
 +    darwin) DLCFLAGS=-fPIC
 +      case $arch in
 +        ppc|ppc64) DLCFLAGS="$DLCFLAGS -fno-common"
 +      esac;;
      *) DLCFLAGS=-fPIC;;
    esac
  else #assume native compiler
 }}}

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