From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: sdl: Allow dlopen for OpenGL. Date: Thu, 19 Mar 2015 09:50:06 +0100 Message-ID: <87vbhx74n5.fsf@gnu.org> References: <1426655589-32639-1-git-send-email-iyzsong@gmail.com> <87twxhzzi9.fsf@fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYW9e-0006eQ-7Q for guix-devel@gnu.org; Thu, 19 Mar 2015 04:50:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYW9Z-0007xF-8L for guix-devel@gnu.org; Thu, 19 Mar 2015 04:50:14 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYW9Z-0007xB-69 for guix-devel@gnu.org; Thu, 19 Mar 2015 04:50:09 -0400 In-Reply-To: <87twxhzzi9.fsf@fsf.org> (David Thompson's message of "Wed, 18 Mar 2015 18:55:58 -0400") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > I use the following crude command to test, run from a git checkout of Sly= [0]. > > guix environment -l package.scm -E "guile -c \"(use-modules ((sdl sdl= ) #:prefix sdl:)) (sdl:init 'video) (pk 'window (sdl:set-video-mode 320 240= 24 'opengl))\"" Do you run it on GuixSD or on an FHS distro? In the latter case, it might end up loading a shared object from the host distro, which could fail for a variety of reasons. Ludo=E2=80=99.