Thread overview
how to config dm c++ ?
Jan 17, 2002
sam
Jan 17, 2002
Jan Knepper
Jan 17, 2002
Walter
January 17, 2002
I get the error message 'fatal error: unable to open input file 'iostream.h'
when compile a simple program using
'scppn dd.C' , how should i do ?

thanks


January 17, 2002
dd.C is processed as a C file not as a C++ file!
rename to dd.cpp or use the -cpp compiler flag!

Jan



sam wrote:

> I get the error message 'fatal error: unable to open input file 'iostream.h'
> when compile a simple program using
> 'scppn dd.C' , how should i do ?
>
> thanks

January 17, 2002
Probably need to set the INCLUDE environment variable:

    set INCLUDE=\dm\include

INCLUDE sets the search path for #include files.

"sam" <dd@chi.com> wrote in message news:a25rvt$2oll$2@digitaldaemon.com...
> I get the error message 'fatal error: unable to open input file
'iostream.h'
> when compile a simple program using
> 'scppn dd.C' , how should i do ?
>
> thanks
>
>