[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guix 0.7 installation
From: |
Federico Beffa |
Subject: |
Re: guix 0.7 installation |
Date: |
Fri, 12 Sep 2014 17:34:52 +0200 |
>> configure:3474: checking whether the C compiler works
>> configure:3496: gcc conftest.c >&5
>> ld: cannot find crt1.o: No such file or directory
>> ld: cannot find crti.o: No such file or directory
>> collect2: error: ld returned 1 exit status
>
>This is due to the lack of the above LIBRARY_PATH setting.
>
>Could you try setting and report back?
Now
./configure --with-libgcrypt-prefix=$HOME/.guix-profile/
finishes without errors. However, now "make" complains as follows:
$ make
make: *** No rule to make target `gnu/system/os-config.tmpl', needed
by `doc/os-config.texi'. Stop.
Regards,
Fede