RE: [PHP4BETA] Compile problems iostream.h No such file or directory
[email protected] (Scot)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
gcc comes with C++ right. I tried several LD options but I can't seem to get it to find /usr/local/include. >find /usr/local/include/ -name iostream.h /usr/local/include/g++/iostream.h -----Original Message----- From: Sascha Schumann [SMTP:[email protected]] Sent: Monday, May 22, 2000 5:41 PM To: Scot Needy Cc: [email protected] Subject: Re: [PHP4BETA] Compile problems iostream.h No such file or directory > 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 -- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] To contact the list administrators, e-mail: [email protected]