Re: Versions trouble

2002-01-20 Thread Martin v. Loewis
> /usr/include/g++-v3/backward/iostream.h:35: using directive `ostream' > introduced ambiguous type `ostream'' > I know it's probably due to libraries versions mismatch, but I got libstdc++ > exactly the same version as gcc. I'm now pretty sure tha it is *not* due to library version mismatch, but

Re: Versions trouble

2002-01-15 Thread Alexei Khlebnikov
Hm, seems like you still not configured russian support. Let's continue in english. On Tue, 15 Jan 2002 11:03:56 +0300 Alexander Shishckin <[EMAIL PROTECTED]> wrote: >> Во-вторых, если конфликт с версиями библиотек, надо апгрейдить библиотеки, >> а не компилятор. AS> Ok, I got my compiler up an

Re: Versions trouble

2002-01-15 Thread Martin v. Loewis
> Ok, I got my compiler up and running and compiling some of my old works in C, > but now when I use even 'iostream' compiler finds eggog like that: > 'In file included from /usr/include/g++-v3/backward/stream.h:32, > from String.cc:14: > /usr/include/g++-v3/backward/iostream.h:35: using directive

Re: Versions trouble

2002-01-15 Thread Alexander Shishckin
> Во-первых, делай CC в рассылку при ответе на письмо, иногда очень помогает, > так как ответ вижу не только я. If I do remember the address correctly 8-))) > Во-вторых, если конфликт с версиями библиотек, надо апгрейдить библиотеки, > а не компилятор. Ok, I got my compiler up and running and comp

Re: Versions trouble

2002-01-14 Thread Alexei Khlebnikov
On Mon, 14 Jan 2002 14:31:04 +0300 "ALEXANDER SHISHCKIN" <[EMAIL PROTECTED]> wrote: AS> I got trouble when upgrading from GCC 2.95 to 3.0.3. AS> None of the programs are working with it saying that AS> GNU C compiler can make binaries or so. AS> Where can I get info on fixing this? Please describ

Versions trouble

2002-01-14 Thread ALEXANDER SHISHCKIN
Hello! I got trouble when upgrading from GCC 2.95 to 3.0.3. None of the programs are working with it saying that GNU C compiler can make binaries or so. Where can I get info on fixing this? Thanx