On 11/20/10 10:36 PM, John H Palmieri wrote:
Summarizing, my questions are:
- is SAGE64 supposed to have an effect on platforms other than OS X
and Solaris? (I think so.)
I would say yes.
In practice it is only currently used on OS X and Solaris, but looking forward,
it could be used on
On Sat, Nov 20, 2010 at 2:36 PM, John H Palmieri wrote:
> Is SAGE64 supposed to have an effect on linux machines, or indeed on
> anything except OS X and Solaris? In various spkgs, I think there are
> lines to the effect
>
> if [ -z $CFLAG64 ] ; then
> CFLAG64=-m64
> fi
>
> if [ "x$SAGE64" = xy
Is SAGE64 supposed to have an effect on linux machines, or indeed on
anything except OS X and Solaris? In various spkgs, I think there are
lines to the effect
if [ -z $CFLAG64 ] ; then
CFLAG64=-m64
fi
if [ "x$SAGE64" = xyes ]; then
echo "64 bit build of cddlib"
CFLAGS="$CFLAGS $CFLAG64"