Re: g++ compilation problem

2007-02-26 Thread Peter
On Mon, 26 Feb 2007, Baruch Even wrote: These days on Debian it's as simple as apt-get install g++-4.1 As you were told already, you can have multiple versions of gcc/g++ installed with ease. You are (wrongly) assuming that this can be done from woody -> etch. Not so. There are other things

Re: g++ compilation problem

2007-02-26 Thread Baruch Even
* Peter <[EMAIL PROTECTED]> [070226 16:14]: > > On Mon, 26 Feb 2007, Vassilii Khachaturov wrote: > > >>I have a compilation problem: when compiling opal-2.2.5 , g++ reports: > >>'g++: Internal error: Killed (program cc1plus)'. g++ is 'g++ (GCC) 3.3.6 > >>(Debian 1:3.3.6-8)'. I would like to solve

Re: g++ compilation problem

2007-02-26 Thread Orna Agmon Ben-Yehuda
On Mon, 26 Feb 2007, Peter wrote: Date: Mon, 26 Feb 2007 16:03:10 +0200 (IST) From: Peter <[EMAIL PROTECTED]> To: Vassilii Khachaturov <[EMAIL PROTECTED]> Cc: IGLU <[EMAIL PROTECTED]> Subject: Re: g++ compilation problem On Mon, 26 Feb 2007, Vassilii Khachaturov wrote: I

Re: g++ compilation problem

2007-02-26 Thread Vassilii Khachaturov
On Mon, 26 Feb 2007, Peter wrote: > > I suggest to talk to the debian gcc team. If what they say is that you > > need to update, do it :) note that it is possible to have >1 gcc on the > > same machine, i.e., you can still have 3.3.6 as your default compiler, and > > only use 4.x.x as a non-defaul

Re: g++ compilation problem

2007-02-26 Thread Peter
On Mon, 26 Feb 2007, Vassilii Khachaturov wrote: I have a compilation problem: when compiling opal-2.2.5 , g++ reports: 'g++: Internal error: Killed (program cc1plus)'. g++ is 'g++ (GCC) 3.3.6 (Debian 1:3.3.6-8)'. I would like to solve this without updating g++. I suggest to talk to the debia

Re: g++ compilation problem

2007-02-26 Thread Vassilii Khachaturov
On Mon, 26 Feb 2007, Peter wrote: > > Hi all, > > I have a compilation problem: when compiling opal-2.2.5 , g++ reports: > 'g++: Internal error: Killed (program cc1plus)'. g++ is 'g++ (GCC) 3.3.6 > (Debian 1:3.3.6-8)'. I would like to solve this without updating g++. I suggest to talk to the debi

g++ compilation problem

2007-02-26 Thread Peter
Hi all, I have a compilation problem: when compiling opal-2.2.5 , g++ reports: 'g++: Internal error: Killed (program cc1plus)'. g++ is 'g++ (GCC) 3.3.6 (Debian 1:3.3.6-8)'. I would like to solve this without updating g++. Thanks, Peter ==