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: Re: Bug in Guile DBI Makefile.am Date: Fri, 27 May 2011 18:59:17 -0400 (EDT) Message-ID: <19543.201.116.4.146.1306537157.squirrel@lavabit.com> References: <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 1306537169 26489 80.91.229.12 (27 May 2011 22:59:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 27 May 2011 22:59:29 +0000 (UTC) Cc: guile-user@gnu.org To: linasvepstas@gmail.com Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat May 28 00:59:25 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 1QQ603-00008Z-5d for guile-user@m.gmane.org; Sat, 28 May 2011 00:59:23 +0200 Original-Received: from localhost ([::1]:46100 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQ602-0000u7-Ik for guile-user@m.gmane.org; Fri, 27 May 2011 18:59:22 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQ600-0000tq-C7 for guile-user@gnu.org; Fri, 27 May 2011 18:59:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQ5zz-000487-DY for guile-user@gnu.org; Fri, 27 May 2011 18:59:20 -0400 Original-Received: from karen.lavabit.com ([72.249.41.33]:52637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQ5zz-00047q-Ao for guile-user@gnu.org; Fri, 27 May 2011 18:59:19 -0400 Original-Received: from a.earth.lavabit.com (a.earth.lavabit.com [192.168.111.10]) by karen.lavabit.com (Postfix) with ESMTP id 0F75211BC51; Fri, 27 May 2011 17:59:18 -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 XSYNFDN5I0FC; Fri, 27 May 2011 17:59:18 -0500 Original-Received: from 201.116.4.146 (SquirrelMail authenticated user romel) by lavabit.com with HTTP; Fri, 27 May 2011 18:59:17 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=SnRICSINuNyyVx9qtXWJ26mSumeaIoAabhBSnOiThPI7cf/zTNIPoEM5uVpKwKG5W0iYWQxnj56/kLY6jhdeWggFVNdXjHPY/wK6quZSTwGJjNY5PlMTWFebLVw7+5eAJgGYxWVG3pGHX1aq4OoE4n/3VAZ1Wvj2CGNynquZSJQ=; h=Message-ID:In-Reply-To:References:Date:Subject:From:To:Cc:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; In-Reply-To: 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:8623 Archived-At: Thank you. :-) > Hi, > > On 26 May 2011 17:14, wrote: >> >> 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" >> should >> be removed to successfuly compile under Guile 2.0 > > Thanks, I'll try to look at this 'real soon now'. > > --linas >