Mailinglist Archive: opensuse-programming (85 mails)
| < Previous | Next > |
Re: [suse-programming-e] What is the easiest way to downgrade g++?
- From: Jerry Feldman <gaf@xxxxxxx>
- Date: Fri, 24 Mar 2006 17:16:27 -0500
- Message-id: <200603241716.27733.gaf@xxxxxxx>
On Friday 24 March 2006 4:58 pm, Darrell Cormier wrote:
> I am running SuSE Linux 10.0 which ships with g++ 4.0.2. However,
> several of my programs that were working fine under 3.3.5 will not build
> under 4.0.2. I consistently get the following errors:
>
> /usr/include/c++/4.0.2/bits/sstream.tcc:112: error: expected
> unqualified-id before '(' token
> /usr/include/c++/4.0.2/bits/sstream.tcc:114: error: expected
> unqualified-id before '(' token
>
> I would like to downgrade my c++ environment to 3.3.x so I can get back
> to where I was (working!). What is the most direct/quickest way to get
> back where I was? I noticed that 3.3.x is not on the DVD.
You should probably go to the FSF to get it, and install it along with
4.0.2.
http://gcc.gnu.org/
You can have multiple compilers on the system.
--
Jerry Feldman <gaf@xxxxxxx>
Boston Linux and Unix user group
http://www.blu.org PGP key id:C5061EA9
PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9
> I am running SuSE Linux 10.0 which ships with g++ 4.0.2. However,
> several of my programs that were working fine under 3.3.5 will not build
> under 4.0.2. I consistently get the following errors:
>
> /usr/include/c++/4.0.2/bits/sstream.tcc:112: error: expected
> unqualified-id before '(' token
> /usr/include/c++/4.0.2/bits/sstream.tcc:114: error: expected
> unqualified-id before '(' token
>
> I would like to downgrade my c++ environment to 3.3.x so I can get back
> to where I was (working!). What is the most direct/quickest way to get
> back where I was? I noticed that 3.3.x is not on the DVD.
You should probably go to the FSF to get it, and install it along with
4.0.2.
http://gcc.gnu.org/
You can have multiple compilers on the system.
--
Jerry Feldman <gaf@xxxxxxx>
Boston Linux and Unix user group
http://www.blu.org PGP key id:C5061EA9
PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9
| < Previous | Next > |