[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Can't build Ruby 1.8.2 on Sparc Solaris 10

Berger, Daniel

5/9/2005 1:53:00 PM



> -----Original Message-----
> From: Ryan Arneson [mailto:ryanarneson@comcast.net]
> Sent: Sunday, May 08, 2005 11:14 PM
> To: ruby-talk ML
> Subject: Re: Can't build Ruby 1.8.2 on Sparc Solaris 10
>
>
> * Daniel Berger <djberge@qwest.com> [2005-05-06 08:01]:
> >
> > >gcc -v
> > Reading specs from
> /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
> > Configured with:
> > /gates/sfw10/builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure
> > --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as
> > --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++
> > --enable-shared
> > Thread model: posix
> > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
> >
> > That's the gcc that comes from blastwave.org (I highly
> recommend their
> > packages btw).
>
> Actually, that particular gcc is the version that is included
> by Sun in Solaris 10. Sun puts the GNU type software in /usr/sfw.
>
> Blastwave software would be in /opt/csw by default and would
> look more like this:
>
> $ /opt/csw/gcc3/bin/gcc -v
> Reading specs from
> /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.3/specs
> Configured with: ../sources/gcc-3.4.3/configure
> --prefix=/opt/csw/gcc3 --with-local-prefix=/opt/csw
> --without-gnu-as --with-as=/usr/ccs/bin/as --without-gnu-ld
> --with-ld=/usr/ccs/bin/ld --enable-threads=posix
> --enable-shared --enable-multilib --enable-nls
> --with-included-gettext --with-libiconv-prefix=/opt/csw
> --with-x --enable-java-awt=xlib --enable-languages=all Thread
> model: posix gcc version 3.4.3
>
>
> -ryan

You are correct Ryan. I had forgotten that. Thanks.

Dan