This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
building gcc 2.95.2 under solaris 2.7
- To: gcc-help at gcc dot gnu dot org
- Subject: building gcc 2.95.2 under solaris 2.7
- From: Clifford Lyon <Clifford_Lyon at zd dot com>
- Date: Fri, 24 Mar 2000 13:05:14 -0500
I am trying to build gcc on sun sparc running solaris 2.7
make bootstrap dies with:
xgcc: Internal compiler error: program cc1obj got fatal signal 11
somewhere in stage 2.
I found a thread on this list that said this may indicate hardware problem,
however I don't think this is the case here. If I simply type make again
after receiving this error, it fails again in exactly the same place.
Also, I saw that someone resolved this error by installing the latest gnu c
library, but unfortunately the library has not yet been ported for solaris
2.7
Any thoughts? I am building this in a separate directory from the source
with only a prefix set in the configure.
Thanks