bug-gnulib
[Top][All Lists]
Advanced

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

Re: cannot recreate gllib


From: Bruno Haible
Subject: Re: cannot recreate gllib
Date: Sun, 26 Oct 2008 14:10:36 +0200
User-agent: KMail/1.5.4

Ralf Wildenhues wrote:
> The first is typically fixed with
>   rm config.cache
>   ./config.status --recheck
>   ./config.status
>   make
> 
> The second issue ... It is typically sufficient to do this to fix it:
>   find . -name .deps | xargs rm -rf
>   ./config.status
>   make clean
>   make

Or, for those people who don't remember these details about the automake
machinery:

    make -k distclean
    ./configure
    make

It takes a bit longer, but removes more vestiges of the previous build.

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]