RE: [PHP4BETA] Compile problems iostream.h No such file or directory
[email protected] (Sascha Schumann)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 23 May 2000, Scot wrote: > > 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 Is c++ the GNU C++ compiler on your system? If not, you need to configure with CXX=g++ - Sascha