Re: I want to develope!!





On Wed, 28 Oct 1998, Philip J. Matheson wrote:

> So what is this config.cache file? 

The file config.cache is where configure stores the answers to some of its
questions about your installed libraries.  The advantage is that any
configures after the first are faster.  The disadvantage is that if your
system has changed since the cache was made, it might not catch them.


> are there any switches I can add to the autogen command line to get it
> not to use that file?

The normal way is to remove the file right before running autogen.sh.  If
you want to get fancy about it, running autogen.sh with the
"--cache-file=/dev/null" switch will probably do the trick (warning: I
haven't tried it).


-Gleef



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]