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]

parse error before "__va_list" ?



Hi,

I'm trying to compile gcc 3.0.2 on Tru64 UNIX 5.1A

I know there is a problem with the "mips-tfile" in the Tru64 assembler,
and so I'm using the old assembler options by having an /sbin/as of

#!/bin/sh
/usr/bin/as -oldas $*

in my path before /usr/bin/as .Configure works fine, but I have varying
success at doing a 'make bootstrap'. I'm using GNU make 3.79.1 and it
seems to build xgcc but then bomb out with:

-DAllow_TYQUAD -I. -I../../../../gcc-3.0.2/libf2c/libI77 -I..
-I../../../../gcc-3.0.2/libf2c/libI77/..  -DHAVE_CONFIG_H -g -mieee
../../../../gcc-3.0.2/libf2c/libI77/backspace.c
In file included from ../../../../gcc-3.0.2/libf2c/libI77/fio.h:1,
                 from ../../../../gcc-3.0.2/libf2c/libI77/backspace.c:4:
/usr/local/sources/BUILD/gcc/gcc-build/gcc/include/stdio.h:241: parse error before "__va_list"
/usr/local/sources/BUILD/gcc/gcc-build/gcc/include/stdio.h:242: parse error before "__va_list"
 parse error before "__va_list"
 parse error before "__va_list"

It's noted in the docs that a successful compile on Tru64 5.1 has been
accomplished. Can anyone post up some notes on what the build environment
was like? Has anyone successfully built 3.0.2 on Tru64 5.1A

Thanks

Paul


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