Welcome, Guest. Please login or register.

Author Topic: GCC:C++:STL:vector  (Read 6489 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: GCC:C++:STL:vector
« on: April 03, 2003, 08:50:01 AM »
@Rodney

ftp://ftp.geekgadgets.org/pub/geekgadgets/amiga/m68k/alpha/gcc/

2.95.3

...there seems to be braind new 3.2.2 there too, but you'd better stick with 2.95.3 for now...
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: GCC:C++:STL:vector
« Reply #1 on: April 03, 2003, 10:04:34 AM »
Quote
Think i'll go the 3.2.2 :) the newer the better :). Unless 3.2.2 is in alpha or beta then i might go the 2.95.3 :}

Don't. It is definetely very much alpha. Don't use it. Stick with 2.95.3, this saves you a LOT of headaches.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: GCC:C++:STL:vector
« Reply #2 on: April 03, 2003, 11:43:51 AM »
Quote
Hey i almost forgot, i was told to upgrade to egcs, which to me makes sence, because egcs is now the official gnu compiler i believe.

Wrong. EGCS (as package) is dead. It merged back to gcc. There is just gcc. Use gcc.

The history of egcs is that some developers decided to take their own way with the direction of the development and branched egcs out of gcc. Later on the disagreement was solved and egcs and gcc merged back together [or rather FSF halted the original gcc 2.x and appointed egcs team to be resposnsible for it... iirc].
Found this link about it.

EGCS as itself is dead. Don't use it. It's ancient. It's just GCC now.

Quote
That is, i thought egcs, was gcc ... infact i forget  when gcc developement stoped and egcs started. somewhere in the 2.x's.

Wrong. egcs stopped, gcc goes on. Though egcs-team is now responsible for gcc. I think this is the root of your confusion...

Quote
Ummmm so i guess im confused over the two different directories now :) theres the
alpha/gcc and
alpha/egcs

Yes, you're definetely confused.

Quote
So, which one is better? I would have though egcs was uptodate, but ithough gcc 3 was egcs :)


gcc gcc gcc gcc.
Forget egcs altogether.

Whoever told you to use it need to be educated about this issue aswell.