This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: Problem with va-list on axp.


On Mon, Jul 09, 2001 at 09:51:22AM +0200, Andreas Jaeger wrote:
> Can you send a self-contained example that shows this bug?

Yep 

#cat test.c

#define _GNU_SOURCE  1
#include <stdio.h>
#include <stdarg.h>
int main(){return(0);}

#gcc test.c 
In file included from /usr/lib/gcc-lib/alpha-pld-linux/2.95.3/include/stdarg.h:36,
                 from test.c:3:
/usr/lib/gcc-lib/alpha-pld-linux/2.95.3/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/include/stdio.h:69: warning: `va_list' previously declared here

Thanks for reaction

Best Regards

Lukasz D.

-- 
Łukasz Dobrek
Institut für Theoretische Physik
Appelstraße 2, 30167 Hannover, Germany
e-mail:dobrek@itp.uni-hannover.de

PGP signature


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