Re: [newbie] c++ standard header missing

2000-10-30 Thread A V Flinsch

On Mon, 30 Oct 2000, you wrote:

find / -name "iostream.h"
 
 but no return :)
 
 #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
 - libstdc++-compat-2.95.2-7mdk.i586.rpm  installed
 
 if anything I'm missing here? any url to download? (perhaps a good c++ header and 
working with 7.1 ;))


yep, look for libstdc++-devel on the second 7.1 disk. That is where all of the
headers for c++ live in
   
-- 
Alex
(Go easy on me, I'm a COBOL programmer in real life)




[newbie] c++ standard header missing

2000-10-29 Thread xylonite

Hi all,

I have problem when compiling this prg.

My Info
Package : courier-0.28.tar.gz (http://www.courier-mta.org)
uname -a : Linux xylonite.org 2.2.15-4mdksecure #1 SMP Wed May 10 14:16:48 CEST 2000 
i686 unknown
Distro : Mandrake 7.1 (Essential Pack 7.1)


#When I'm running 'make' command it's say

   ###
   fay@xylonite courier-0.28]$ make 

   Making all in afx

   make[1]: Entering directory `/home/fay/courier-0.28/afx'

   c++ -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_REGCOMP=1  -I. -I.  -Wall -g
-O2 -c string.C

   c++ -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_REGCOMP=1  -I. -I.  -Wall -g
-O2 -c string2.C

   c++ -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_REGCOMP=1  -I. -I.  -Wall -g
-O2 -c exception.C

   c++ -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_REGCOMP=1  -I. -I.  -Wall -g
-O2 -c afxregex.C

   In file included from In file included from string.C:6:

   afx.h:17: iostream.h: No such file or directory

   string.C:9: iostream.h: No such file or directory

   string2.C:6:

   afx.h:17: iostream.h: No such file or directory

   string2.C:8: iostream.h: No such file or directory

   make[1]: *** [string2.o] Error 1

   make[1]: *** Waiting for unfinished jobs

   make[1]: *** [string.o] Error 1

   In file included from exception.C:14:

   afx.h:17: iostream.h: No such file or directory

   make[1]: *** [exception.o] Error 1

   make: *** [all-recursive] Error 1

   [fay@supreme courier-0.28]$ In file included from afxregex.h:17,

from afxregex.C:6:

   afx.h:17: iostream.h: No such file or directory



   [fay@xylonite courier-0.28]$ 

   ###

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 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
- libstdc++-compat-2.95.2-7mdk.i586.rpm  installed

if anything I'm missing here? any url to download? (perhaps a good c++ header and 
working with 7.1 ;))

thanks,
regards,
fay