bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot compile binutils-2.13.1 on Solaris 2.6


From: Nick Clifton
Subject: Re: Cannot compile binutils-2.13.1 on Solaris 2.6
Date: 02 Jan 2003 12:38:59 +0000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

Hi Martin,

>   I have the following problem to compile binutils on solaris using
> gcc.

Which version of the binutils sources are you compiling ?  Which version
of gcc are you using to compile the sources ?

> concat.c: In function `concat_length':
> concat.c:115: warning: implicit declaration of function `VA_OPEN'
> concat.c:115: `args' undeclared (first use in this function)
> concat.c:115: (Each undeclared identifier is reported only once
> concat.c:115: for each function it appears in.)
> concat.c:116: warning: implicit declaration of function `VA_FIXEDARG'
> concat.c:116: parse error before "const"
> concat.c:118: warning: implicit declaration of function `VA_CLOSE'

It would appear that the header file 'ansidecl.h' has not been
included, or that a corrupt/wrong version has been found.  This header
file should define the VA_OPEN (and other) macros, as well as
undefine-ing const.

Cheers
        Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]