help-guix
[Top][All Lists]
Advanced

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

Re: packaging ancient node issues


From: Ludovic Courtès
Subject: Re: packaging ancient node issues
Date: Tue, 30 Aug 2016 14:04:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hi!

Jelle Licht <address@hidden> 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’.



reply via email to

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