lcalc

lcalc-20080205.p2 (Michael Abshoff, July 15th, 2008)

lcalc-20080205.p1 (Michael Abshoff, May 18th, 2008)

lcalc-20080205.p0 (Michael Abshoff, April 19th, 2008)

lcalc-20080205 (Michael Abshoff, April 13th, 2008)

lcalc-20070105

* New version from Mike R. on 2006-12-05.

* I replaced the included Makefile with my own, since I'm only interested

* 2006-09-15: Fix to spkg-install suggested by Kate Minola: In lcalc-2006.03.05/spkg-install there is : CFLAGS="$CFLAGS -O2 -g -Wa,-W -fno-exceptions -Wno-deprecated" : : cd src : : echo "Building Rubinstein's lcalc program using $CXX..." : : make lcalc but since the environment variable CFLAGS is never exported, the subshell entered with 'make lcalc' does not pick up the new CFLAGS. You need to add

after the new definition of CLAGS.

* Kate Minola: