This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with gcc-3.2


On Wed, 30 Oct 2002 13:21:41 +0100
"tcheer@gmx.de" <tcheer@gmx.de> wrote:

> Hi group,
> 
> I have a programm I was able to compile with gcc-2.96, Right now I
> have gcc-3.2 on my machine and I experience some problems during
> compilation.
> 
> "type specifier omitted for parameter `va_list'"
> How can I solve this?

#include <stdarg.h>

> I would like to reinstall gcc-2.96 in case my code could not be solved
> with this gcc version, but at http://gcc.gnu.org I was not able to
> find exactly this version. I would appreciate a link  where I can
> download it from.

gcc-2.96 is not a FSF release, I guess you'd need to find the RedHat's
rpm.

~velco


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]