Stefano Ghirlanda <[EMAIL PROTECTED]> writes:
| 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
The test should at least use "sstream"...
| Any easy way to fix this?
Figure out why configure thinks it exists, when it doesn't.
Lgb