This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with gcc-3.2
- From: Momchil Velikov <velco at fadata dot bg>
- To: "tcheer at gmx dot de" <tcheer at gmx dot de>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Wed, 30 Oct 2002 14:01:43 +0200
- Subject: Re: Problem with gcc-3.2
- Organization: Independent entity
- References: <3DBFCED5.4070400@gmx.de>
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