This is the mail archive of the gcc@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]

`__builtin_va_alist' undeclared on sparc-sun-solaris2.4


With a fresh reload of the source tree:

dds2:/opt/tl/src/egcs > make
make[1]: Entering directory `/opt/tl/src/egcs/libiberty'
test x"no" != xyes || \
  gcc -c -g -O2 -I. -I./../include -DHAVE_SYSCONF `case "-g -O2 -g -O2
-fno-implicit-templates" in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;;
esac` concat.c -o pic/concat.o
gcc -c -g -O2 -I. -I./../include -DHAVE_SYSCONF concat.c
concat.c: In function `concat':
concat.c:96: `__builtin_va_alist' undeclared (first use in this
function)
concat.c:96: (Each undeclared identifier is reported only once
concat.c:96: for each function it appears in.)
make[1]: *** [concat.o] Error 1
make[1]: Leaving directory `/opt/tl/src/egcs/libiberty'
make: *** [all-libiberty] Error 2


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