> From: Scott Fletcher [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, July 24, 2002 2:53 PM
> Subject: Re: [PHP] Running ./configure multiple times
> 
> Yes, it is pretty safe to run ./configure more than once.  
> The 1st time, it
> create the config.cache and so on.  The 2nd time, it use the 
> config.cache
> and other stuffs instead of starting from scratch.  To redo 
> everything from  scratch.  I believe one of those config.* files need to be 
> removed so you  can start again from scratch, not sure which files that need 
> to be delete.

I always 
rm config.cache 
before rebuilding with new options so the configure script will pick up the right 
libraries and new options.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to