Path: utzoo!utgpu!water!watmath!clyde!att-cb!ihnp4!arizona!tsf From: tsf@arizona.edu (Ted Frohling) Newsgroups: comp.os.vms Subject: Re: Vax C Sucks Wind Summary: VAX C problems and LARGE images Message-ID: <3970@megaron.arizona.edu> Date: 22 Feb 88 13:55:17 GMT References: <8802220606.AA16924@ucbvax.Berkeley.EDU> Organization: U of Arizona CS Dept, Tucson Lines: 9 You are linking with the use of an options file with at least the line sys$share:vaxcrtl/share in it aren't you? If not the image will become very large. It sounds like the European support people didn't really know what they were talking about or didn't understand your problem and were blowing wind. Images don't get large because of all that Unix compatiblity stuff unless you have references for every C function. You aren't externing every C function are you? Good luck.