Ok:
Here's my C++ RPM packages list:
libstdc++-devel-3.3.2-1
gcc-c++-3.3.2-1
libstdc++-3.3.2-1
Do you think i should install something more? Or update C++?
If so, where can i find c++ RPM packages?
Thanks Brian
RR
On Mon, Jan 16, 2006 at 02:13:32PM +0000, Rui Romo wrote:
After trying to install sqwebmail to qmail i had a problem with
maildirkw
link:
Yes I know. I posted a reply to your original question. You then replied
to
me personally, insisting that there couldn't possibly be any problem with
your C++ compiler installation.
I'm trying to install this, under Fedora Core 1, with "gcc (GCC) 3.3.2
20031022 (Red Hat Linux 3.3.2-1)" compiler.
I've already compiled many things without any problem, so i don't think
i
had some problem with C++ installation
Most open-source software is in C, not C++. Can you give an example
specifically of something written in C++ which you have compiled
successfully?
Also, can you list your C++ RPM packages? On my CentOS 4.2 box (= free
clone
of RHEL4) I have:
$ rpm -qa | grep '++'
gcc-c++-3.4.4-2
compat-libstdc++-33-3.2.3-47.3
libstdc++-3.4.4-2
libstdc++-devel-3.4.4-2
$
So if you are missing one of those, then it would seem that you don't
have
C++ properly installed.