[gnu.gcc] Message 00000006 problem with GCC on a VAX

martin@phillip.edu.au (Martin Ryan) (09/15/89)

We recently acquired a copy of the gcc compiler (version 1.244) 
for our VAX 11/780 running VMS 5.1-1.  We tried it on a little
test program (copy below) and it does what it should except when
the image is ran it prints all the hellos then Message 0000006 at 
the end.  Can someone tell me (via e-mail) what where doing 
(or have done) wrong?

#include <stdio.h>
main()
{
	int i;
	for (i=0;i<5;i++)
		printf("Hello\n");
}
-- 
Martin Ryan                       E-mail: martin@phillip.edu.au
Phillip Institute of Technology   Phone: (03) 468-2526
Plenty Rd
Bundoora    Vic.   3083       Australia