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 and running and compiling some of my old works in C, AS> but now when I use even 'iostream' compiler finds eggog like that: AS> 'In file included from /usr/include/g++-v3/backward/stream.h:32, AS> from String.cc:14: AS> /usr/include/g++-v3/backward/iostream.h:35: using directive `ostream' AS> introduced ambiguous type `ostream'' AS> I know it's probably due to libraries versions mismatch, but I got libstdc++ AS> exactly the same version as gcc. As you might know C++ is not the same thing as C. Did you upgrade g++ as well as gcc? Try "apt-get install g++". You also should check versions of g++ and libstdc++ and especially libstdc++-dev with dpkg. >> В-третих, С-компилятор - очень важная часть системы в Unix/Linux, поэтому >> лучше не апгрейдить его вообще, если не умеешь это делать хорошо. AS> Well, but I do wanna have a perfect knowledge of the system. The first try should always occur in /usr/local. Also, chroot is very helpful command. > Еще ты, похоже, похерил таки компилятор. Если скажешь мне, как ты это >> сделал, я тебе скажу, как исправить ситуацию. AS> No, but still got the trouble with libs... In such a case, all I can suggest is to reinstall the compiler and libstdc++ using apt-get. AS> And the last thing: I'd be very glad if someone really could answer some of my AS> questions about debian. Give more information when you ask. Debian version, software versions, detailed description of the process that failed, etc.