From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Reilly To: Subject: parse error before "__va_list" ? Date: Mon, 26 Nov 2001 07:03:00 -0000 Message-ID: X-SW-Source: 2001-11/msg00241.html Message-ID: <20011126070300.R1QzW3Bi_RKVYBI3sFWfhar27XP7YM8xWqew7ilMoF8@z> 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