compiling from the command line/ ass1.c:1:22: iostream.h: No…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: der.hans
Date:  
Subject: compiling from the command line/ ass1.c:1:22: iostream.h: No such file or directory
Am 27. Aug, 2003 schw=E4tzte so:

> Howdy all. I am trying to figure out how to compile from the command line=

and
> have run into some issues.
>
> as1.c:1:22: iostream.h: No such file or directory
>
> Any suggestions on how to get the gcc to recognive iostream.h whereever i=

t may
> be hiding?


As Kevin suggested, use locate to see if you have it on the system.

Looks like it's available in several packages on debian. Don't know about
other distros.

$ dpkg -S iostream.h
libstdc++3-dev: /usr/include/g++-v3/backward/iostream.h
libstdc++5-dev: /usr/include/c++/3.2/backward/iostream.h
libstdc++3-dev: /usr/include/g++-v3/bits/std_iostream.h
libstdc++5-3.3-dev: /usr/include/c++/3.3/backward/iostream.h
libstdc++2.10-dev: /usr/include/g++-3/stdiostream.h
libstdc++2.10-dev: /usr/include/g++-3/iostream.h

ciao,

der.hans
--=20
#  https://www.LuftHans.com/    http://www.AZOTO.org/
#  "I decry the current tendency to seek patents on algorithms.  There are
#  better ways to earn a living than to prevent other people from making us=
e
#  of one's contributions to computer science."  -- Donald E. Knuth