public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* installing egcs
@ 1997-12-08  6:48 Claude Barrouil
  1997-12-08  9:36 ` Jeffrey A Law
  1997-12-08 11:17 ` Arthur Jerijian
  0 siblings, 2 replies; 5+ messages in thread
From: Claude Barrouil @ 1997-12-08  6:48 UTC (permalink / raw)
  To: egcs; +Cc: Claude.Barrouil

Hi,

I work on a sgi/indigo2 with irix6.2, I just gave up trying to install
gcc-2.7.2.3 because irix6.2 cannot accept this release (see
http://reality.sgi.com/knobi/gcc-2.7.2.x-on-irix-6.2-6.3 ), and looking some
help on the news, I discovered egcs. I downloaded all tar files from the
closest site :

egcs-1.0.tar.gz            egcs-g++-tests-1.0.tar.gz
egcs-core-1.0.tar.gz       egcs-objc-1.0.tar.gz
egcs-g++-1.0.tar.gz        egcs-tests-1.0.tar.gz

I choose egcs-core-1.0.tar.gz, as it seems logical to begin with the "core".

./configure... good. make... good. There are some WARNINGS, but they seem to
be minor. Check by compiling one of my programs (C): it works! GREAT!

Now, I need to complete the work... I tried to un-tar.gz egcs-g++-1.0, but it
seems the unpacked files are mixed with those of egcs-1.0 ...

I'm not sure what to do now. And what's the difference between
egcs-1.0.tar.gz and egcs-core-1.0.tar.gz ? I've found no installation info.

Are they some guidelines available ?

Thank you in advance


-- 
| Claude BARROUIL           | Phone: +33(0)-5-6225-2781       |
| ONERA-DCSD/CD             | Fax:   +33(0)-5-6225-2564       |
| 2, Ave. E. Belin, BP4025  | e-mail: Claude.Barrouil@cert.fr |
| 31055 TOULOUSE cedex 4    | web : http://www.cert.fr        |
| FRANCE                    |                                 |

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: installing egcs
  1997-12-08  6:48 installing egcs Claude Barrouil
@ 1997-12-08  9:36 ` Jeffrey A Law
  1997-12-08 11:17 ` Arthur Jerijian
  1 sibling, 0 replies; 5+ messages in thread
From: Jeffrey A Law @ 1997-12-08  9:36 UTC (permalink / raw)
  To: Claude Barrouil; +Cc: egcs

  In message < 9712081545.ZM19053@magenta.cert.fr >you write:
  > Hi,
  > 
  > I work on a sgi/indigo2 with irix6.2, I just gave up trying to install
  > gcc-2.7.2.3 because irix6.2 cannot accept this release (see
  > http://reality.sgi.com/knobi/gcc-2.7.2.x-on-irix-6.2-6.3 ), and looking some
  > help on the news, I discovered egcs. I downloaded all tar files from the
  > closest site :

From the README in the ftp dir:
  * egcs-1.0.tar.gz             --  Full distribution in gzip format
  * egcs-1.0.tar.bz2            --  Full distribution in bzip2 format

  * egcs-core-1.0.tar.gz        --  C & ObjC compilers only in gzip format.
  * egcs-core-1.0.tar.bz2       --  C & ObjC compilers only in bzip2 format.

  * egcs-g++-1.0.tar.gz         --  G++ compiler and C++ runtime libraries
                                    in gzip format.
  * egcs-g++-1.0.tar.bz2        --  G++ compiler and C++ runtime libraries
                                    in bzip2 format.

[ ... ]

So, if you picked up egcs-1.0.tar.gz, you got everything.  You wouldn't need
any of the other pieces.

If you wanted just the core & C++ compiler you would pick up
egcs-core-1.0.tar.gz & egcs-g++-1.0.tar.gz

Unpack them in the same directory.

jeff

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: installing egcs
  1997-12-08  6:48 installing egcs Claude Barrouil
  1997-12-08  9:36 ` Jeffrey A Law
@ 1997-12-08 11:17 ` Arthur Jerijian
  1 sibling, 0 replies; 5+ messages in thread
From: Arthur Jerijian @ 1997-12-08 11:17 UTC (permalink / raw)
  To: Claude Barrouil; +Cc: egcs

Hi Claude,

egcs-1.0.tar.gz includes EVERYTHING: C, C++, Objective C, Fortran, you
name it!  Since it's such a large package, the egcs developers decided to
break it down into pieces: egcs-core-1.0.tar.gz, egcs-g++-1.0.tar.gz, and
so on.

So, all you need is egcs-1.0.tar.gz if you want to build all languages.

I hope this helps.

--Arthur

On Mon, 8 Dec 1997, Claude Barrouil wrote:

> Hi,
> 
> I work on a sgi/indigo2 with irix6.2, I just gave up trying to install
> gcc-2.7.2.3 because irix6.2 cannot accept this release (see
> http://reality.sgi.com/knobi/gcc-2.7.2.x-on-irix-6.2-6.3 ), and looking some
> help on the news, I discovered egcs. I downloaded all tar files from the
> closest site :
> 
> egcs-1.0.tar.gz            egcs-g++-tests-1.0.tar.gz
> egcs-core-1.0.tar.gz       egcs-objc-1.0.tar.gz
> egcs-g++-1.0.tar.gz        egcs-tests-1.0.tar.gz
> 
> I choose egcs-core-1.0.tar.gz, as it seems logical to begin with the "core".
> 
> ./configure... good. make... good. There are some WARNINGS, but they seem to
> be minor. Check by compiling one of my programs (C): it works! GREAT!
> 
> Now, I need to complete the work... I tried to un-tar.gz egcs-g++-1.0, but it
> seems the unpacked files are mixed with those of egcs-1.0 ...
> 
> I'm not sure what to do now. And what's the difference between
> egcs-1.0.tar.gz and egcs-core-1.0.tar.gz ? I've found no installation info.
> 
> Are they some guidelines available ?
> 
> Thank you in advance
> 
> 
> -- 
> | Claude BARROUIL           | Phone: +33(0)-5-6225-2781       |
> | ONERA-DCSD/CD             | Fax:   +33(0)-5-6225-2564       |
> | 2, Ave. E. Belin, BP4025  | e-mail: Claude.Barrouil@cert.fr |
> | 31055 TOULOUSE cedex 4    | web : http://www.cert.fr        |
> | FRANCE                    |                                 |
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: installing egcs
  1998-02-19 14:37 Glen R. Salo
@ 1998-02-19 16:57 ` Jeffrey A Law
  0 siblings, 0 replies; 5+ messages in thread
From: Jeffrey A Law @ 1998-02-19 16:57 UTC (permalink / raw)
  To: Glen R. Salo; +Cc: egcs

  In message < XFMail.980219173635.gsalo@mrcday.com >you write:
  > I installed egcs-1.0.1 on a DEC Alpha running RedHat Linux 5.0 with all of the
  > latest glibc updates.  My only problem is that f2c (fort77) no longer works . 
  > Any ideas?  I've tried reinstalling f2c and I did touch gcc/f/f2c-exists-ok
  > before make bootstrap, but neither seemed to help.
What exactly does you mean by "no not works"?

jeff

^ permalink raw reply	[flat|nested] 5+ messages in thread

* installing egcs
@ 1998-02-19 14:37 Glen R. Salo
  1998-02-19 16:57 ` Jeffrey A Law
  0 siblings, 1 reply; 5+ messages in thread
From: Glen R. Salo @ 1998-02-19 14:37 UTC (permalink / raw)
  To: egcs

I installed egcs-1.0.1 on a DEC Alpha running RedHat Linux 5.0 with all of the
latest glibc updates.  My only problem is that f2c (fort77) no longer works. 
Any ideas?  I've tried reinstalling f2c and I did touch gcc/f/f2c-exists-ok
before make bootstrap, but neither seemed to help.

Thanks for all of your efforts.

Glen

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

Glen R. Salo                                    g.r.salo@ieee.org
Mission Research Corporation                    (937)429-9261 Ext. 19
3975 Research Boulevard                         (937)429-2625 Fax
Dayton, Ohio 45430-2108

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1998-02-19 16:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-12-08  6:48 installing egcs Claude Barrouil
1997-12-08  9:36 ` Jeffrey A Law
1997-12-08 11:17 ` Arthur Jerijian
1998-02-19 14:37 Glen R. Salo
1998-02-19 16:57 ` Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).