[fa.info-vax] VAXC undefined symbol under VMS 4.2

JM9W@CMU-CC-TE.ARPA (Jim Murawski) (09/11/85)

	Has anyone else gotten the following undefined symbol linker
	warning when linking a VAXC module that uses RMS.H under VMS 4.2?

	%LINK-W-NUDFSYMS, 1 undefined symbol:
	%LINK-I-UDFSYM,         CC$RMS_XABTRM

	I'm not using extended attribute blocks in my application, and
	didn't get this warning under VMS 4.1 - I just started getting it
	after VMS 4.2 was installed this past weekend.

					-Jim Murawski
					-Carnegie-Mellon University

-------

jeff@ISI-VAXA.ARPA (Jeffery A. Cavallaro) (09/13/85)

Yes, I have seen this.  The problem is that you are using the VAX-11 C
V2.0 compiler with the VAX-11  V1.0 RTL:

	V1.0		SYS$LIBRARY:CRTLIB.OLB
	V2.0		SYS$LIBRARY:VAXCRTL.OLB

Check the VAX-11 C manual for LINKing details.