guix-devel
[Top][All Lists]
Advanced

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

Re: i686-linux GCC package on x86_64


From: Pierre Neidhardt
Subject: Re: i686-linux GCC package on x86_64
Date: Mon, 14 Oct 2019 15:35:36 +0200

Mathieu Othacehe <address@hidden> writes:

>> Is it possible to move the libs to the usual "lib" folder at the root?
>
> The gcc and glibc includes and libraries and add to CPATH and
> LIBRARY_PATH env variables respectively. That's how they are found
> during build.

Alright, thanks!

There one last thing that puzzles me: the following package fails to be
found by guix command line:

--8<---------------cut here---------------start------------->8---
(define-public cross-gcc
  (package
    (inherit ((@@ (gnu packages cross-base) cross-gcc)
              "i686-unknown-linux-gnu"
              #:libc (cross-libc "i686-unknown-linux-gnu")))
    (name "cross-gcc")))
--8<---------------cut here---------------end--------------->8---

Then

--8<---------------cut here---------------start------------->8---
$ guix build cross-gcc
...
guix build: error: cross-gcc: unknown package
--8<---------------cut here---------------end--------------->8---

Is this expected?


-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

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