>>>>> "Stefano" == Stefano Ghirlanda <[EMAIL PROTECTED]> writes:

Stefano> It says that sstream is found... but:

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

Did you remove config.cache before running configure?

Stefano> nothing is found. As a confirmation:

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

This should be <sstream> and not <stream>.

JMarc

Reply via email to