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

Re: g.729 audio player

2006-07-15 Thread Tzafrir Cohen
On Thu, Jul 13, 2006 at 01:20:00PM +0300, Rafi Gordon wrote: > Hello, > - g.729 ia an audio codec which is used a lot in telephony apps. > > Maybe somebody knows a free player for g.729 files in linux ? > googling did not helped me to find. If you happen to have an Asterisk server with a prope

Re: g.729 audio player

2006-07-13 Thread Ilya Konstantinov
Rafi Gordon wrote: Hello, - g.729 ia an audio codec which is used a lot in telephony apps. Maybe somebody knows a free player for g.729 files in linux ? G.729 is not a royalty-free codec and most free applications would therefore avoid supporting it. That's why there are no free VoIP app

Re: g.729 audio player

2006-07-13 Thread Hetz Ben Hamo
Most of the G.729 codecs implementations are on hardware, and it's realy rare to find a software implementaion, specially on Linux. Thanks, Hetz On 7/13/06, Rafi Gordon <[EMAIL PROTECTED]> wrote: Hello, - g.729 ia an audio codec which is used a lot in telephony apps. Maybe somebody knows a fr

Re: g++ install

2001-02-21 Thread Ilya Konstantinov
On Sat, Feb 24, 2001 at 03:19:46AM +0200, Avi Boots wrote: > Hi, > > Aftert installing cpp & gcc-c++ 2.95.1 (on RH 6.1) > i have some install problems (i think). > > I try to compile something simple and the compiler say: > -can't find /usr/include/typws.h:29:stddef.h: No such file or director >

Re: g++

2001-02-20 Thread Gilad Ben-Yossef
Avi Boots wrote: > Hi, > > 1. Which RPM include the g++ cpp compiler ? [gby@specialk gby]$ rpm -qf /usr/bin/g++ egcs-c++-1.1.2-24 [gby@specialk gby]$ cat /etc/redhat-release Red Hat Linux release 6.1 (Cartman) > 2. Is it better to use c++ instead of c for cgi programming ? I'd say it is bet

Re: g++

2001-02-20 Thread Nadav Har'El
On Tue, Feb 20, 2001, Hetz Ben Hamo wrote about "Re: g++": > Hi, > > > 1. Which RPM include the g++ cpp compiler ? > > [kde21@moomoo kde21]$ rpm -q --whatprovides /usr/bin/g++ > gcc-c++-2.96-69 > > (this is the GCC updated on my RH 7) You'll usually

Re: g++

2001-02-19 Thread Hetz Ben Hamo
Hi, > 1. Which RPM include the g++ cpp compiler ? [kde21@moomoo kde21]$ rpm -q --whatprovides /usr/bin/g++ gcc-c++-2.96-69 (this is the GCC updated on my RH 7) > 2. Is it better to use c++ instead of c for cgi programming ? It all depends on your taste of programming. You can do it with c, C+