Hi! Jelle Licht <[email protected]> skribis:
> Currenly I am having some difficulties trying to get an old version of Node > to build /w guix. > The package definition I am working on can be found at [0], and the tail of > the ouput > I get at [1]. > > The reported error is: > ld: cannot find crt1.o: No such file or directory > ld: cannot find crti.o: No such file or directory These files are provided by glibc. What you need to do is to make sure GLIBC/lib is in $LIBRARY_PATH. This happens automatically when using the ‘gcc-toolchain’ or the ‘gnu-build-system’. HTH! Ludo’.
