From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: i686-linux GCC package on x86_64 Date: Fri, 11 Oct 2019 12:07:10 +0200 Message-ID: <87v9svd29d.fsf@gmail.com> References: <87d0fs2q0p.fsf@ambrevar.xyz> <87d0featrl.fsf@ambrevar.xyz> <87h84p3trz.fsf@gmail.com> <877e5lnd81.fsf@ambrevar.xyz> <87r23s1qy1.fsf@gmail.com> <874l0gafm1.fsf@ambrevar.xyz> <87wodbd7k9.fsf@gmail.com> <875zkvd3z1.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60685) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIrpN-0005yJ-2M for guix-devel@gnu.org; Fri, 11 Oct 2019 06:07:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIrpM-0000ZO-6a for guix-devel@gnu.org; Fri, 11 Oct 2019 06:07:16 -0400 Received: from mail-wr1-x435.google.com ([2a00:1450:4864:20::435]:34265) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iIrpL-0000Yv-V2 for guix-devel@gnu.org; Fri, 11 Oct 2019 06:07:16 -0400 Received: by mail-wr1-x435.google.com with SMTP id j11so11244623wrp.1 for ; Fri, 11 Oct 2019 03:07:15 -0700 (PDT) In-reply-to: <875zkvd3z1.fsf@ambrevar.xyz> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: guix-devel@gnu.org > Now the only issue is that the libc is placed in a > "/gnu/store/...-gcc-cross-i686-unknown-linux-gnu-5.5.0/i686-unknown-linux-gnu" > subfolder. > I wonder why. How are dependencies supposed to find the libs in there? > > 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. Mathieu