on 1/18/01 12:31 PM, J.J.Gallardo at [EMAIL PROTECTED] wrote:
> OK, when i say at the top that "today i have recompiled vpopmail" that's what
> i do:
>
> configure --options
> make
> make install-strip
>
> What do "make distclean" and why before "configure"? (It's only to know it, i
> would
> like to know what i do)
>
> (Thanks for all the answer Bill)
When you configure vpopmail, the configuration is cached. make distclean
should clear out this cache. Sometimes, when things are behaving
strangely, I feel better just untarring a fresh copy of the source and
starting from there. Then I KNOW there isn't any cached configuration
options.
-Bill