Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Getting GCC from SourceForge

Reply
Thread Tools

Getting GCC from SourceForge

 
 
zeroKeepTheSpamAwaytype@yahoo.com
Guest
Posts: n/a
 
      08-10-2004
Hi,

I'm trying to acquire GCC to use under Windows, and to do that I need
either Cygwin or MinGW from SourceForge. However, when I access
www.sourceforge.net, I am confronted with a choice of "Candidate,
Current, Previous, Proposed, Snapshot".

Can somebody please tell me:

1.) What "Candidate", "Proposed", and "Snapshot" mean in this context?

2.) Which of the Candidate, Current, and Previous versions is the best
choice to download and install?

3.) How fully tested/debugged are Candidate and Propsed downloads?

4.) How do I add another compiler to the GCC after it's installed?
I'll need to know this when GNU Fortran and Pascal are ready (as also
GNU Cobol many years from now)

5.) Do GNU C and C++ deviate from the ANSI standard in any way?

Thanks,

James McLaughlin.
 
Reply With Quote
 
 
 
 
Ronald Landheer-Cieslak
Guest
Posts: n/a
 
      08-10-2004
wrote:

> I'm trying to acquire GCC to use under Windows, and to do that I need
> either Cygwin or MinGW from SourceForge. However, when I access
> www.sourceforge.net, I am confronted with a choice of "Candidate,
> Current, Previous, Proposed, Snapshot".

Cygwin would be at cygwin.com, not sourceforge..

> Can somebody please tell me:
>
> 1.) What "Candidate", "Proposed", and "Snapshot" mean in this context?

You can get that information at http://mingw.org/download.shtml

> 2.) Which of the Candidate, Current, and Previous versions is the best
> choice to download and install?

Safest would be current..

> 3.) How fully tested/debugged are Candidate and Propsed downloads?

Pretty well

> 4.) How do I add another compiler to the GCC after it's installed?
> I'll need to know this when GNU Fortran and Pascal are ready (as also
> GNU Cobol many years from now)

http://mingw.org/download.shtml, again

> 5.) Do GNU C and C++ deviate from the ANSI standard in any way?

Yes, many ways - many extentions are offered. See http://gcc.gnu.org for
that.

Seriously, most of the infor you're looking for is on their website and
has nothing to do with ISO C++ - and hence is off-topic here. Have a
look at http://mingw.org/lists.shtml to know where to ask questions, and
http://www.catb.org/~esr/faqs/smart-questions.html to know how to.

rlc
 
Reply With Quote
 
 
 
 
zeroSpamOff!type@yahoo.com
Guest
Posts: n/a
 
      08-20-2004
>> 1.) What "Candidate", "Proposed", and "Snapshot" mean in this context?
>You can get that information at http://mingw.org/download.shtml


Um, actually that information's not there.

>> 2.) Which of the Candidate, Current, and Previous versions is the best
>> choice to download and install?

>Safest would be current..


Thank you.

>> 3.) How fully tested/debugged are Candidate and Propsed downloads?

>Pretty well


Uh, you say "Pretty well", but is that smiley meant to imply
otherwise?

>> 4.) How do I add another compiler to the GCC after it's installed?
>> I'll need to know this when GNU Fortran and Pascal are ready (as also
>> GNU Cobol many years from now)

>http://mingw.org/download.shtml, again


Is this the bit that says "Updated versions of individual packages
will sometimes be made available in between releases of the main MinGW
distribution... in most cases it should be possible to extract a
package's content into your MinGW directory to take advantage of the
updates immediately"?

>> 5.) Do GNU C and C++ deviate from the ANSI standard in any way?

>Yes, many ways - many extentions are offered. See http://gcc.gnu.org for
>that.
>
>Seriously, most of the infor you're looking for is on their website and
>has nothing to do with ISO C++ - and hence is off-topic here. Have a
>look at http://mingw.org/lists.shtml to know where to ask questions, and
>http://www.catb.org/~esr/faqs/smart-questions.html to know how to.
>
>rlc


 
Reply With Quote
 
Ronald Landheer-Cieslak
Guest
Posts: n/a
 
      08-23-2004
zeroSpamOff! wrote:
>>>1.) What "Candidate", "Proposed", and "Snapshot" mean in this context?

>>You can get that information at http://mingw.org/download.shtml

> Um, actually that information's not there.

Hmm.. in that case you should probably ask the MinGW people directly..

>>>3.) How fully tested/debugged are Candidate and Propsed downloads?

>>Pretty well

> Uh, you say "Pretty well", but is that smiley meant to imply
> otherwise?

Nope - the smiley was meant to imply that I'm pretty happy with the
state of affairs at MinGW, as far as quality is concerned

>>>4.) How do I add another compiler to the GCC after it's installed?
>>>I'll need to know this when GNU Fortran and Pascal are ready (as also
>>>GNU Cobol many years from now)

>>
>>http://mingw.org/download.shtml, again

> Is this the bit that says "Updated versions of individual packages
> will sometimes be made available in between releases of the main MinGW
> distribution... in most cases it should be possible to extract a
> package's content into your MinGW directory to take advantage of the
> updates immediately"?

Basically, in MinGW, you can simply unroll the programs and they pretty
much work without problems.

Let me repeat, though:
>>Seriously, most of the infor you're looking for is on their website and
>>has nothing to do with ISO C++ - and hence is off-topic here. Have a
>>look at http://mingw.org/lists.shtml to know where to ask questions, and
>>http://www.catb.org/~esr/faqs/smart-questions.html to know how to.

Especially the first link may be of interest to you. Also note that
people who find MinGW interesting often find Cygwin even more interesting..

rlc

--
Cygwin: http://cygwin.com
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Gcc 3.4.X to Gcc 4.1.X upgrading kas C++ 1 04-22-2010 08:56 PM
GCC 3.4.3 and GCC 4.1.2 ashnin C++ 1 07-07-2008 01:10 PM
Template construction in old gcc 3.3.3 does not compile in gcc 3.4.4 eknecronzontas@yahoo.com C++ 5 09-17-2005 12:27 AM
gcc 2.95 and gcc 3.2 gouqizi.lvcha@gmail.com C++ 8 03-16-2005 02:34 AM
C99 structure initialization in gcc-2.95.3 vs gcc-3.3.1 Kevin P. Fleming C Programming 2 11-06-2003 05:15 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57