bug-guix
[Top][All Lists]
Advanced

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

Re: GNU Smalltalk: libtool: link: cannot find name of link library for `


From: Ludovic Courtès
Subject: Re: GNU Smalltalk: libtool: link: cannot find name of link library for `*/libc.la'
Date: Sun, 03 Feb 2013 19:10:00 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Nikita Karetnikov <address@hidden> skribis:

>                  (lambda* (#:key outputs #:allow-other-keys)
>                    (let ((libc (assoc-ref %build-inputs "libc"))
>                          (out  (assoc-ref outputs "out")))
>                      (substitute* "libc.la.in"
>                        (("@LIBC_SO_NAME@") libc)

Should be (string-append libc "/lib/libc.so"), I guess.

>                        (("@LIBC_SO_DIR@")  out))))

Should probably be (string-append libc "/lib").

Can you try that?

TIA,
Ludo’.



reply via email to

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