This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11785] Cannot compile gcc on 32-bit Sparc Solaris 2.7
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Aug 2003 18:41:37 -0000
- Subject: [Bug bootstrap/11785] Cannot compile gcc on 32-bit Sparc Solaris 2.7
- References: <20030804022851.11785.aaronw@attbi.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11785
------- Additional Comments From pinskia at physics dot uc dot edu 2003-08-06 18:41 -------
>From <http://gcc.gnu.org/install/configure.html>:
First, we highly recommend that GCC be built into a separate directory than the sources which
does not reside within the source tree. This is how we generally build GCC; building where srcdir
== objdir should still work, but doesn't get extensive testing; building where objdir is a
subdirectory of srcdir is unsupported.
Can you try with an objdir which is different from the source directory?
Also read <http://gcc.gnu.org/install/specific.html#*-*-solaris2*>.