On Fri, Mar 29, 2002 at 12:39:01PM -0500, Peter Eisentraut wrote:
> * Running 'autoconf' is now very slow. Too bad.
But rerunning autoconf should be fast, thanks to autom4te.cache.
--
albert chin ([EMAIL PROTECTED])
---(end of broadcast)---
TIP
Peter Eisentraut <[EMAIL PROTECTED]> writes:
> It's done.
It seems a tad broken.
...
checking string usability... yes
checking string presence... yes
checking for string... yes
checking for class string in ... no
configure: error: neither nor seem to define the C++ class 'string'
$
Not havin
It's done.
Note some behavioral changes:
* The cache file config.cache is now off by default. If you still want
it, run './configure -C'.
* Specifying --host now means you are cross compiling. So don't do it.
Use --build if you really have to. Which you don't.
* Running 'autoconf' is now ve