This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]