From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: romel@lavabit.com Newsgroups: gmane.lisp.guile.user Subject: Bug in Guile DBI Makefile.am Date: Thu, 26 May 2011 18:14:21 -0400 (EDT) Message-ID: <19564.201.116.4.146.1306448061.squirrel@lavabit.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1306448072 11364 80.91.229.12 (26 May 2011 22:14:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 May 2011 22:14:32 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri May 27 00:14:26 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QPip0-0000LF-Ji for guile-user@m.gmane.org; Fri, 27 May 2011 00:14:26 +0200 Original-Received: from localhost ([::1]:45042 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPioz-0008MM-Jt for guile-user@m.gmane.org; Thu, 26 May 2011 18:14:25 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:37426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPiox-0008M4-9N for guile-user@gnu.org; Thu, 26 May 2011 18:14:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPiow-0007Tv-EE for guile-user@gnu.org; Thu, 26 May 2011 18:14:23 -0400 Original-Received: from karen.lavabit.com ([72.249.41.33]:56238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPiow-0007Th-BO for guile-user@gnu.org; Thu, 26 May 2011 18:14:22 -0400 Original-Received: from a.earth.lavabit.com (a.earth.lavabit.com [192.168.111.10]) by karen.lavabit.com (Postfix) with ESMTP id 328BD11BC4C for ; Thu, 26 May 2011 17:14:21 -0500 (CDT) Original-Received: from lavabit.com (static.customer-201-116-4-146.uninet-ide.com.mx [201.116.4.146]) by lavabit.com with ESMTP id ZZ9LZ3CXB6T4 for ; Thu, 26 May 2011 17:14:21 -0500 Original-Received: from 201.116.4.146 (SquirrelMail authenticated user romel) by lavabit.com with HTTP; Thu, 26 May 2011 18:14:21 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=gH2AkUQl72prZeT26/zwp48FWcVHvrOs/t54qNZoPZ3ZIsUsSCEaTQL3KE8wevDbeO8EEoKPlglMNAiHa0NmLkh+qjRpFYwPPCxh7SbGggN+81s5dvaGOZKQ0QBvKS9YKRXmwL4OpYJxY+5hdMO1CPE2polZlveupDa7AB2B+tw=; h=Message-ID:Date:Subject:From:To:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; User-Agent: SquirrelMail/1.4.13 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 72.249.41.33 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8621 Archived-At: Hello, I think I found a bug in Guile DBI 2.1.4 It's in the src/test/Makefile.am file at line 32. The lib "-lguile" shoul= d be removed to successfuly compile under Guile 2.0 Regards, Romel Sandoval