www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++.windows.32-bits - iostream's not loading

↑ ↓ ← Nashville Rocks <Nashville_member pathlink.com> writes:
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 01 2004
→ Scott Michel <scottm cs.ucla.edu> writes:
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 02 2004
→ "Walter" <newshound digitalmars.com> writes:
"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.
May 02 2004