"Richard E. Hawkins" wrote:
>
> I should have a job stress-testing things . . .
>
> My new laptop has FreeBSD 4.3 (nice and fresh). I've succeded in CVFS
> checkout now that Garst and Kayvan pointed me to alternate cvs sites.
>
> I found authogen.sh this time :)
>
> configure fails, though:
>
> linking ./intl/libgettext.h to intl/libintl.h
> configuring in boost
> running /bin/sh ./configure --cache-file=.././config.cache --srcdir=.
> loading cache .././config.cache
> checking host system type... i386-unknown-freebsd4.3
> checking target system type... i386-unknown-freebsd4.3
> checking build system type... i386-unknown-freebsd4.3
> checking config.cache system type... different
> configure: error: you must remove config.cache and restart configure
> configure: error: ./configure failed for boost
>
> WHat does this mean?
>
Did you make distclean before running ./autogen.sh ?
It is saying that you had an old config.cache file laying around, or
else something is screwed.
Garst