bootstrap/9889: installation gcc 3.2.2 fails on Solaris 2.8

Kinh Nguyen xkinh@yahoo.com
Thu Mar 13 23:05:00 GMT 2003


Hi,
Finally I could compile and install GCC3.2.2 on my Sun
running Solaris 8, 64 bits multi-proccessor.  The main
problem is: 
  I am using GCC version 2.8.1.  When GCC compiles
under sub directory
../sparc-sun-solaris2.8/libstdc++-v3 I believe it runs
configure command.  The configure program looks for
Thead mode using the following statements:  
------
  echo $ac_n "checking for thread model used by
GCC""... $ac_c" 1>&6
echo "configure:3868: checking for thread model used
by GCC" >&5
  target_thread_file=`$CC -v 2>&1 | sed -n 's/^Thread
model: //p'`
  echo "$ac_t""$target_thread_file" 1>&6
----------
 In the old version of GCC (version 2.8.1), gcc -v
doesn't display line "Thread Mode" so configure
program aborts.
   I installed gnu make, and using set CONFIG_SHELL to
/bin/ksh to compile.  The problem cound be SUN make
and SUN sh shell as Steve mentions.  When I have
chance I will test it again.

   Another problems when I install using
     make install
The installation when it is looking for install-sh
when install sub-directories:
    boehm-gc, sparcv9/include and so on
It's easy to fix using ln -s, but it's better to
install without any problem.

Hope to provide you some information that make GCC
better (I love gnu software).  Thanks you very much
for your help.

regards,
Kinh
          
--- "Steven M. Christensen" <steve@smc.vnet.net>
wrote:
> This sort of error sometimes occurs when you use the
> Solaris make
> and not the GNU make.  3.2.2 does work fine for
> Solaris 8 (2.8 if
> you like).  I have it on sunfreeware.com and use it
> daily.
> 
> Steve Christensen
> sunfreeware.com
> 
> 
> > From
> gcc-bugs-return-52402-steve=smc.vnet.net@gcc.gnu.org
> Wed Mar 12 17:14:51 2003
> > Date: 12 Mar 2003 22:08:23 -0000
> > To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
> nobody@gcc.gnu.org,
> >         xkinh@yahoo.com
> > From: bangerth@dealii.org
> > Subject: Re: bootstrap/9889: installation gcc
> 3.2.2 fails on Solaris 2.8
> > 
> > Synopsis: installation gcc 3.2.2 fails on Solaris
> 2.8
> > 
> > State-Changed-From-To: feedback->open
> > State-Changed-By: bangerth
> > State-Changed-When: Wed Mar 12 22:08:23 2003
> > State-Changed-Why:
> >     Apparently not fixed. Needs a sparc/solaris
> person to look at.
> >     
> >     Thanks for the feedback, by the way!
> >     
> >     W.
> > 
> >
>
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9889
> > 


__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com



More information about the Gcc-bugs mailing list