help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trouble including "iostream" "fstream"


From: Larry I Smith
Subject: Re: trouble including "iostream" "fstream"
Date: Wed, 12 Apr 2006 22:48:57 GMT
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050919

NewToGNU wrote:
> I am using SUN solaris. SunOS 5.8 on sparc SUNW,Ultra-5_10
> 

Are the development packages installed?

On some systems the libs & headers needed for development
are not installed by default - only the runtime libs are
installed.

You probably need to install the development package.
On MY system it is:

 libstdc++-devel-3.3.5-5

By default only the runtime is installed; again, on MY
system that is:

  libstdc++-3.3.5-5

The packages you require will depend on the version
of CGG that you have installed (it probably won't be
3.3.5-5).

I'm not sure whether or not you can use the Solaris
headers and libs with GCC.

Did you get GCC from the GCC web site, or did you get
it from the 'Sun Free' web site?  If you got it from
'Sun Free', you may have to get the development
package from 'Sun Free' as well.

Check the CGG web site for details on the Solaris port.

Larry



reply via email to

[Prev in Thread] Current Thread [Next in Thread]