public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc 2.95.2 build problems on solaris7
@ 2000-12-20  6:25 Herman Veldhuizen
  2000-12-20 21:51 ` Puneet Singhal
  0 siblings, 1 reply; 2+ messages in thread
From: Herman Veldhuizen @ 2000-12-20  6:25 UTC (permalink / raw)
  To: gcc-help

Hi,

I have problems to build gcc 2.95.2 on Solaris 7.

The configure worked fine:

kepler:/nett/tim3/tools/gnu/objdir>../gcc-2.95.2/configure --prefix
/nett/tim3/tools/install/gcc-2.95.2_sol7 --enable-threads
--enable-languages=c++
Configuring for a sparc-sun-solaris2.7 host.
...



But some time into the 'make bootstrap' I get the error below. 
Does anybody have an idea?
Thanks,
Herman.


../../gcc-2.95.2/gcc/frame
make[3]: Entering directory `/nett/tim3/tools/gnu/objdir/gcc'
./xgcc
-B/nett/tim3/tools/install/gcc-2.95.2_sol7/sparc-sun-solaris2.7/bin/
-B./
-I/nett/tim3/tools/install/gcc-2.95.2_sol7/sparc-sun-solaris2.7/include
-O2   -DIN_GCC -DHAIFA  -DSVR4  -g -I./include  -fPIC -g1
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -g -mt  -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/tinfo.cc
cc1plus: Invalid option `t'
make[3]: *** [tinfo.o] Error 1
make[3]: Leaving directory `/nett/tim3/tools/gnu/objdir/gcc'
make[2]: *** [libgcc2.a] Error 1
make[2]: Leaving directory `/nett/tim3/tools/gnu/objdir/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/nett/tim3/tools/gnu/objdir/gcc'
make: *** [bootstrap] Error 2





kepler:/nett/tim3/tools/gnu/objdir>cc -V
ucbcc: Sun WorkShop 6 update 1 C 5.2 2000/09/11
ld: Software Generation Utilities - Solaris/ELF (3.0)
Undefined			first referenced
 symbol  			    in file
main                               
/developtools/6.0U1/SUNWspro/WS6U1/lib/crt1.o
ld: fatal: Symbol referencing errors. No output written to a.out



kepler:/nett/tim3/tools/gnu/objdir>which cc
/usr/ucb/cc



kepler:/nett/tim3/tools/gnu/objdir>uname -a
SunOS kepler 5.7 Generic_106541-07 sun4u sparc SUNW,Ultra-Enterprise



kepler:/nett/tim3/tools/gnu/objdir>make -version
GNU Make version 3.78.1, by Richard Stallman and Roland McGrath.
Built for sparc-sun-solaris2.6
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
	Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <bug-make@gnu.org>.

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

* RE: gcc 2.95.2 build problems on solaris7
  2000-12-20  6:25 gcc 2.95.2 build problems on solaris7 Herman Veldhuizen
@ 2000-12-20 21:51 ` Puneet Singhal
  0 siblings, 0 replies; 2+ messages in thread
From: Puneet Singhal @ 2000-12-20 21:51 UTC (permalink / raw)
  To: Herman Veldhuizen, gcc-help

this question is not for the gcc forum.
However,  I am not sure how u do it in UNIX. Well I ll send u the code for
DOS later.

-------------------------------------------------------------------
Puneet Singhal
UNIX Evangelist

WORK:

Opus Software Solutions
Mayfair Towers,
Shivajinagar,
Pune 411005
Maharashtra, India.

Phone : 0091 20 551 2092/1093
fax   : 0091 20 551 2808

http://www.opussoft.com

puneet@opussoft.com
===================================================================
In Romance with UNIX....

				-Anonymous
-------------------------------------------------------------------

-----Original Message-----
From: gcc-help-owner@gcc.gnu.org [ mailto:gcc-help-owner@gcc.gnu.org]On
Behalf Of Herman Veldhuizen
Sent: Wednesday, December 20, 2000 7:55 PM
To: gcc-help@gcc.gnu.org
Subject: gcc 2.95.2 build problems on solaris7


Hi,

I have problems to build gcc 2.95.2 on Solaris 7.

The configure worked fine:

kepler:/nett/tim3/tools/gnu/objdir>../gcc-2.95.2/configure --prefix
/nett/tim3/tools/install/gcc-2.95.2_sol7 --enable-threads
--enable-languages=c++
Configuring for a sparc-sun-solaris2.7 host.
...



But some time into the 'make bootstrap' I get the error below.
Does anybody have an idea?
Thanks,
Herman.


../../gcc-2.95.2/gcc/frame
make[3]: Entering directory `/nett/tim3/tools/gnu/objdir/gcc'
./xgcc
-B/nett/tim3/tools/install/gcc-2.95.2_sol7/sparc-sun-solaris2.7/bin/
-B./
-I/nett/tim3/tools/install/gcc-2.95.2_sol7/sparc-sun-solaris2.7/include
-O2   -DIN_GCC -DHAIFA  -DSVR4  -g -I./include  -fPIC -g1
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -g -mt  -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/tinfo.cc
cc1plus: Invalid option `t'
make[3]: *** [tinfo.o] Error 1
make[3]: Leaving directory `/nett/tim3/tools/gnu/objdir/gcc'
make[2]: *** [libgcc2.a] Error 1
make[2]: Leaving directory `/nett/tim3/tools/gnu/objdir/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/nett/tim3/tools/gnu/objdir/gcc'
make: *** [bootstrap] Error 2





kepler:/nett/tim3/tools/gnu/objdir>cc -V
ucbcc: Sun WorkShop 6 update 1 C 5.2 2000/09/11
ld: Software Generation Utilities - Solaris/ELF (3.0)
Undefined			first referenced
 symbol  			    in file
main
/developtools/6.0U1/SUNWspro/WS6U1/lib/crt1.o
ld: fatal: Symbol referencing errors. No output written to a.out



kepler:/nett/tim3/tools/gnu/objdir>which cc
/usr/ucb/cc



kepler:/nett/tim3/tools/gnu/objdir>uname -a
SunOS kepler 5.7 Generic_106541-07 sun4u sparc SUNW,Ultra-Enterprise



kepler:/nett/tim3/tools/gnu/objdir>make -version
GNU Make version 3.78.1, by Richard Stallman and Roland McGrath.
Built for sparc-sun-solaris2.6
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
	Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <bug-make@gnu.org>.

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

end of thread, other threads:[~2000-12-20 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-20  6:25 gcc 2.95.2 build problems on solaris7 Herman Veldhuizen
2000-12-20 21:51 ` Puneet Singhal

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).