Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!uhccux!munnari.oz.au!murtoa.cs.mu.oz.au!murdu!ucsvc!phillip!martin From: martin@phillip.edu.au (Martin Ryan) Newsgroups: gnu.gcc Subject: Message 00000006 problem with GCC on a VAX Message-ID: <2418@phillip.edu.au> Date: 14 Sep 89 21:19:43 GMT Organization: Phillip Institute of Tech, Melbourne Lines: 19 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 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