This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: help and advice on gcc installation
- From: Andrea 'Fyre Wyzard' Bocci <fwyzard at inwind dot it>
- To: Pradeep Deva <P dot Deva at uws dot edu dot au>,help-gcc at gnu dot org
- Date: Tue, 11 Dec 2001 05:40:45 +0100
- Subject: Re: help and advice on gcc installation
At 08.45 11/12/2001 (GMT +1000), Pradeep Deva wrote:
>Hi,
>
> I have to install gcc on a Sun E450 running Solaris 8. I've
>downloaded, gunzipped, untarred it in /opt/pkg/gcc/gcc-2.95.3.
>
>To install the works, i.e. C, C++, Java , etc, do I simply do the
>following :
>
>
>1) PATH=$PATH:/opt/pkg/gcc/gcc-2.95.3
>2) mkdir /opt/example-object-compiler
>3) cd /opt/example-object-compiler
>4) /opt/pkg/gcc/gcc-2.95.3/configure - ( no options or target )
I think using a relative link, ie. ../pkg/gcc/gcc-2.95.3/configure, might
be est.
Note: this will install in /usr/local/, and use Solaris assembler an
linker. If this is what you want, it's OK.
>5) /usr/ccs/bin/make bootstrap ( cannot seem to find GNU make )
If it works, yes.
Then, make install
fwyzard