GNU gcc (2.6.3) on Solaris 2.4 x86

GNU gcc (2.6.3) on Solaris 2.4 x86

Post by Steve Buc » Mon, 29 May 1995 04:00:00



Hope someone can help us with our "small" problem.

We currently have Solaris 2.4 x86 running on a Pentium machine.  The
distribution of the software we have (educational version) did not
include any cc compiler and we wanted to install gcc to use with it.  Has
anyone successfully installed and compiled the gcc (2.6.3), and if so how
do you do it?

        Steve Buck
   ________________________         '''         _________________________
  /                        \       (o o)       /                        /|
 /                          \--oOO--(_)--OOo--/                        / |
/---------------------------------------------------------------------/  |

| Org:    MTSU Police Deptartment    | talker: 161.45.9.13000         |  |
|------------------------------------+--------------------------------|  |
| *-Opinions expressed by the author | "The only way to succeed is    | /
|   are not those of the department  |  to learn from your mistakes." |/
|____________________________________|________________________________/

 
 
 

GNU gcc (2.6.3) on Solaris 2.4 x86

Post by Daniel Isra » Fri, 02 Jun 1995 04:00:00




Quote:>We currently have Solaris 2.4 x86 running on a Pentium machine.  The
>distribution of the software we have (educational version) did not
>include any cc compiler and we wanted to install gcc to use with it.  Has
>anyone successfully installed and compiled the gcc (2.6.3), and if so how
>do you do it?

First, download gcc binaries from prep.ai.mit.edu ( or mirrors )
and install it on your computer. The binaries version will be 2.5.x
Than download source of gcc 2.6.3 and recompile it with binaries
you have.

**************Elementrix Technolgies Ltd***************

Phone: (972) 4 550 042             Fax: (972) 4 550 356

******************************************************

 
 
 

GNU gcc (2.6.3) on Solaris 2.4 x86

Post by Toby Chappe » Fri, 02 Jun 1995 04:00:00


: First, download gcc binaries from prep.ai.mit.edu ( or mirrors )
: and install it on your computer. The binaries version will be 2.5.x
: Than download source of gcc 2.6.3 and recompile it with binaries
: you have.

  Or you could just get a precompiled 2.6.3 from camus.quintus.com...

--
I've scaled over the walls of morality, not quite sure what I'd find
There on the other side, waiting in a common stance
Relieve me of my duty as keeper of this body, and leave me with my mind
And I assure you, I will be just fine. -- Atheist, "Enthralled in Essence"

 
 
 

GNU gcc (2.6.3) on Solaris 2.4 x86

Post by Jason R. Mastal » Mon, 05 Jun 1995 04:00:00



Quote:> Hope someone can help us with our "small" problem.
> We currently have Solaris 2.4 x86 running on a Pentium machine.  The
> distribution of the software we have (educational version) did not
> include any cc compiler and we wanted to install gcc to use with it.  Has
> anyone successfully installed and compiled the gcc (2.6.3), and if so how
> do you do it?

GCC will compile fine from sources.  Of course you need a compiler
first.  I suggest picking up a GCC binary via FTP and use that to
compile whatever you want.  

server.berkeley.edu has gcc 2.6.3 in /pub/x86solaris/compilers

-- Jason

 
 
 

GNU gcc (2.6.3) on Solaris 2.4 x86

Post by Clinton Nicho » Wed, 07 Jun 1995 04:00:00


I posted a message yesterday to comp.infosystems.www about compiling
NCSA's httpd on 2.4 x86.  It might help you out.

Basic 2.4 doesn't ship with a compiler.  There is a pretty good resource,
Fiver's Home Page, on the web that is helpful.  It has a link to an
anonymous ftp site that holds a precompiled version of gcc 2.6.3 and some
other GNU utilities.  Enough so that you have the necessary tools to
build the rest.

Get the precompiled 2.6.3, unzip and untar it in /usr/local, and run
the shell script FIXHEADER (I'm probably wrong about the name, but you'll
find it).  Then add /usr/local/bin to your PATH.

There is plenty more to do after that, but you'll be off to a good start.

Good Luck,
Clinton


Quote:

>Hope someone can help us with our "small" problem.

>We currently have Solaris 2.4 x86 running on a Pentium machine.  The
>distribution of the software we have (educational version) did not