This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/12896] gmp-4.2.1 and gcc-3.3.2 won't compile with gcc-3.3.1 on sparc
- From: "villegas at math dot gatech dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Nov 2003 18:01:46 -0000
- Subject: [Bug target/12896] gmp-4.2.1 and gcc-3.3.2 won't compile with gcc-3.3.1 on sparc
- References: <20031104163630.12896.villegas@math.gatech.edu>
- 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=12896
------- Additional Comments From villegas at math dot gatech dot edu 2003-11-05 18:01 -------
Subject: Re: gmp-4.2.1 and gcc-3.3.2 won't compile with gcc-3.3.1 on sparc
On Wed, Nov 05, 2003 at 12:47:15AM -0000, pinskia at gcc dot gnu dot org wrote:
>
> ------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-05 00:47 -------
> Two things, the way you build GCC is by "make bootstap" rather than just make and you still do not
> read <http://gcc.gnu.org/install/specific.html#*-*-solaris2*> at all, if you follow the directions
> bootstrapping will work.
Sorry about that, I'm following some installation notes for the previous
version, and they seem to have some errors. Please consider the "gcc" part
fixed, I'll really test it out properly, and if problems arise again I'll
open a new bugreport for that.
> As for gmp, can you provide the invocation of gcc when compiling fails?
The exact invocation that produced those .i files is:
gcc -c -DHAVE_CONFIG_H -I. -I../../../gmp-4.1.2/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp-4.1.2 -DOPERATION_add_n -save-temps tmp-add_n.s -fPIC -DPIC -o add_n.o
Carlos