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]
Other format: [Raw text]

GCC 3.2.2 build error on Solaris 9 x86


I was able to build gcc 3.2.1 on solaris 9x86 w/o any trouble.
However, the same cannot be said for gcc 3.2.2:

# gcc -v
Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.9/3.2.1/specs
Configured with: ../configure --with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld --disable-nls
Thread model: posix
gcc version 3.2.1

I use the same build concept and try building gcc 3.2.2:
<snip>

gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include \
../../gcc/config/i386/i386.c -o i386.o
../../gcc/config/i386/i386.c: In function `override_options':
../../gcc/config/i386/i386.c:927: `DEFAULT_PCC_STRUCT_RETURN' undeclared (first use in this function)
../../gcc/config/i386/i386.c:927: (Each undeclared identifier is reported only once
../../gcc/config/i386/i386.c:927: for each function it appears in.)
../../gcc/config/i386/i386.c: In function `ix86_save_reg':
../../gcc/config/i386/i386.c:3982: warning: comparison between signed and unsigned
make[2]: *** [i386.o] Error 1
make[2]: Leaving directory `/usr/temp/gcc-3.2.2/obj/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/usr/temp/gcc-3.2.2/obj/gcc'
make: *** [bootstrap] Error 2
#

Any thoughts?







--
J.D. Bronson
Aurora Health Care // Information Systems // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.603.8282


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