public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* HELP (please): can't compile gcc-2.95.2 on sparc-solaris-2.7
@ 2000-01-10  7:48 Ray Zimmerman
  2000-01-10 10:14 ` Alexandre Oliva
  2000-04-01  0:00 ` Ray Zimmerman
  0 siblings, 2 replies; 4+ messages in thread
From: Ray Zimmerman @ 2000-01-10  7:48 UTC (permalink / raw)
  To: gcc-help

Hi all,

I'm having trouble building gcc-2.95.2 on Solaris 7 on our Sun Ultra 2200.
I'm using egcs-1.1.2 and GNU make 3.78.1, both of which I built
successfully on this box some time ago.


Below is the error I'm getting in the 'make bootstrap' stage ... any help
would be greatly appreciated ...

	Ray

----------------------
make[3]: Entering directory
`/export/home/blackbird/c0t1d0s6/misc/powerweb/install/gcc-2.95.2-build/gcc'
./xgcc
-B/export/home/blackbird/c0t1d0s6/misc/powerweb/local/sparc-sun-solaris2.7/bin/
-B./
-I/export/home/blackbird/c0t1d0s6/misc/powerweb/local/sparc-sun-solaris2.7/inclu
de -O2   -DIN_GCC -DHAIFA  -DSVR4  -g -I./include  -fPIC -g1
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -O6
-felide-constructors -fno-exceptions -fno-rtti -I. -I../../gcc-2.95.2/gcc
-I../../gcc-2.95.2/gcc/config
 -I../../gcc-2.95.2/gcc/../include \
  -c ../../gcc-2.95.2/gcc/cp/tinfo2.cc
../../gcc-2.95.2/gcc/cp/tinfo2.cc: In function `void *
__throw_type_match_rtti(const void *, const void *, void *)':
../../gcc-2.95.2/gcc/cp/tinfo2.cc:114: taking dynamic typeid of object with
-fno-rtti
../../gcc-2.95.2/gcc/cp/tinfo2.cc:114: confused by earlier errors, bailing out
make[3]: *** [tinfo2.o] Error 1
make[3]: Leaving directory
`/export/home/blackbird/c0t1d0s6/misc/powerweb/install/gcc-2.95.2-build/gcc'
make[2]: *** [libgcc2.a] Error 1
make[2]: Leaving directory
`/export/home/blackbird/c0t1d0s6/misc/powerweb/install/gcc-2.95.2-build/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory
`/export/home/blackbird/c0t1d0s6/misc/powerweb/install/gcc-2.95.2-build/gcc'
make: *** [bootstrap] Error 2
----------------------

Please reply directly since I'm not on the list. Thanks,

 Ray Zimmerman ::: e-mail: rz10@cornell.edu ::: 428-B Phillips Hall
               :::  phone: (607) 255-9645   ::: Cornell University
               :::    FAX: (815) 377-3932   ::: Ithaca, NY  14853
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: HELP (please): can't compile gcc-2.95.2 on sparc-solaris-2.7
  2000-01-10  7:48 HELP (please): can't compile gcc-2.95.2 on sparc-solaris-2.7 Ray Zimmerman
@ 2000-01-10 10:14 ` Alexandre Oliva
  2000-04-01  0:00   ` Alexandre Oliva
  2000-04-01  0:00 ` Ray Zimmerman
  1 sibling, 1 reply; 4+ messages in thread
From: Alexandre Oliva @ 2000-01-10 10:14 UTC (permalink / raw)
  To: Ray Zimmerman; +Cc: gcc-help

On Jan 10, 2000, Ray Zimmerman <rz10@cornell.edu> wrote:

> ../../gcc-2.95.2/gcc/cp/tinfo2.cc:114: taking dynamic typeid of object with
> -fno-rtti

Do not specify -fno-rtti.

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: HELP (please): can't compile gcc-2.95.2 on sparc-solaris-2.7
  2000-01-10 10:14 ` Alexandre Oliva
@ 2000-04-01  0:00   ` Alexandre Oliva
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Oliva @ 2000-04-01  0:00 UTC (permalink / raw)
  To: Ray Zimmerman; +Cc: gcc-help

On Jan 10, 2000, Ray Zimmerman <rz10@cornell.edu> wrote:

> ../../gcc-2.95.2/gcc/cp/tinfo2.cc:114: taking dynamic typeid of object with
> -fno-rtti

Do not specify -fno-rtti.

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them

^ permalink raw reply	[flat|nested] 4+ messages in thread

* HELP (please): can't compile gcc-2.95.2 on sparc-solaris-2.7
  2000-01-10  7:48 HELP (please): can't compile gcc-2.95.2 on sparc-solaris-2.7 Ray Zimmerman
  2000-01-10 10:14 ` Alexandre Oliva
@ 2000-04-01  0:00 ` Ray Zimmerman
  1 sibling, 0 replies; 4+ messages in thread
From: Ray Zimmerman @ 2000-04-01  0:00 UTC (permalink / raw)
  To: gcc-help

Hi all,

I'm having trouble building gcc-2.95.2 on Solaris 7 on our Sun Ultra 2200.
I'm using egcs-1.1.2 and GNU make 3.78.1, both of which I built
successfully on this box some time ago.


Below is the error I'm getting in the 'make bootstrap' stage ... any help
would be greatly appreciated ...

	Ray

----------------------
make[3]: Entering directory
`/export/home/blackbird/c0t1d0s6/misc/powerweb/install/gcc-2.95.2-build/gcc'
./xgcc
-B/export/home/blackbird/c0t1d0s6/misc/powerweb/local/sparc-sun-solaris2.7/bin/
-B./
-I/export/home/blackbird/c0t1d0s6/misc/powerweb/local/sparc-sun-solaris2.7/inclu
de -O2   -DIN_GCC -DHAIFA  -DSVR4  -g -I./include  -fPIC -g1
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -O6
-felide-constructors -fno-exceptions -fno-rtti -I. -I../../gcc-2.95.2/gcc
-I../../gcc-2.95.2/gcc/config
 -I../../gcc-2.95.2/gcc/../include \
  -c ../../gcc-2.95.2/gcc/cp/tinfo2.cc
../../gcc-2.95.2/gcc/cp/tinfo2.cc: In function `void *
__throw_type_match_rtti(const void *, const void *, void *)':
../../gcc-2.95.2/gcc/cp/tinfo2.cc:114: taking dynamic typeid of object with
-fno-rtti
../../gcc-2.95.2/gcc/cp/tinfo2.cc:114: confused by earlier errors, bailing out
make[3]: *** [tinfo2.o] Error 1
make[3]: Leaving directory
`/export/home/blackbird/c0t1d0s6/misc/powerweb/install/gcc-2.95.2-build/gcc'
make[2]: *** [libgcc2.a] Error 1
make[2]: Leaving directory
`/export/home/blackbird/c0t1d0s6/misc/powerweb/install/gcc-2.95.2-build/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory
`/export/home/blackbird/c0t1d0s6/misc/powerweb/install/gcc-2.95.2-build/gcc'
make: *** [bootstrap] Error 2
----------------------

Please reply directly since I'm not on the list. Thanks,

 Ray Zimmerman ::: e-mail: rz10@cornell.edu ::: 428-B Phillips Hall
               :::  phone: (607) 255-9645   ::: Cornell University
               :::    FAX: (815) 377-3932   ::: Ithaca, NY  14853
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-10  7:48 HELP (please): can't compile gcc-2.95.2 on sparc-solaris-2.7 Ray Zimmerman
2000-01-10 10:14 ` Alexandre Oliva
2000-04-01  0:00   ` Alexandre Oliva
2000-04-01  0:00 ` Ray Zimmerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).