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

Re: other/8920: Cannot compile libiberty on Solaris 2.6 inside gcc-3.2.1


Hi,
  even when I remove libiberty from gcc-3.2.1 and soflink to libiberty
from binutils-2.11.2, I don't get much further:

gcc -c -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE -I/software/@sys/usr/include
-I/software/@sys/usr/include/ncurses
-I/software/@sys/usr/openssl/include
-I/software/@sys/usr/include/freetype2   -I. -I. -I../../gcc
-I../../gcc/. -I../../gcc/config -I../../gcc/../include
../../gcc/read-rtl.c -o read-rtl.o
../../gcc/read-rtl.c: In function `fatal_with_file_and_line':
../../gcc/read-rtl.c:67: warning: implicit declaration of function
`VA_OPEN'
../../gcc/read-rtl.c:67: `ap' undeclared (first use in this function)
../../gcc/read-rtl.c:67: (Each undeclared identifier is reported only
once
../../gcc/read-rtl.c:67: for each function it appears in.)
../../gcc/read-rtl.c:68: warning: implicit declaration of function
`VA_FIXEDARG'
../../gcc/read-rtl.c:68: parse error before "FILE"
../../gcc/read-rtl.c:69: parse error before "const"
../../gcc/read-rtl.c:90: warning: implicit declaration of function
`VA_CLOSE'
make[2]: *** [read-rtl.o] Error 1
make[2]: Leaving directory `/scratch/mmokrejs/gcc-3.2.1/objdir/gcc'


$ uname -a
SunOS xx 5.6 Generic_105181-33 sun4u sparc SUNW,Ultra-30


http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8920




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