What about putting the FriCAS version on the first line whether or not
X is supported?
Version information is printed by FriCASsys. The messages you see
are warnings from fricas script. If they appear at all they will
appear before startup of FriCASsys.
Would it be an option to send the output of the lines
################
if [ ! -f $FRICAS/lib/viewman ] ; then
echo "viewman not present, disabling graphics"
otheropts="-nogr"
fi
if [ ! -f $FRICAS/bin/hypertex ]; then
echo "hypertex not present, disabling"
otheropts="$otheropts -noht"
fi
################
to stdout?
Otherwise I agree with Greg that "fricas --version" should give the
version information in the first two lines.
Ralf
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/b4b97c50-2550-ec63-3b28-f460932ebdda%40hemmecke.org.