cd regexp; make r CC="gcc" CFLAGS="-g -O"
make[1]: Entering directory `/home/dennis/LIFE-2.30/Life-2.30/Life-2.30/Source/regexp'
No news is good news...
./Try <tests
make[1]: Leaving directory `/home/dennis/LIFE-2.30/Life-2.30/Life-2.30/Source/regexp'
Regular Expression Package: regexp/regexp.o done
Regular Expression Package: regexp/regsub.o done
gcc -g -O   -c -o arity.o arity.c
gcc -g -O   -c -o bi_math.o bi_math.c
gcc -g -O   -c -o bi_sys.o bi_sys.c
gcc -g -O   -c -o bi_type.o bi_type.c
gcc -g -O   -c -o built_ins.o built_ins.c
gcc -g -O   -c -o copy.o copy.c
gcc -g -O   -c -o error.o error.c
gcc -g -O   -c -o hash_table.o hash_table.c
Don't be surprised, info is compiled for Thu Dec 15 15:13:06 CST 2016 because something has changed
sed -e "s/+DATE+/`date`/" \
	    -e "s/+VERSION+/2.28/" < info.c > info2.c
gcc -g -O   -c -o info2.o info2.c
gcc -g -O   -c -o interrupt.o interrupt.c
gcc -g -O   -c -o lefun.o lefun.c
sed -e "s%+SETUP+%~/life_local/Source/.set_up%" < lib.c > lib2.c
gcc -g -O   -c -o lib2.o lib2.c
gcc -g -O   -c -o list.o list.c
gcc -g -O   -c -o login.o login.c
gcc -g -O   -c -o lub.o lub.c
gcc -g -O   -c -o memory.o memory.c
gcc -g -O   -c -o modules.o modules.c
gcc -g -O   -c -o parser.o parser.c
gcc -g -O   -c -o print.o print.c
gcc -g -O   -c -o raw.o raw.c
gcc -g -O   -c -o sys.o sys.c
gcc -g -O   -c -o templates.o templates.c
gcc -g -O   -c -o token.o token.c
gcc -g -O   -c -o trees.o trees.c
gcc -g -O   -c -o types.o types.c
gcc -g -O    -c -o xpred.o xpred.c
gcc -g -O    -c -o xdisplaylist.o xdisplaylist.c
rm -f c_life.a
ar cr c_life.a arity.o bi_math.o bi_sys.o bi_type.o built_ins.o copy.o error.o hash_table.o info2.o interrupt.o lefun.o lib2.o list.o login.o lub.o memory.o modules.o parser.o print.o raw.o sys.o templates.o token.o trees.o types.o xpred.o xdisplaylist.o  regexp/regexp.o regexp/regsub.o
ranlib c_life.a
sed -e "s%+SETUP+%~/life_local/Source/.set_up%" < life.c > life2.c
gcc -g -O   -c -o life2.o life2.c
gcc -o wild_life life2.o c_life.a  -lm  -L/usr/lib64 -lX11 

Life generation done

