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]

Re: Solaris2.7 installation problem (other problems...)


I have different but equally frustrating roblems, including things like

1/ insn-attrtab won't assemble because it references a label that
is never materialized.

2/ compile errors in sparc.h because the default architecture doesn't seem to be
specified when compiling gmon_sol2.c

3/ complaints in collect2 about being unable to find /usr/lib/sparcv9/values-Xa.o.
My Solaris 2.7 system didn't even HAVE a /usr/lib/sparcv9 directory!
(I am building on a SPARC Ultra 5, which appears to be a V9 architecture machine)

I build after configuring with

--enable-languages=c --disable-nls

and make with

make

gcc 3.0.4 is my default compiler. Your problem sounds vaguely familiar. Are you
running with an older compiler (like 2.95.x)? You might try grabbing prebuilt
binaries from http://sunfreeware.com


At 3:13 PM +0200 6/4/02, Michael.Couren@bdl.fr wrote:

Hello,
I've been trying to compile gcc3.1 on Solaris2.7 without success.
I tryed many options, even those indicated in the succefull installations
pages.
I re-installed latest GNU automake, autoconf, texinfo and m4
Each time I try to "make bootstrap" with Solaris ar,ld and cc
I get the same error messages :
"insn-recog.c", line 2483: duplicate case in switch: 0
"insn-recog.c", line 2485: duplicate case in switch: 0
"insn-recog.c", line 2487: duplicate case in switch: 0
"insn-recog.c", line 2489: duplicate case in switch: 0
"insn-recog.c", line 2491: duplicate case in switch: 0
"insn-recog.c", line 2493: duplicate case in switch: 0
"insn-recog.c", line 2712: duplicate case in switch: 0
"insn-recog.c", line 2714: duplicate case in switch: 0
"insn-recog.c", line 2716: duplicate case in switch: 0
"insn-recog.c", line 4758: duplicate case in switch: 0
"insn-recog.c", line 10804: duplicate case in switch: 0
"insn-recog.c", line 13618: duplicate case in switch: 0
"insn-recog.c", line 13620: duplicate case in switch: 0
"insn-recog.c", line 13622: duplicate case in switch: 0
"insn-recog.c", line 13624: duplicate case in switch: 0

What can I do ?
--
Kind regards, Michael Couren, WebMaster,
Institut de Mecanique Celeste et de Calcul des Ephemerides
Paris Observatory,  77 avenue Denfert-Rochereau F-75014 Paris

--
		    Quality Software Management
		http://home.earthlink.net/~qsmgmt
		          apl@alum.mit.edu
		          (978)287-0435 Voice
		          (978)808-6836 Cell

	Software Process Improvement / Management Consulting
	     Language Design / Compiler Implementation


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