>> 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