public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Link and filename to download latest version
@ 2011-05-15 22:52 AndrewMcHorney
  2011-05-16  0:07 ` Jonathan Wakely
  0 siblings, 1 reply; 3+ messages in thread
From: AndrewMcHorney @ 2011-05-15 22:52 UTC (permalink / raw)
  To: gcc-help

Hello

I am trying to find the link and the file name to download for the 
latest version of the C++ compiler. It is very confusing. Any help 
would be appreciated.

Thanks,
Andrew

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

* Re: Link and filename to download latest version
  2011-05-15 22:52 Link and filename to download latest version AndrewMcHorney
@ 2011-05-16  0:07 ` Jonathan Wakely
  2011-05-16  0:16   ` Jonathan Wakely
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Wakely @ 2011-05-16  0:07 UTC (permalink / raw)
  To: AndrewMcHorney; +Cc: gcc-help

On 15 May 2011 23:29, AndrewMcHorney wrote:
>
> I am trying to find the link and the file name to download for the latest
> version of the C++ compiler. It is very confusing. Any help would be
> appreciated.

The GCC project doesn't provide binaries to install, but others
provide them for various operating systems.  If your OS is listed at
http://gcc.gnu.org/install/binaries.html then follow the relevant
link.

If you're using GNU/Linux you should be able to install the compiler
via your system's package manager.

To get the very latest version you might need to compile it yourself,
by downloading the sources from the nearest mirror site
(http://gcc.gnu.org/mirrors.html) and then following the instructions
at http://gcc.gnu.org/install/

To make it simpler to download and build I wrote a makefile that does
everything necessary:
http://advogato.org/person/redi/diary/229.html

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

* Re: Link and filename to download latest version
  2011-05-16  0:07 ` Jonathan Wakely
@ 2011-05-16  0:16   ` Jonathan Wakely
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Wakely @ 2011-05-16  0:16 UTC (permalink / raw)
  To: AndrewMcHorney; +Cc: gcc-help

On 15 May 2011 23:50, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> On 15 May 2011 23:29, AndrewMcHorney wrote:
>>
>> I am trying to find the link and the file name to download for the latest
>> version of the C++ compiler. It is very confusing. Any help would be
>> appreciated.
>
> The GCC project doesn't provide binaries to install, but others
> provide them for various operating systems.  If your OS is listed at
> http://gcc.gnu.org/install/binaries.html then follow the relevant
> link.
>
> If you're using GNU/Linux you should be able to install the compiler
> via your system's package manager.
>
> To get the very latest version you might need to compile it yourself,
> by downloading the sources from the nearest mirror site
> (http://gcc.gnu.org/mirrors.html) and then following the instructions
> at http://gcc.gnu.org/install/
>
> To make it simpler to download and build I wrote a makefile that does
> everything necessary:
> http://advogato.org/person/redi/diary/229.html

I wrote some alternative instructions at
http://advogato.org/person/redi/diary/240.html

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

end of thread, other threads:[~2011-05-15 22:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-15 22:52 Link and filename to download latest version AndrewMcHorney
2011-05-16  0:07 ` Jonathan Wakely
2011-05-16  0:16   ` Jonathan Wakely

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).