Thread overview
iostream's not loading
May 02, 2004
Nashville Rocks
May 02, 2004
Scott Michel
May 03, 2004
Walter
May 02, 2004
Ex: dmc localtime -I\dm\stlport\stlport

When I run the program it says it can't find the input file iostream even when the -I flag points to it. Strange!


May 02, 2004
Nashville Rocks wrote:

> Ex: dmc localtime -I\dm\stlport\stlport
> 
> When I run the program it says it can't find the input file iostream even when the -I flag points to it. Strange!

Have you tried:

        dmc -I\dm\stlport\stlport localtime

I suspect that it might work better. :-)

It's been the convention for many years that the flags and options in front of the file being compiled and it's a safe fallback if all else fails.

May 03, 2004
"Nashville Rocks" <Nashville_member@pathlink.com> wrote in message news:c7256v$3tu$1@digitaldaemon.com...
> Ex: dmc localtime -I\dm\stlport\stlport
>
> When I run the program it says it can't find the input file iostream even when the -I flag points to it. Strange!

Make sure that \dm\stlport\stlport\iostream exists on your machine.