This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
make compare fails on sol2.6?
- To: help-gcc at gnu dot org
- Subject: make compare fails on sol2.6?
- From: "Aaron J Weber" <aweber at home dot com>
- Date: Sun, 24 Oct 1999 14:27:00 GMT
- Newsgroups: gnu.gcc.help
- Organization: @Home Network
- Reply-To: "Aaron J Weber" <aweber at home dot com>
- Xref: wodc7nx0 gnu.gcc.help:1566
I seem to be getting through most of the "make" process (i.e. I see a stage
one and two compiler built). But I get a make "compare bootstrap" failure
near the end. I can't figure out what this means or how to correct it.
Here's what I'm using: Sun Visual C++ and gnu binutils (make, ld, nm, etc.
2.9.1 compiled recently). Trying
"--prefix=/opt/gcc --enable-shared --enable-threads --enable-languages=c++"
with the configure.
I DO see plenty of warnings early in the make. Many "non-constant
initializer", and "enum out of range", and trying to use a *uchar prototype
for *char...don't know if that's a problem too.
Any help would be much appreciated!
--AJ