Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!mailrus!tut.cis.ohio-state.edu!ut-sally!utah-cs!utah-gr!uplherc!sp7040!obie!wsccs!dave From: dave@wsccs.UUCP (Dave E Martin "VAX Headroom") Newsgroups: comp.os.vms Subject: Re: Problems with C-compiler Message-ID: <236@wsccs.UUCP> Date: 1 Mar 88 23:49:29 GMT References: <7122@oberon.USC.EDU> Lines: 24 Summary: install common data dictionary In article <7122@oberon.USC.EDU>, purdy@skat.usc.edu (Tim Purdy) writes: > > $cc test.c > %DCL-W-ACTIMAGE, error activating image CDDSHR > -CLI-E-IMGNAME, image file DRA0:[SYS0.][SYSLIB]CDDSHR.EXE;3 > -SYSTEM-F-PRIVINSTALL, shareable images must be installed to run privileged > image > Your C compiler thinks that the CDD (common data dictionary) exists on your system. You need to get cdd installed properly (A line like @cddstartup needs to appear in sys$manager:systartup.com) The C compiler can interface to the CDD (see #dictionary directive) and if the CDD is on your system will try to use it (even if your program isn't). Alternatively, you could remove the cdd entirely. +-----------------------------------------------------------------------------+ | | Dave E Martin | DISCLAIMER: Been Cancelled | | /\ | "...between the streets of | $ opinion/mine/noUinTech | | / \ . /\ | Dallas, and the beaches of |----------------------------| | / \/ \/\/ \ | Miami ... THIS was Max | ...!ihnp4!utah-cs!utah-gr! | | / U i n T e c h \ | Headroom's finest hour." | uplherc!sp7040!obie! | | | --Max Headroom | wsccs!net23.dnet!dave | +-----------------------------------------------------------------------------+