[SunHELP] Help, a programming problem

Jon Still sunhelp at sunhelp.org
Tue Jun 5 12:24:25 CDT 2001


> and locked in the constrction. But, this program runs in Solaris
> 2.6 fine.
>     source listed below:
>
>     #include <strstream>

Surely that should be #include <strstream.h> ?

Also try something like find / -name strstream.h -print to see where the
file is installed on your system.  You might need to pass extra include
directories to g++ with -I (I think).

Jon.

--
Jon Still                               E-mail: jon at tertial.org
System Administrator                    Web:    http://www.tertial.org/
tertial.org




More information about the SunHELP mailing list