From mboxrd@z Thu Jan 1 00:00:00 1970 From: HiPhish Subject: Re: Guix and $XDG_DATA_DIRS Date: Fri, 12 Apr 2019 14:20:56 +0200 Message-ID: <1626473.k4MTVMLYOg@aleksandar-ixtreme-m5740> References: <4716913.Tid4HlZl5B@aleksandar-ixtreme-m5740> <1622016.eWbK88MbK9@aleksandar-ixtreme-m5740> <87pnpr37wc.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEvB2-0006Ci-Bm for help-guix@gnu.org; Fri, 12 Apr 2019 08:21:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEvB1-00076T-7e for help-guix@gnu.org; Fri, 12 Apr 2019 08:21:04 -0400 Received: from mout01.posteo.de ([185.67.36.65]:35983) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hEvB0-000741-Kb for help-guix@gnu.org; Fri, 12 Apr 2019 08:21:03 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id EAEFA160061 for ; Fri, 12 Apr 2019 14:20:59 +0200 (CEST) In-Reply-To: <87pnpr37wc.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ricardo Wurmus Cc: help-guix@gnu.org On Friday, 12 April 2019 11:11:31 CEST Ricardo Wurmus wrote: > HiPhish writes: >=20 > You shouldn=E2=80=99t set this one. If you=E2=80=99re concerned about GC= C not finding > libraries you should use LIBRARY_PATH, not LD_LIBRARY_PATH. >=20 > When installing gcc-toolchain, however, CPATH and LIBRARY_PATH should be > set automatically. >=20 > Generally, the search path variables are set automatically when an > installed package declares a search path. >=20 > GUIX_LOCPATH, SSL_CERT_DIR, SSL_CERT_FILE, and GIT_SSL_CAINFO are not > search paths and are thus not set automatically. Thank you, installing gcc-toolchain did the trick for C libraries. I was us= ing=20 the GCC that cam with my distro, but I might as well use GCC from Guix now.= =20 That still leaves $XDG_DATA_DIRS open, there is probably another package th= at=20 I would have to install.