From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Cppunit undefined reference Date: Sun, 3 May 2015 09:38:28 +0200 Message-ID: <20150503073828.GA4017@debian> References: <20150502210026.GA9796@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YooU0-00023U-2d for guix-devel@gnu.org; Sun, 03 May 2015 03:38:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YooTw-0000oW-Tp for guix-devel@gnu.org; Sun, 03 May 2015 03:38:36 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:65157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YooTw-0000oP-Ka for guix-devel@gnu.org; Sun, 03 May 2015 03:38:32 -0400 Content-Disposition: inline In-Reply-To: <20150502210026.GA9796@debian> 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: guix-devel@gnu.org On Sat, May 02, 2015 at 11:00:26PM +0200, Andreas Enge wrote: > And adding LDFLAGS=-ldl to cppunit instead of librevenge works as well; This appears to be a known problem: http://sourceforge.net/p/cppunit/patches/69/ So I am going to add "LDFLAGS=-ldl" to the #:make-flags of cppunit unless someone opposes this. Andreas