At the bottom of sage-env, there is some code which can obviously be changed to 
print the value of some variables, but currently does not do so.

if [ 1 = 2 ]; then
echo "AR=$AR"
echo "AS=$AS"
echo "CC=$CC"
echo "CFLAGS=$CFLAGS"
echo "CXX=$CXX"
echo "CXXFLAGS=$CXXFLAGS"
echo "ECLDIR=$ECLDIR"
echo "LD=$LD"
echo "LDFLAGS=$LDFLAGS"
echo "LN=$LN"
echo "MAKE=$MAKE"
echo "MAKEFLAGS=$MAKEFLAGS (MFLAGS will be exported the same too)"
echo "RANLIB=$RANLIB"
echo "SAGE64=$SAGE64"
echo "SHAREDFLAGS=$SHAREDFLAGS"
echo "If any of the above are wrong, or are not optimal, override"
echo "them by setting the appropiate enviroment variable."
fi


Would it not be more sensible to print these? I wanted to add to this list some 
other variables, and it would be useful to have a record of what they are set 
to.


Dave

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to