public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: gcc 2.95_
@ 2004-03-03  2:39 Charles Plager
  2004-03-03  3:04 ` Igor Pechtchanski
  0 siblings, 1 reply; 7+ messages in thread
From: Charles Plager @ 2004-03-03  2:39 UTC (permalink / raw)
  To: Cygwin Mailing list


Warren Young wrote:
> Erick Castillo wrote:
> 
>     The application i have compiles with older versions of the compiler 
> 
> 
> I've found that all of g++ 3.x's new warnings and errors are correct, so the "right" solution is to fix your program. If it's not your program, I'm sure the developers would appreciate patches.
> 
> If you can't fix it, try rolling back to an earlier version in the 3.x line. Each version has gotten more strict than the last, so the error you're running into might not be present in an older release. 3.2 is still on the Cygwin download sites as the 'prev' release. This is only a temporary fix, realize. The program will have to be fixed eventually.

gcc 3.2 is available with setup.  g++, however, seems to only have 
version 3.3.1-3 available.  Is there a way to get g++ and g77 for 3.2-3?

	Charles

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: gcc 2.95_
  2004-03-03  2:39 gcc 2.95_ Charles Plager
@ 2004-03-03  3:04 ` Igor Pechtchanski
  0 siblings, 0 replies; 7+ messages in thread
From: Igor Pechtchanski @ 2004-03-03  3:04 UTC (permalink / raw)
  To: Charles Plager; +Cc: cygwin

On Tue, 2 Mar 2004, Charles Plager wrote:

> Warren Young wrote:
> > Erick Castillo wrote:
> >
> >     The application i have compiles with older versions of the compiler
> >
> > I've found that all of g++ 3.x's new warnings and errors are correct,
> > so the "right" solution is to fix your program. If it's not your
> > program, I'm sure the developers would appreciate patches.
> >
> > If you can't fix it, try rolling back to an earlier version in the 3.x
> > line. Each version has gotten more strict than the last, so the error
> > you're running into might not be present in an older release. 3.2 is
> > still on the Cygwin download sites as the 'prev' release. This is only
> > a temporary fix, realize. The program will have to be fixed
> > eventually.
>
> gcc 3.2 is available with setup.  g++, however, seems to only have
> version 3.3.1-3 available.  Is there a way to get g++ and g77 for 3.2-3?
>
>         Charles

I believe before 3.3.1 gcc was one monolithic package.  If you look at the
contents of gcc-3.2-3 at <http://cygwin.com/packages/>, you'll see that
g++ and friends are included in it.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: gcc 2.95_
  2004-03-02 23:48   ` gcc 2.95_ Erick Castillo
                       ` (2 preceding siblings ...)
  2004-03-03  2:34     ` Warren Young
@ 2004-03-03 12:33     ` Tim Prince
  3 siblings, 0 replies; 7+ messages in thread
From: Tim Prince @ 2004-03-03 12:33 UTC (permalink / raw)
  To: Erick Castillo, cygwin

At 02:58 PM 3/2/2004, Erick Castillo wrote:



>You're absolutely right, gcc version 3.3 does work fine. The problem I'm 
>having
>is specific to the software I am trying to compile. The application i have
>compiles with older versions of the compiler and this is why I'm looking for
>older ones. So one last question... did v2.96 meet the same fate as v2.95?
>

No, gcc-2.96 was a red hat release, not a gnu release.  I never saw it 
appear on cygwin, nor any OS other than those put out by Red Hat.  Some of 
the versions were mighty buggy.


Tim Prince 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: gcc 2.95_
  2004-03-02 23:48   ` gcc 2.95_ Erick Castillo
  2004-03-03  0:03     ` Larry Hall
  2004-03-03  1:13     ` Igor Pechtchanski
@ 2004-03-03  2:34     ` Warren Young
  2004-03-03 12:33     ` Tim Prince
  3 siblings, 0 replies; 7+ messages in thread
From: Warren Young @ 2004-03-03  2:34 UTC (permalink / raw)
  To: Cygwin-L

Erick Castillo wrote:
> The application i have 
> compiles with older versions of the compiler 

I've found that all of g++ 3.x's new warnings and errors are correct, so 
the "right" solution is to fix your program.  If it's not your program, 
I'm sure the developers would appreciate patches.

If you can't fix it, try rolling back to an earlier version in the 3.x 
line.  Each version has gotten more strict than the last, so the error 
you're running into might not be present in an older release.  3.2 is 
still on the Cygwin download sites as the 'prev' release.  This is only 
a temporary fix, realize.  The program will have to be fixed eventually.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: gcc 2.95_
  2004-03-02 23:48   ` gcc 2.95_ Erick Castillo
  2004-03-03  0:03     ` Larry Hall
@ 2004-03-03  1:13     ` Igor Pechtchanski
  2004-03-03  2:34     ` Warren Young
  2004-03-03 12:33     ` Tim Prince
  3 siblings, 0 replies; 7+ messages in thread
From: Igor Pechtchanski @ 2004-03-03  1:13 UTC (permalink / raw)
  To: Erick Castillo; +Cc: cygwin

On Tue, 2 Mar 2004, Erick Castillo wrote:

> Rolf Campbell <Endlisnis <at> mailc.net> writes:
>
> > gcc version 3.3 works fine, gcc v2.95 was broken on cygwin and nobody
> > wanted to fix it, so it was discontinued.
> >
> > Erick Castillo wrote:
> > > Need to install gcc 2.95 on the latest cygwin release. gcc version 3.3... does
> > > not work properly. Where could i find 2.95 if not through the simple cygwin
> > > install wizard? Will version 2.95 even work on the latest cygwin release? Any
> > > information on this would be incredibly useful. thanks.
> > >
> > > --Erick Castillo
>
> You're absolutely right, gcc version 3.3 does work fine. The problem I'm having
> is specific to the software I am trying to compile. The application i have
> compiles with older versions of the compiler and this is why I'm looking for
> older ones. So one last question... did v2.96 meet the same fate as v2.95?
>
> By the way, thanks a million for the response. You saved me several hours.
>
> --Erick Castillo

Erick,

There was no 2.96.  The last Cygwin-specific release of gcc2 was 2.95.3-10.
If you absolutely need 2.95, I'm sure the Cygwin-specific sources are
still floating around[*], and you should be able to build from them.  It
might even work, unless you hit one of the bugs that influenced the
decision to dump it in the first place.
	Igor
[*] Hint: Google for "gcc2-2.95.3-10-src.tar.bz2"
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: gcc 2.95_
  2004-03-02 23:48   ` gcc 2.95_ Erick Castillo
@ 2004-03-03  0:03     ` Larry Hall
  2004-03-03  1:13     ` Igor Pechtchanski
                       ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Larry Hall @ 2004-03-03  0:03 UTC (permalink / raw)
  To: Erick Castillo, cygwin

At 05:58 PM 3/2/2004, you wrote:
>Rolf Campbell <Endlisnis <at> mailc.net> writes:
>
>> 
>> gcc version 3.3 works fine, gcc v2.95 was broken on cygwin and nobody 
>> wanted to fix it, so it was discontinued.
>> 
>> Erick Castillo wrote:
>> > Need to install gcc 2.95 on the latest cygwin release. gcc version 3.3... 
>does 
>> > not work properly. Where could i find 2.95 if not through the simple cygwin 
>> > install wizard? Will version 2.95 even work on the latest cygwin release? 
>Any 
>> > information on this would be incredibly useful. thanks. 
>> > 
>> > --Erick Castillo
>> 
>> 
>> 
>
>
>You're absolutely right, gcc version 3.3 does work fine. The problem I'm having 
>is specific to the software I am trying to compile. The application i have 
>compiles with older versions of the compiler and this is why I'm looking for 
>older ones. So one last question... did v2.96 meet the same fate as v2.95? 
>
>By the way, thanks a million for the response. You saved me several hours.


2.95 was the last official Cygwin release before the 3.x.x series.  So there
was no Cygwin gcc 2.96.



--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: gcc 2.95_
  2004-03-02 22:52 ` Rolf Campbell
@ 2004-03-02 23:48   ` Erick Castillo
  2004-03-03  0:03     ` Larry Hall
                       ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Erick Castillo @ 2004-03-02 23:48 UTC (permalink / raw)
  To: cygwin

Rolf Campbell <Endlisnis <at> mailc.net> writes:

> 
> gcc version 3.3 works fine, gcc v2.95 was broken on cygwin and nobody 
> wanted to fix it, so it was discontinued.
> 
> Erick Castillo wrote:
> > Need to install gcc 2.95 on the latest cygwin release. gcc version 3.3... 
does 
> > not work properly. Where could i find 2.95 if not through the simple cygwin 
> > install wizard? Will version 2.95 even work on the latest cygwin release? 
Any 
> > information on this would be incredibly useful. thanks. 
> > 
> > --Erick Castillo
> 
> 
> 


You're absolutely right, gcc version 3.3 does work fine. The problem I'm having 
is specific to the software I am trying to compile. The application i have 
compiles with older versions of the compiler and this is why I'm looking for 
older ones. So one last question... did v2.96 meet the same fate as v2.95? 

By the way, thanks a million for the response. You saved me several hours. 

--Erick Castillo





--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2004-03-03  3:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-03  2:39 gcc 2.95_ Charles Plager
2004-03-03  3:04 ` Igor Pechtchanski
  -- strict thread matches above, loose matches on Subject: below --
2004-03-02 22:29 gcc 2.95 Erick Castillo
2004-03-02 22:52 ` Rolf Campbell
2004-03-02 23:48   ` gcc 2.95_ Erick Castillo
2004-03-03  0:03     ` Larry Hall
2004-03-03  1:13     ` Igor Pechtchanski
2004-03-03  2:34     ` Warren Young
2004-03-03 12:33     ` Tim Prince

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