[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Installing Guix
From: |
Sree Harsha Totakura |
Subject: |
Re: Installing Guix |
Date: |
Fri, 07 Mar 2014 15:15:26 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 |
Hi!
On 03/07/2014 02:29 PM, Xue Fuqiao wrote:
> 1. Do I have to run `./bootstrap' every time after running `git pull'?
>
Yes, it is advisable to do that everytime you pull from the repo,
although it is only required if changes to the build system are made.
> 2. After running `./bootstrap', I can't find the `configure' script:
> $ ./configure --help
> bash: ./configure: No such file or directory
> Where is it?
If it is not there, that means that the bootstrap didn't succeed. Can
you run bootstrap once again and see the exit error code. You can get
that by running `echo $?` in bash immediately after bootstrap finishes.
Sree