>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 2/28/00, 2:08:39 PM, Nikita Schmidt <[EMAIL PROTECTED]> wrote regarding Re: ccc: undefined reference to: `__builtin_next_arg': > On Monday, 28 Feb, David van Leeuwen wrote: > > > > Now for the particular code i am running, the linker complains for > > unresolved references that ccc generates: > > > > undefined reference to `__builtin_next_arg' > > > Make sure that ccc's private include directory is searched before the > gcc's one. This is set in comp.config in the ccc's bin directory, usually > /usr/lib/compaq/ccc-6.2.9.002-2/alpha-linux/bin/comp.config . Also check > that all paths after -SysIncDir are correct. > Nikita Thanks---this seems to work. Somehow in debianization (alien) the directories in comp.config referred to ccc-6.2 instead of ccc-6.2.9.002-2. ---david

