On Mon, Apr 08, 2002 at 11:12:38AM -0500, Gilbert, Austin wrote:
> Juan,
> 
> I finally got a spare moment to try and compile this stuff again.
> 
> When I run ./configure everything comes out okay.  Then I try running
> the make, it wants to run the configure again...the trouble is, it
> keeps looping.  When it finish the configure script, it starts it
> again, and it isn't doing any actual compiling.
> 
> Did you have trouble with this?

It looks like you've a time skew problem on your box. Basically, 'make'
thinks that configure.in is newer than configure, so it keeps making it
again and again (and it runs configure between two calls to autoconf).

Solution:
        cd nessus-libraries
        find ./ -exec touch 0101000001 {} \;


Then try again.

                                -- Renaud

Reply via email to