Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!shelby!decwrl!ucbvax!tut.cis.ohio-state.edu!schooner.cis.ohio-state.edu!msnyder From: msnyder@schooner.cis.ohio-state.edu (Michael V Snyder) Newsgroups: gnu.gcc.bug Subject: VMS gcc start-up Message-ID: <53252@tut.cis.ohio-state.edu> Date: 28 Jun 89 20:02:37 GMT Sender: news@tut.cis.ohio-state.edu Reply-To: Distribution: na Organization: Ohio State University Computer and Information Science Lines: 15 I am attempting to install gcc on a Vax running VMS 5.01; I have unpacked the binaries from the tape and succeeded in compiling many c files, including the sources of the compiler -- but many of the executables give "access violation" errors when run, including the 1.28 and 1.34 compilers. I cannot get a good rebuild of a later version. Here is an example that compiles and runs but gives an error: main() { printf("Hello, world!\n"); } Any help or guidance will be very much appreciated! Michael Snyder msnyder@csi.compuserve.com msnyder@cis.ohio-state.edu