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
Reply to: