As noted in section 1.5.3 the count1.c and count2.c source must
be compiled with:

 % gcc -Wall -o count1.o -c count1.c
 % gcc -Wall -o count2.o -c count2.c
 % gcc -Wall -o count count1.o count2.o
