RE: GCC compiler problem on RH 6.2

2000-07-06 Thread Juha Saarinen
%-> 1) I note that the libstdc++ include directory is: %-> %-> /usr/include/g++-3 %-> %->is it possible to install this alongside the egcs include directory %->(/usr/include/g++) without problems ? %-> %-> 2) is it possible to install both libstdc++ libraries, the old one %->fo

RE: GCC compiler problem on RH 6.2

2000-07-05 Thread Gregory Hosler
On 05-Jul-00 Juha Saarinen wrote: > %-> Does anyone know what issues might be involved with swapping > %-> compilers on > %-> a RH 6.x system, either forward to gcc 2.95, or backwards to gcc 2.7.2 > > The only issues I've seen so far have been with libstdc++ -- you have to > install a newer vers

RE: GCC compiler problem on RH 6.2

2000-07-05 Thread Juha Saarinen
%-> Does anyone know what issues might be involved with swapping %-> compilers on %-> a RH 6.x system, either forward to gcc 2.95, or backwards to gcc 2.7.2 The only issues I've seen so far have been with libstdc++ -- you have to install a newer version than the one that comes with RH6.x to be ab

Re: GCC compiler problem on RH 6.2

2000-07-05 Thread Steven W. Orr
You should switch to gcc-2.95.2. It is the latest stable version and works fine. If you are having problems with egcs that should b\not be suprising as there are a few subtle language issues associated with this. -- -Time flies like the wind. Fruit flies like a banana. [EMAIL PROTECTED] -Strange

GCC compiler problem on RH 6.2

2000-07-05 Thread Gregory Hosler
Hi, I've got a development system I am setting up at work, which will be based upon RH 6.x, probably 6.2 in doing some preliminary testing I have learned that the gcc compiler supplied with 6.1/6.2 (have not tried 6.0) fails to compile our C++ application (and our application us sufficiently lar