Re: [PHP4BETA] Compile problems iostream.h No such file or directory
[email protected] (Sascha Schumann)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
> In file included from zend-scanner-cc.cc:241: > FlexLexer.h:47: iostream.h: No such file or directory Sorry, but PHP requires a standardized iostream implementation in threaded mode. The C++ compiler shipped with older Sun WorkShops does not have that. You can either upgrade to a newer version or use gcc. - Sascha