Re: Problem with g++

2002-06-12 Thread J.H.M. Dassen \(Ray\)
On Tue, Jun 11, 2002 at 21:53:15 -0400, Kapil Khosla wrote: I did an apt-get install g++-2.95 and am having problems using my C++ compiler. Are you running testing or unstable? What is the version number of the g++-2.95 you installed (dpkg -l g++-2.95)? I get the error message as:

Bug#149776: libstdc++4-dev: codecvt is missing some qualifications

2002-06-12 Thread Michael Piefel
Package: libstdc++4-dev Version: 1:3.1.1-0pre1 Severity: normal Tags: patch The file /usr/include/g++-v3-3.1/i386-linux/bits/codecvt_specializations.h (probably all other architectures as well) is missing some qualifications that were already mentioned in Bug #104614. Unfortunately, the patch was

Re: Problem with g++

2002-06-12 Thread Martin v. Loewis
Kapil Khosla [EMAIL PROTECTED] writes: I thought g++ was the C++ compiler , why do I have to upgrade gcc to make it work. What really is g++ ? It is the C++ compiler driver (just like gcc is the C compiler driver). The C++ compiler proper is cc1plus (like cc1 for C). Regards, Martin -- To

Re: Problem with g++ ( solved )

2002-06-12 Thread Martin v. Loewis
Kapil Khosla [EMAIL PROTECTED] writes: I guess by reading the man page I have understood that g++ is just a script which calls gcc compiler with options to recognize C++. That is not true (anymore); it is now a proper binary. Regards, Martin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]