#9025: PALP is building 32-bit on OpenSolaris - probably other platforms too.
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: new
Priority: major | Milestone: sage-4.4.3
Component: solaris | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Attempting a 64-bit build of Sage on !OpenSolaris I noticed several files
are built 32-bit, even though SAGE64 is set to yes. This includes the
following files.
{{{
rkir...@hawk:~/sage-4.4.2$ file local/bin/*.x | grep 32
local/bin/class.x: ELF 32-bit LSB executable 80386 Version 1 [FPU],
dynamically linked, not stripped
local/bin/cws.x: ELF 32-bit LSB executable 80386 Version 1 [FPU],
dynamically linked, not stripped
local/bin/nef.x: ELF 32-bit LSB executable 80386 Version 1 [FPU],
dynamically linked, not stripped
local/bin/poly.x: ELF 32-bit LSB executable 80386 Version 1 [FPU],
dynamically linked, not stripped
}}}
which are all part of 'PALP' There is nothing in the Makefile to force a
64-bit build on any platform, so I would not be surprised if only 32-bit
objects were built on OS X or anywhere else where SAGE64 needs to be set
to "yes" to get a 64-bit build.
Fixing this should be quite easy.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9025>
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.