Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.ARPA
Path: utzoo!linus!philabs!cmcl2!seismo!lll-crg!dual!ucbvax!daemon
From: info-vax@ucbvax.ARPA
Newsgroups: fa.info-vax
Subject: RE: recompiling 3rd party driver
Message-ID: <9774@ucbvax.ARPA>
Date: Thu, 8-Aug-85 17:11:19 EDT
Article-I.D.: ucbvax.9774
Posted: Thu Aug  8 17:11:19 1985
Date-Received: Mon, 12-Aug-85 02:14:35 EDT
Sender: daemon@ucbvax.ARPA
Organization: University of California at Berkeley
Lines: 17

From: Art Berggreen 



> We are trying to link a 3rd party driver under VMS 4.1 which ran under
> version 3.x.  We get undefined global symbols DYN$C_CRB,DYN$C_DDB,
> DYN$C.CPT and DYN$C_UCB. Any suggestions?  
> Thanks for the help...I hope.

You need to invoke the macro $DYNDEF to define those symbols.  They used
to be resolved at link time under V3 but must be defined at compile time
under V4.  There should be other macro calls near the top of the driver
similar in form to the one needed ($UCBDEF is usually invoked in VMS
drivers).
    					"Art Berggreen"

------