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 Needy wrote: > > > I do believe it is using G++ already but I checked the configure script and > don't see any test for the --with-CXX=g++ option. Autoconf caches that value. Edit config.cache and remove the line which contains ac_cv_prog_CXX (or set its value to g++). - Sascha