Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

> Stefano> # g++ -v Reading specs from
> Stefano> /usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66/specs gcc
> Stefano> version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
> 
> This version should work OK, and configure should have detected that
> ostream ans sstream were not available... How did you run configure?
> What does config.log say?

It says that sstream is found... but:

# find /usr/include/ /usr/local/include -name '*sstream*'

nothing is found. As a confirmation:

# cat>try.C<<EOF
> #include <stream>
> EOF
# g++ try.C 
try.C:1: stream: No such file or directory

Any easy way to fix this?
Thanks a lot
-- 
Stefano Ghirlanda, Zoologiska Institutionen, Stockholms Universitet
  email: you know it already, tel: +46-8-164055, fax:+46-8-167715
 the free science campaign: http://ethology.zool.su.se/freescience

Reply via email to