Re: [expert] c++ standard header missing

2000-10-30 Thread J . A . Magallon
On Mon, 30 Oct 2000 12:02:21 [EMAIL PROTECTED] wrote: #I check with webmin and kpackage to confirm this and my box have this package is this enaugh? or is there any more package i'm missing? - gcc-c++-2.95.2-7mdk.i586.rpm installed - libstdc++-2.95.2-7mdk.i586.rpm installed -

Re: [expert] c++ standard header missing

2000-10-30 Thread Larry Marshall
libstdc++-devel-2.95.2-7mdk.i586.rpm. I would tell you that it is on your CDs, but after some previous mails in the list perhaps it is missing. Just for clarification, this rpm exists on the extensions disk. The extensions disk doesn't come with most of the shrinkwrap packages that

Re: [expert] c++ standard header missing

2000-10-30 Thread Jose Carlos Gonzalez
The packages you say you have installed have only the binaries. You must include either the egcs or the libstdc++-devel packages. Unfortunately, I believe these packages are not in the Essential distribution. You can download them from the Mandrake servers. Cheers, J C --

Re: [expert] c++ standard header missing

2000-10-30 Thread Andrew George
iostream.h is part of the C++ standard header files, it looks like there is no C++ standard header in my box. To confirm this use the following command: find / -name "iostream.h" but no return :) #I check with webmin and kpackage to confirm this and my box have this package is

Re: [expert] c++ standard header missing

2000-10-30 Thread Ronnie Whipp
"J . A . Magallon" wrote: On Mon, 30 Oct 2000 12:02:21 [EMAIL PROTECTED] wrote: #I check with webmin and kpackage to confirm this and my box have this package is this enaugh? or is there any more package i'm missing? - gcc-c++-2.95.2-7mdk.i586.rpm installed -

Re: [expert] c++ standard header missing

2000-10-30 Thread Jose Carlos Gonzalez
Ronnie Whipp wrote: "J . A . Magallon" wrote: On Mon, 30 Oct 2000 12:02:21 [EMAIL PROTECTED] wrote: #I check with webmin and kpackage to confirm this and my box have this package is this enaugh? or is there any more package i'm missing? - gcc-c++-2.95.2-7mdk.i586.rpm installed -

Re: [expert] c++ standard header missing

2000-10-30 Thread J . A . Magallon
On Mon, 30 Oct 2000 18:48:59 Ronnie Whipp wrote: "J . A . Magallon" wrote: If this applies, use kpackage to uninstall ALL egcs packages. Then, from the 7.0 disk install the whole lot again. You have to do straight egcs first to avoid dependency problems. After this, MOVE the header files

Re: [expert] c++ standard header missing

2000-10-30 Thread Ronnie Whipp
"J . A . Magallon" wrote: On Mon, 30 Oct 2000 18:48:59 Ronnie Whipp wrote: .. I may have to do a bit more fiddling first, but at least this gets the old `Hello World' program to compile and work. It's better than nothing. It is worst than nothing. You are mixing headers from

Re: [expert] c++ standard header missing

2000-10-30 Thread Larry Marshall
It is worst than nothing. You are mixing headers from egcs and compiling with gcc-2.95, for example. EGCS libstdc++ is version 2, and g++-2.95 libstdc++ is version 3. If you have correctly installed both egcs-c++ and gcc-c++-2.95, you should have both /usr/include/g++-2 for egcs-c++, and

RE: [expert] c++ standard header missing

2000-10-30 Thread xylonite
it's working now.. thanks all.. but i think mandrake pack need to put devel package with standard c++ header and lib. i do belive except me many other have this prb tooo... btw thanks again regards fay Keep in touch with http://mandrakeforum.com: Subscribe the "[EMAIL PROTECTED]" mailing

RE: [expert] c++ standard header missing

2000-10-30 Thread xylonite
i've download libstdc++-devel-2.95.2-12mdk.i586.rpm from ftp://rpmfind.net/linux/Mandrake/Mandrake/7.2/i586/Mandrake/RPMS/libstdc++-devel-2.95.2-12mdk.i586.rpm afer i installing everything have been ok! it compiling with no error! btw tq all regards fay Keep in touch with